>> 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
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
>
> 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
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
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
+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
+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
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.
__
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