Re: [gdal-dev] (no subject)

2022-09-20 Thread Even Rouault
Hi, addressed per https://github.com/OSGeo/gdal/pull/6407 Even Le 19/09/2022 à 13:07, Moises Calzado via gdal-dev a écrit : Hello everyone, We're performing some tests with ogrinfo trying to read GPKG files, and we're facing some issues executing the command with remote GPKG files in WAL

Re: [gdal-dev] ogr2ogr error: ERROR 1: Maximum number of characters allowed reached.

2022-09-20 Thread Even Rouault
Moises, there's a limit for the maximum size of a line to 1 MB that was added some time ago (post 3.2.2). I've increased it to 10 million bytes in https://github.com/OSGeo/gdal/pull/6403 and also added an open option to make it configurable. Even Le 20/09/2022 à 18:06, Moises Calzado via

[gdal-dev] ogr2ogr error: ERROR 1: Maximum number of characters allowed reached.

2022-09-20 Thread Moises Calzado via gdal-dev
Hello everyone, We're facing some issues working with ogr2ogr in the 3.5.1 version, as we've found a dataset that provokes the following error during the execution of the following command: ogr2ogr -f CSV -skipfailures -makevalid /vsistdout/ > CSV:munic_s_anonymized.csv -simplify 0.1 -dim XY

Re: [gdal-dev] Gdal/Proj builds on iOS

2022-09-20 Thread Philippe Lelong
Thanks Peter, I have tried various combinaisons of "rename-internal" symbols and hide-internal-symbols yes/no and with/without png and some other guesses but couldn't fix it. Here is my current configure (for iOS Simulator, works great on iOS 15 or 16, but not on iOS 12 or 14).

Re: [gdal-dev] Gdal/Proj builds on iOS

2022-09-20 Thread Philippe Lelong
Hi, I finally found the solution, I had to export my deployment target. I just added in my build scripts for PROJ and GDAL: export IOS_DEPLOYMENT_TARGET=12 and (to be sure) export IPHONEOS_DEPLOYMENT_TARGET=12 And all good! Thanks again Philippe From:

Re: [gdal-dev] Gdal/Proj builds on iOS

2022-09-20 Thread Peter Petrik
Hi Philippe, iOS links all the stuff statically, so there are sometimes clashes of symbols. You can look at how we build it for Mergin Maps here: https://github.com/MerginMaps/input-sdk/tree/master/ios/recipes Kind Regards, Peter Petrík CPO of Mergin Maps LI

[gdal-dev] Gdal/Proj builds on iOS

2022-09-20 Thread Philippe Lelong
Hi, We have a strange issue with our GDAL build for iOS (GDAL 3.4.1, PROJ6). Everything is fine when running on iOS 15 or 16, but when the same app is run on iOS 14 or 12 the app will not load at all (does not even reach main) and the only thing I can see in a console is this: dyld: Symbol