Hao, The extents for -clipsrc have to be represented in the source's reference system. You can use gdaltransform [1] if you want to convert your lat/long to the source's ref system.
[1]: http://www.gdal.org/gdaltransform.html On Wed, Mar 19, 2014 at 1:16 PM, Tan Hao Feng <[email protected]> wrote: > Dear Sir/Madam, > > I'm a student in HSR, Rapperswil and I am trying to clip a SQLite file > > I converted .osm.pbf file of liechtenstein to a .sqlite file, and then > tried to clip it with the following codes, (is it -clipsrc or -clipdst > > ogr2ogr -f "SQLite" liechtenstein.sqlite liechtenstein-latest.osm.pbg > -skipfailures -dsco SPATIALITE=yes -clipsrc 47.1386361 9.5231616 47.1404971 > 9.5266377 > > > Also, I tried to clip the map of Singapore but was unsuccessful, the > following is the code > > ogr2ogr -f "SQLite" singapore.sqlite > malaysia-singapore-brunei-latest.osm.pbg -skipfailures -dsco -clipsrc > singapore.geojson > > Do I have to convert to .shp file? > > Do you have any suggestions? > > Thank you! > Hao Feng. > > > > _______________________________________________ > gdal-dev mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/gdal-dev > -- Best regards, Chaitanya kumar CH. +91-9494447584 17.2416N 80.1426E
_______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
