Label

Books (1) CARTO (3) Fun (21) GBDX (1) geoserver (1) GIS (57) greed (4) memo (4) movie (1) music (2) python (4) R (12) statistics (10) study (20) swim (5) tools (19) Ubuntu (7)

2012/10/16

【GDAL】ogrtindex

Create tile shape for applying large number of shape files to MapServer.

using OSGeo4W.bat

cd /d "where the shape files are stored"

#ogrtindex [output shape] [input shape]

ogrtindex index.shp *.shp

## for the input dataset, wildcard can be used
## other arguments are described HERE.