Re: [gdal-dev] MODIS Cloud Mask reprojection

2013-04-25 Thread Rutger
Hey Stefan, You indeed need to use MRT Swath (or one of the alternatives i mentioned to Laura, but i would start with MRT Swath), which also means you need the appropriate MOD03 file for the geolocation arrays. Looking at the meta data is should be this one: MOD03.A2013112.1055.005.2013112115237.N

[gdal-dev] Regarding ogr Layer Attribute properties corruption

2013-04-25 Thread Abhinav
Hi All, When I write the OGR layer and read that back, layer attributes properties are getting lost like width, precision .These properties are coming zero(0) for every attribute. I am trying to write ogrlayer to sqlite file. Is this the issue with sqlite driver or gdal itself? Regards Abhinav

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] Compile GDAL/OGR with SOSI support

2013-04-25 Thread Etienne Tourigny
Whoever is responsible for the GDAL SOSI driver (at the github project linked in the wiki) should consider contributing their code to the main gdal codebase (dev version/trunk of course) Cheers Etienne On Thu, Apr 25, 2013 at 5:58 AM, SBL wrote: > Done. > > See: http://trac.osgeo.org/gdal/wiki

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

Re: [gdal-dev] Geopdf dependency on Poppler and Visual Studio 2012

2013-04-25 Thread Joaquim Luis
Jeff, I built it from from source (from the git repo actually) and don't remember to have had any particular problem. They provide a cmake solution, which creates only a static lib but it linked fine with my VS2012 GDAL build. Joaquim Hi, I'm trying to build GDAL using Visual Studio 2012

[gdal-dev] Geopdf dependency on Poppler and Visual Studio 2012

2013-04-25 Thread Jeff Lacoste
Hi, I'm trying to build GDAL using Visual Studio 2012 and run into an issue with Geopdf format. This format depends on Poppler (or podofo) 3rd party component. Is there a VS 2012 compatible Poppler library for win32 and x64 bits ? I downloaded the Poppler library from http://vbkto.dyndns.org:1280

[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_

Re: [gdal-dev] Compile GDAL/OGR with SOSI support

2013-04-25 Thread SBL
Done. See: http://trac.osgeo.org/gdal/wiki/SOSI Cheers Stefan -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Compile-GDAL-OGR-with-SOSI-support-tp5045207p5049558.html Sent from the GDAL - Dev mailing list archive at Nabble.com. _