JSPM

@nishitatsu/edit-linestring

0.0.4
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q45871F
  • License MIT

LineString feature at geojson file is edited on the CLI.

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-linestring

Usage

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 command

License

Licensed under the MIT license.