Re: [gdal-dev] About installing EXPAT

2023-09-29 Thread Abel Pau via gdal-dev
Stefan, I finally did it well and now it works Thanks a lot for your help!! De: Uhrig, Stefan Enviado el: divendres, 29 de setembre de 2023 17:36 Para: Abel Pau ; gdal dev Asunto: RE: [gdal-dev] About installing EXPAT Hi Abel, Hmm, I did not build with SWIG and Python. Your build log also

Re: [gdal-dev] About installing EXPAT

2023-09-29 Thread Abel Pau via gdal-dev
Hi Stefan, thanks for your answer. I’ve installed vcpkg as you recommend. I followed the instructions of the web. After I installed packages you comment. It’s been needed to install phyton3 again cause some recent issues. (error: while looking for phyton:x64-windows: error: while loading phyton:

Re: [gdal-dev] Spatial references and geometry operations

2023-09-29 Thread adamgutonski via gdal-dev
Thank you for the response Paul, it sounds like I'll be safe as long as I include the SRS :) Cheers, Adam Sent with [Proton Mail](https://proton.me/) secure email. --- Original Message --- On Friday, September 29th, 2023 at 4:20 AM, Paul Harwood wrote: > As a very general response, y

Re: [gdal-dev] Using ogr2ogr with limited memory

2023-09-29 Thread Michael Sumner via gdal-dev
what's the task? what about batching the geometry and or fields? can you run on just the first feature, does that work? how many features, how big is the task? On Wed, 27 Sept 2023, 13:16 Scott via gdal-dev, wrote: > Any tips for using ogr2ogr to use only a specified amount of RAM? I'm > not ha

Re: [gdal-dev] Spatial references and geometry operations

2023-09-29 Thread Paul Harwood via gdal-dev
As a very general response, you probably need to differentiate between two possible questions that you are asking, either: 1 Does the operation fail with an error, or 2 Is the result correct or meaningful? I don't know about 1). My guess and experience is that, in most cases, it won't fail. Howe