geoq
Geospatial Utility Belt.
Install
gem install geoq
Usage
View the Usage Doc for detailed usage examples.
To view the included help just run the base command:
geoq
# or
geoq --help
Or view help for a specific command:
geoq wkt --help
Feature Wishlist
- Read WKT
- Read GeoJSON
- Read Geohash
- Read Lat,Lon
- Output GeoJSON geom
- Output GeoJSON feature
- Output GeoJSON featurecollection
- Output geohash (point)
- Output geohashes (geometry -- covering geohashes)
- Output Geom Centroid
- Output Geom area
- Output Geom perimeter
- Output Geohash Children
- Output Geohash Neighbors
- Output results to gist (geojson only)
- Literate-style Usage doc with checked examples
Releasing
gem build geoq.gemspec
gem push geoq-*.gem
rm geoq-*.gem