Re: [gdal-dev] RPC orthorectification accuracy issues.

2015-06-21 Thread Pablo d'Angelo
Hi Even, Am 19.06.2015 um 23:53 schrieb Even Rouault: Actually keeping the RPC metadata as it is found in the sources (with the exception of Pleiades and their weird center of pixel (1,1) convention perhaps, as proposed in https://trac.osgeo.org/gdal/attachment/ticket/5993/fix_PleiadesRPC.patch

Re: [gdal-dev] Reading an OSM file

2015-06-21 Thread Gökçen Eraslan
Hi Even, On 2015-06-21 14:51, Even Rouault wrote: > > Le dimanche 21 juin 2015 14:35:13, vous avez écrit : >> Hi Even, >> >> On 2015-06-21 14:25, Even Rouault wrote: >>> Le dimanche 21 juin 2015 14:07:28, Gökçen Eraslan a écrit : Hi everyone, I am trying to read an OSM file which I

Re: [gdal-dev] Reading an OSM file

2015-06-21 Thread Even Rouault
Le dimanche 21 juin 2015 14:35:13, vous avez écrit : > Hi Even, > > On 2015-06-21 14:25, Even Rouault wrote: > > Le dimanche 21 juin 2015 14:07:28, Gökçen Eraslan a écrit : > >> Hi everyone, > >> > >> I am trying to read an OSM file which I downloaded from geofabrik. > >> Although I can get the

Re: [gdal-dev] Reading an OSM file

2015-06-21 Thread Gökçen Eraslan
Hi Even, On 2015-06-21 14:25, Even Rouault wrote: > Le dimanche 21 juin 2015 14:07:28, Gökçen Eraslan a écrit : >> Hi everyone, >> >> I am trying to read an OSM file which I downloaded from geofabrik. >> Although I can get the OSM driver by name (readonly), I get nothing when >> I try to open the

Re: [gdal-dev] Reading an OSM file

2015-06-21 Thread Even Rouault
Le dimanche 21 juin 2015 14:07:28, Gökçen Eraslan a écrit : > Hi everyone, > > I am trying to read an OSM file which I downloaded from geofabrik. > Although I can get the OSM driver by name (readonly), I get nothing when > I try to open the data source in which several .osm and osm.bz2 files > pre

[gdal-dev] Reading an OSM file

2015-06-21 Thread Gökçen Eraslan
Hi everyone, I am trying to read an OSM file which I downloaded from geofabrik. Although I can get the OSM driver by name (readonly), I get nothing when I try to open the data source in which several .osm and osm.bz2 files present: #include "ogrsf_frmts.h" int main() { OGRRegisterAll()