geoconv

1.0.2 • Public • Published

geoconv

CLI tool to convert between different geometry formats. Supports GeoJSON, WKT, and ArcGIS JSON.

usage

Usage: geoconv [options] <output-format>

  Convert between different geometry formats. Supported formats: arcgis, geojson, wkt

  Options:

    -V, --version                output the version number
    -i, --input-format [format]  Input format. (default: auto)
    -h, --help                   output usage information

examples

> echo "POINT (30 10)" | geoconv geojson
{"type":"Point","coordinates":[30,10],"bbox":[30,10,30,10]}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    2
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i geoconv

Weekly Downloads

2

Version

1.0.2

License

MIT

Unpacked Size

6.07 kB

Total Files

5

Last publish

Collaborators

  • vampirical