Saturday, 10 August 2013

How to get shapes from a limited area?

How to get shapes from a limited area?

Given a TIFF file corresponding to Europe, and converted into shape
contours :
gdal_contour -a elev Europe_input.tif Europe_output.shp -fl -1000 -500
-200 -50 0 50 100 200 500 1000 2000 4000 6000
Given defined area corresponting to France :
West : 005° 48' W
East : 010° E
North : 051° 30' N
South : 041° N
How to get only the features whose geometry intersects a given area with
gdal ?



Note: #ogr2ogr tag may need to be created.

No comments:

Post a Comment