0.0.1 • Published 2 years ago
geojson-random-shift-cli v0.0.1
geojson-random-shift-cli
CLI for Randomly Shifting Coordinates in a GeoJSON
basic usage
cat polygon.geojson | npx geojson-random-shift-cliadvanced usage
min and max distance
# shift between 1 and 2 degrees
cat polygon.geojson | npx geojson-random-shift-cli --min=1 --max=20.0.1
2 years ago