Skip to content

Commit

Permalink
Version 1.1.0 - hopefully automated?
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiak committed Oct 1, 2021
1 parent c580e7b commit c89d18c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# geotiff2geojson

[![geotiff2geojson on NPM](https://nodei.co/npm/geotiff2geojson.png?compact=true)](https://npmjs.org/package/geotiff2geojson)


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

```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "geotiff2geojson",
"version": "1.0.0",
"version": "1.1.0",
"description": "Convert a GeoTIFF image into a GeoJSON FeatureCollection of Point features",
"main": "index.mjs",
"scripts": {
Expand Down

0 comments on commit c89d18c

Please sign in to comment.