geotiff2geojson

1.3.1 • Public • Published

geotiff2geojson

geotiff2geojson on NPM

Convert a GeoTIFF image into a GeoJSON FeatureCollection of Point features.

Usage: geotiff2geojson [options]

Options:
  -b, --band <index>         The band that contains the data (default: 0)
  -f, --filter <expression>  Filter out features, value is assigned to "d"
  -i, --input <file>         GeoTIFF file
  -o, --output <file>        GeoJSON file to write, standard out used if missing
  -p, --proj <projection>    Projection to use (default: "WGS84")
  -v, --verbose              Provide more detailed output, use with -o only
  --pretty-print             Pretty-print GeoJSON
  -h, --help                 display help for command

Installation

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.git
  2. cd geotiff2geojson
  3. npm install
  4. npm link

You should now be able to use geotiff2geojson as a CLI tool anywhere. Let me know how it goes!

Readme

Keywords

Package Sidebar

Install

npm i geotiff2geojson

Weekly Downloads

0

Version

1.3.1

License

ISC

Unpacked Size

6.35 kB

Total Files

5

Last publish

Collaborators

  • jeremiak