Convert a GeoTIFF image into a GeoJSON FeatureCollection of Point features
npm install geotiff2geojson
Convert a GeoTIFF image into a GeoJSON FeatureCollection of Point features.
``
Usage: geotiff2geojson [options]
Options:
-b, --band
-f, --filter
-i, --input
-o, --output
-p, --proj
-v, --verbose Provide more detailed output, use with -o only
--pretty-print Pretty-print GeoJSON
-h, --help display help for command
`
npm install -g geotiff2geojson
If you want to do development or install from main, you can run the following steps:
1. git clone git@github.com:jeremiak/geotiff2geojson.gitcd geotiff2geojson
2. npm install
3. npm link
4.
You should now be able to use geotiff2geojson` as a CLI tool anywhere. Let me know how it goes!