Re: [gdal-dev] test failures on pkgsrc build of 3.3.2rc3

2021-09-03 Thread Greg Troxel
Even Rouault writes: >> FAILED gdrivers/eedai.py::test_eedai_GOOGLE_APPLICATION_CREDENTIALS - assert >> ... > Not sure what happens here. Probably some harden configuration of > openssl that rejects the private key ? Apparently it fails on Mac too > from > https://github.com/OSGeo/gdal/commit/7

Re: [gdal-dev] XY Tolerance = 0 when creating layer in region settings with comma decimal separator

2021-09-03 Thread Javier Jimenez Shaw
As Andrew suggested, I guess the proper value is 8983153e-15 .___ ._ ..._ .. . ._. .___ .. __ . _. . __.. ... ._ .__ Entre dos pensamientos racionales hay infinitos pensamientos irracionales. On Fri, 3 Sept 2021 at 17:55, Karen M via gdal-dev wrote: > Hi Andrew, > > That's brilliant (no

Re: [gdal-dev] XY Tolerance = 0 when creating layer in region settings with comma decimal separator

2021-09-03 Thread Karen M via gdal-dev
Hi Andrew, That's brilliant (not stupid at all)! Option 3 ( XYTOLERANCE=8983153e-16) worked Thank you so much! I had already tried option 1 (using a comma), but that threw an error, and it never occurred to me to try scientific notation. Thank you, thank you, thank you! Karen *Karen Mein

Re: [gdal-dev] test failures on pkgsrc build of 3.3.2rc3

2021-09-03 Thread Even Rouault
Greg, FAILED ogr/ogr_gmt.py::test_ogr_gmt_2 - AssertionError: assert 1 == 0 Hopefully https://github.com/OSGeo/gdal/pull/4424 might help FAILED gcore/cog.py::test_cog_small_world_to_web_mercator - assert [26228, 22... Was fixed in master 3.4.0 dev per https://github.com/OSGeo/gdal/commit/7816b

Re: [gdal-dev] test failures on pkgsrc build of 3.3.2rc3

2021-09-03 Thread Greg Troxel
Thanks for all the hints so far about tests. With the fopen/fread fix (locally applied to 3.3.2rc3), and rtree added in to sqlite3 (which I'm calling a bug in my world), I am down to: FAILED ogr/ogr_gmt.py::test_ogr_gmt_2 - AssertionError: assert 1 == 0 FAILED gcore/cog.py::test_cog_small_world_

Re: [gdal-dev] XY Tolerance = 0 when creating layer in region settings with comma decimal separator

2021-09-03 Thread Andrew C Aitchison
On Thu, 2 Sep 2021, Karen M via gdal-dev wrote: Hi All, I'm using the C# bindings in gdal version release-1900-x64-gdal-2-4-3-mapserver-7-4-2. When the operating system region settings are set to regions that uses a comma as the decimal separator and I use datasource.CreateLayer() to create a