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]}

/geoconv/

    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