Re: [gdal-dev] create only line shapefile

2013-04-25 Thread maning sambale
Thanks Jukka! Works flawlessly and it seems to be much faster even with the clipping. On Fri, Apr 26, 2013 at 1:13 AM, Jukka Rahkonen wrote: > maning sambale gmail.com> writes: > >> >> I have this syntax: >> >> ogr2ogr -f "ESRI Shapefile" test_osm.shp philippines.osm.pbf -lco SHPT=ARC \ >> -ski

Re: [gdal-dev] create only line shapefile

2013-04-25 Thread Jukka Rahkonen
maning sambale gmail.com> writes: > > I have this syntax: > > ogr2ogr -f "ESRI Shapefile" test_osm.shp philippines.osm.pbf -lco SHPT=ARC \ > -skipfailures -progress --config OSM_CONFIG_FILE osmconf.ini \ > -select name,highway,oneway,maxspeed,access,lanes \ > -where "highway is not null" -clips

[gdal-dev] create only line shapefile

2013-04-25 Thread maning sambale
I have this syntax: ogr2ogr -f "ESRI Shapefile" test_osm.shp philippines.osm.pbf -lco SHPT=ARC \ -skipfailures -progress --config OSM_CONFIG_FILE osmconf.ini \ -select name,highway,oneway,maxspeed,access,lanes \ -where "highway is not null" -clipsrc ph_province.shp \ -clipsrcsql "SELECT * FROM ph_