logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

shapeindex - program to creates file system based index for ESRI shapefiles

Author

       shapeindex was written by Artem Pavlenko.

       This manual page was written by Dominic Hargreaves <dom@earth.li>, for the Debian  project  (but  may  be
       used by others).

                                                January 11, 2007                                   SHAPEINDEX(1)

Description

       This manual page documents briefly the shapeindex command.

       shapeindex  is  a program that creates file system based index (*.index) for ESRI shapefiles. These files
       are used for fast 'in box' queries on large shapefiles.

Name

       shapeindex - program to creates file system based index for ESRI shapefiles

Options

       This program follows the usual GNU command line syntax, with long options starting with two dashes (`-').
       A summary of options is included below.

       -h,--help
              Show summary of options.

       -V,--version
              Show version of program.

       --shape-index
              Index individual shape parts (default: no)

       -v,--verbose
              Show verbose output.

       -d,--depth[arg]
              Specify maximum tree depth (default 8)

       -r,--ratio[arg]
              Specify split ratio (default 0.55)

       --shape_files[file1file2..fileN]
              Specify shape files to index

Synopsis

shapeindex [options]

See Also