Re: [gdal-dev] Transform produces different results from 2.2.4 and 3.0.2 or 3.0.3

2020-01-29 Thread Even Rouault
On mercredi 29 janvier 2020 05:11:10 CET mike Null wrote: > Even, Carsten, thanks. > > Indeed I looked through what Even sent, and it worked. I did very much the > same thing as the C# example you just posted. > > However it got me thinking. Will I need to do this in the future? Or are > there pl

Re: [gdal-dev] Transform produces different results from 2.2.4 and 3.0.2 or 3.0.3

2020-01-29 Thread mike Null
sform(transform); > //export transformed geometry > ogrGeom.ExportToWkt(out string outGeom); > > > - > > -Ursprüngliche Nachricht- > Von: gdal-dev Im Auftrag von Even > Rouault > Gesendet: Dienstag, 28. Januar 2020 17:12 > An: gdal-dev@lis

Re: [gdal-dev] Transform produces different results from 2.2.4 and 3.0.2 or 3.0.3

2020-01-28 Thread Carsten Lockenkötter
0 17:12 An: gdal-dev@lists.osgeo.org Betreff: Re: [gdal-dev] Transform produces different results from 2.2.4 and 3.0.2 or 3.0.3 > What might I need to do to get it working correctly? I know there was > a lot of changes with gdalbarn/proj. Indeed. See https://lists.osgeo.org/pipermail/gdal-de

Re: [gdal-dev] Transform produces different results from 2.2.4 and 3.0.2 or 3.0.3

2020-01-28 Thread Even Rouault
> What might I need to do to get it working correctly? I know there was a lot > of changes with gdalbarn/proj. Indeed. See https://lists.osgeo.org/pipermail/gdal-dev/2020-January/051425.html -- Spatialys - Geospatial professional services http://www.spatialys.com

[gdal-dev] Transform produces different results from 2.2.4 and 3.0.2 or 3.0.3

2020-01-28 Thread mike Null
So, I'm finding a difference between results def epsg_test(): import ogr import osr wgs84_osr = osr.SpatialReference() wgs84_osr.ImportFromEPSG(4326) utm17_osr = osr.SpatialReference() utm17_osr.ImportFromEPSG(32617) transform = osr.CoordinateTransformation(