Blog

Get vector map extent You can easily grep the map extent of a vector map (bounding box): ogrinfo /cdrom/ITALY_GC.SHP ITALY_GC | grep Extent Extent: (9.299460, 43.787362) – (13.911350, 47.070188) Merge of two SHAPE files Merge of two SHAPE files ‘file1.shp’ and ‘file2.shp’ into a new file ‘file_merged.shp’ is performed like this: ogr2ogr file_merged.shp file1.shp ogr2ogr […]

A new bugfix release of GDAL/OGR (now at V1.5.2) was released today. This stable branch bug fix release fixes 37 issues in various drivers.

Click here to add your own text