Re: [gdal-dev] OGRCreateCoordinateTransformation problem on GDAL 3.0.3 and PROJ 6.3.0

2020-02-10 Thread Even Rouault
On jeudi 23 janvier 2020 18:43:24 CET Even Rouault wrote: > On jeudi 23 janvier 2020 18:35:40 CET Edzer Pebesma wrote: > > On 1/23/20 5:58 PM, Even Rouault wrote: > > >> Thanks! Yes, with SRS->importFromUserInput("EPSG:3857"); etc this works > > >> fine; I'm OK with the warning, I just don't see

Re: [gdal-dev] OGRCreateCoordinateTransformation problem on GDAL 3.0.3 and PROJ 6.3.0

2020-01-23 Thread Even Rouault
On jeudi 23 janvier 2020 18:35:40 CET Edzer Pebesma wrote: > On 1/23/20 5:58 PM, Even Rouault wrote: > >> Thanks! Yes, with SRS->importFromUserInput("EPSG:3857"); etc this works > >> fine; I'm OK with the warning, I just don't see how the subsequent error > >> relates to syntax that is deprecated.

Re: [gdal-dev] OGRCreateCoordinateTransformation problem on GDAL 3.0.3 and PROJ 6.3.0

2020-01-23 Thread Edzer Pebesma
On 1/23/20 5:58 PM, Even Rouault wrote: >> Thanks! Yes, with SRS->importFromUserInput("EPSG:3857"); etc this works >> fine; I'm OK with the warning, I just don't see how the subsequent error >> relates to syntax that is deprecated. > > I'm looking at this, but haven't yet an explanation. This

Re: [gdal-dev] OGRCreateCoordinateTransformation problem on GDAL 3.0.3 and PROJ 6.3.0

2020-01-23 Thread Even Rouault
> Thanks! Yes, with SRS->importFromUserInput("EPSG:3857"); etc this works > fine; I'm OK with the warning, I just don't see how the subsequent error > relates to syntax that is deprecated. I'm looking at this, but haven't yet an explanation. This is very subtle, and seems to be linked

Re: [gdal-dev] OGRCreateCoordinateTransformation problem on GDAL 3.0.3 and PROJ 6.3.0

2020-01-23 Thread Edzer Pebesma
On 1/23/20 5:29 PM, Sean Gillies wrote: > Hi, > > On Thu, Jan 23, 2020 at 8:01 AM Edzer Pebesma > mailto:edzer.pebe...@uni-muenster.de>> > wrote: > > The combination of GDAL 3.0.3 and PROJ 6.3.0 arriving on debian > platforms is causing some havoc for some spatial R packages. I could >

Re: [gdal-dev] OGRCreateCoordinateTransformation problem on GDAL 3.0.3 and PROJ 6.3.0

2020-01-23 Thread Sean Gillies
Hi, On Thu, Jan 23, 2020 at 8:01 AM Edzer Pebesma wrote: > The combination of GDAL 3.0.3 and PROJ 6.3.0 arriving on debian > platforms is causing some havoc for some spatial R packages. I could > bring one particular problem back to the following C++ program: > > #include > #include

[gdal-dev] OGRCreateCoordinateTransformation problem on GDAL 3.0.3 and PROJ 6.3.0

2020-01-23 Thread Edzer Pebesma
The combination of GDAL 3.0.3 and PROJ 6.3.0 arriving on debian platforms is causing some havoc for some spatial R packages. I could bring one particular problem back to the following C++ program: #include #include "ogrsf_frmts.h" #include int main() { OGRSpatialReference *aSRS = new