Re: [gdal-dev] How create a spatial index for shapefiles

2012-01-22 Thread aperi2007
thx for hint. I wrongly try to use the ogr2ogr. :) Andrea. Il 22/01/2012 12:04, Chaitanya kumar CH ha scritto: The SQL command to create a spatial index can be given through ogrinfo. ogrinfo -sql"CREATE SPATIAL INDEX ON file1 [DEPTH N]" file1.shp On Sun, Jan 22, 2012 at 3:48 PM, Even Rouau

Re: [gdal-dev] How create a spatial index for shapefiles

2012-01-22 Thread Chaitanya kumar CH
The SQL command to create a spatial index can be given through ogrinfo. ogrinfo -sql "CREATE SPATIAL INDEX ON file1 [DEPTH N]" file1.shp On Sun, Jan 22, 2012 at 3:48 PM, Even Rouault wrote: > Le dimanche 22 janvier 2012 11:14:22, aperi2007 a écrit : > > Hi, > > > > I'm try-ing to export from sp

Re: [gdal-dev] How create a spatial index for shapefiles

2012-01-22 Thread Even Rouault
Le dimanche 22 janvier 2012 11:14:22, aperi2007 a écrit : > Hi, > > I'm try-ing to export from spatialite to shapefile using ogr2ogr. > it work but I like to procude also the spatial-index file .qix. > I don't find any option to do this for shapefile. > > Is this possible ? Yes, see the "Spatial

[gdal-dev] How create a spatial index for shapefiles

2012-01-22 Thread aperi2007
Hi, I'm try-ing to export from spatialite to shapefile using ogr2ogr. it work but I like to procude also the spatial-index file .qix. I don't find any option to do this for shapefile. Is this possible ? Thx, Andrea. ___ gdal-dev mailing list gdal-dev