Re: [gdal-dev] Abou R sf library and GDAL

2024-11-04 Thread Abel Pau via gdal-dev
>> I don't recall whether your driver, Abel, needs such libraries. No, my driver does not require external libraries. Thanks! -Mensaje original- De: Roger Bivand Enviado el: dilluns, 28 d'octubre de 2024 20:03 Para: gdal-dev@lists.osgeo.org CC: Abel Pau Asunto: Re: [gdal-dev] Abou R sf

[gdal-dev] GPU support for GDAL

2024-11-04 Thread Pradeep Mahato via gdal-dev
Hi, I am working on a project with Geo-spatial images using python language. To visualize the images properly pyramid layer is necessary. " buildoverview" functionality of GDAL library in python builds the pyramid(overview) layer utilizing the CPU compute only. As per project requirement , we a

Re: [gdal-dev] How to locate where the raster min and max values are?

2024-11-04 Thread Nyall Dawson via gdal-dev
> > I would like to know the georeferenced coordinates of the min and max values of a DEM file. Even better if I could forward them into a vector file. If the minimum or maximum happens to be on a flat area like seabed I would be happy with the first pixel at the moment. > > The task feels rather s

Re: [gdal-dev] compiling gdal from source for Windows ARM64 failed

2024-11-04 Thread Even Rouault via gdal-dev
Reiner, the error "cpl_cpu_features.cpp(69): error C3861: "CPL_CPUID":" indicates that the compiler goes into a code path that is protected by a #if defined(HAVE_SSE_AT_COMPILE_TIME). This HAVE_SSE_AT_COMPILE_TIME macro is set in gdal.cmake when "${CMAKE_SYSTEM_PROCESSOR}" MATCHES "(x86|AMD6

[gdal-dev] compiling gdal from source for Windows ARM64 failed

2024-11-04 Thread Reiner Schlitzer via gdal-dev
Hi, I am trying to compile the GDAL library for the Windows ARM64 architecture but fail during the build step because of undefined CPL_CPUID in the port\cpl_cpu_features.cpp file. The Windows ARM64 case seems not to be covered in the definition block at the top. Can you please give advice on how

Re: [gdal-dev] Motion: approve GDAL 3.10.0 RC3 as 3.10.0 release

2024-11-04 Thread Rahkonen Jukka via gdal-dev
+1 -Jukka Rahkonen- -Alkuperäinen viesti- Lähettäjä: gdal-dev Puolesta Even Rouault via gdal-dev Lähetetty: maanantai 4. marraskuuta 2024 14.28 Vastaanottaja: gdal-dev@lists.osgeo.org Aihe: [gdal-dev] Motion: approve GDAL 3.10.0 RC3 as 3.10.0 release Hi, I believe RC3 is good to go, s

Re: [gdal-dev] Motion: approve GDAL 3.10.0 RC3 as 3.10.0 release

2024-11-04 Thread Javier Jimenez Shaw via gdal-dev
+1 Javier On Mon, 4 Nov 2024 at 13:28, Even Rouault via gdal-dev < gdal-dev@lists.osgeo.org> wrote: > Hi, > > I believe RC3 is good to go, so: > > Motion: approve GDAL 3.10.0 RC3 as 3.10.0 release > > Starting with my +1 > > Even > > -- > http://www.spatialys.com > My software is free, but my tim

[gdal-dev] Motion: approve GDAL 3.10.0 RC3 as 3.10.0 release

2024-11-04 Thread Even Rouault via gdal-dev
Hi, I believe RC3 is good to go, so: Motion: approve GDAL 3.10.0 RC3 as 3.10.0 release Starting with my +1 Even -- http://www.spatialys.com My software is free, but my time generally not. Butcher of all kinds of standards, open or closed formats. At the end, this is just about bytes. __

[gdal-dev] compiling gdal from source for Windows ARM64 failed

2024-11-04 Thread Reiner Schlitzer via gdal-dev
Hi, I am trying to compile the GDAL library for the Windows ARM64 architecture but fail during the build step because of undefined CPL_CPUID in the port\cpl_cpu_features.cpp file. The Windows ARM64 case seems not to be covered in the definition block at the top. Can you please give advice on how