hi, maybe a too simple question...
given the natural earth data ne_10m_admin_0_countries.shp, I want to reproject from EPSG 4326 to EPSG 3035, but only the europe countries. in the shapefile there is a coloumn called CONTINENT with content like e.g. Europe, Asia etc. trying this command ogr2ogr -s_srs EPSG:4326 -t_srs EPSG:3035 -where 'CONTINENT = "Europe"' ne_10m_admin_0_countries_europe_epsg3035.shp ne_10m_admin_0_countries.shp FAILURE: Unable to open datasource `Europe'' with the following drivers. any hints? it's in OSGeo4W ogrinfo --version GDAL 1.11.3, released 2015/09/16 thanks ----- best regards Helmut -- View this message in context: http://osgeo-org.1560.x6.nabble.com/how-correctly-to-use-the-where-parameter-in-ogr2ogr-tp5237738.html Sent from the GDAL - Dev mailing list archive at Nabble.com. _______________________________________________ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev