geojson-grid
v1.0.3
Published
GeoJSON point grid creator
Readme
geojson-grid
Creates a point grid in GeoJSON format
Usage
npm install -g geojson-gridinstalls the script globally.
Example:
geojson-grid --bounds=15.8,47.8,16,48 --cellsize=500 > test.geojsoncreates a GeoJSON and writes it to test.geojson.
