0.0.1 • Published 1 month ago

geojson-random-shift-cli v0.0.1

Weekly downloads
-
License
CC0-1.0
Repository
-
Last release
1 month ago

geojson-random-shift-cli

CLI for Randomly Shifting Coordinates in a GeoJSON

basic usage

cat polygon.geojson | npx geojson-random-shift-cli

advanced usage

min and max distance

# shift between 1 and 2 degrees
cat polygon.geojson | npx geojson-random-shift-cli --min=1 --max=2
0.0.1

1 month ago