1.0.3 • Published 5 years ago

ginkgoch-indexer-cli v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

ShapeFile Indexer Command Line Tool

This is a command line tool for building index for shapefiles.

Install

Follow few steps below to set your project.

yarn global add ginkgoch-indexer

Help

General

Commands:
  ginkgoch-indexer build  Build spatial index for a specific shapefile or all
                          shapefiles in a folder

Options:
  -h  Show help                                                        [boolean]
  -v  Show version number                                              [boolean]

Build

Build spatial index for a specific shapefile or all shapefiles in a folder

Options:
  -h               Show help                                           [boolean]
  -v               Show version number                                 [boolean]
  --source, -s     The source file or directly path to build index    [required]
  --output, -o     The destination file or folder to store generated index files
  --overwrite, -w  Overwrite the files if exist       [boolean] [default: false]