Project

geo-cli

0.0
No commit activity in last 3 years
No release in over 3 years
geo-cli is a command-line utility for converting between common GIS serialization formats.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0.14
~> 5.11
~> 0.11
~> 12.3
~> 6.0

Runtime

~> 2.17
~> 1.0
 Project Readme

geoq

Gem Version

Build Status

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