Package Exports
- @nishitatsu/edit-linestring
- @nishitatsu/edit-linestring/lib/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@nishitatsu/edit-linestring) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
edit-LineString
Introduction
LineString feature at geojson file is edited on the CLI. This module is intended to the user of the map "Vector" produced by Geospatial Information Authority of Japan. Node version 17.0.0 or later is required.
Installation
npm install -g @nishitatsu/edit-linestringUsage
Run the following, and answer the questions displayed at CLI. Option is not required.
edit-linestring [option]Options
-l, --list list the names of Features in the file
-d, --decimate decimate points every ~10 meters
-s, --split split LineString at a Point
-j, --join join LineStrings
-r, --remove remove Features
-i, --invert invert start and end of a LineString
-h, --help display help for commandLicense
Licensed under the MIT license.