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

2024-11-05 Thread Reiner Schlitzer via gdal-dev
Hi Even, thanks for your help. I have solved my problem and have successfully built the GDAL library for Windows ARM64. The cause was a second CMAKE installation as part of StrawberryPerl, which currently is only available as x64 package. Uninstalling StrawberryPerl and using the CMAKE within Vi

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

2024-11-05 Thread Sean Gillies via gdal-dev
Good to go here: https://github.com/rasterio/rasterio/actions/runs/11639437093. +1 On Mon, Nov 4, 2024 at 5:28 AM 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

Re: [gdal-dev] Call for discussion on RFC 100: Adding Float16 support to GDAL

2024-11-05 Thread Even Rouault via gdal-dev
Le 05/11/2024 à 14:15, Erik Schnetter via gdal-dev a écrit : I am interested in GDAL supporting float16 values. My RFC 100 can be viewed here: https://github.com/OSGeo/gdal/issues/10144 . ( above link is the issue discussing the need. Actual link to the RFC text is at https://github.com/OSGeo

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

2024-11-05 Thread Howard Butler via gdal-dev
+1 > On Nov 4, 2024, at 6:28 AM, Even Rouault via gdal-dev > 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 time generally not. > But

[gdal-dev] Call for discussion on RFC 100: Adding Float16 support to GDAL

2024-11-05 Thread Erik Schnetter via gdal-dev
I am interested in GDAL supporting float16 values. My RFC 100 can be viewed here: https://github.com/OSGeo/gdal/issues/10144 . I have also created a candidate implementation that is available at https://github.com/OSGeo/gdal/pull/11180 . I am looking for last comments before I will ask for a vo

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

2024-11-05 Thread Rahkonen Jukka via gdal-dev
Hi, Very nice, seems that you both took the challenge very seriously. Now an advanced use case came into my mind, and it is about finding extreme values of sensor data within a polygon. Brute force method is to pre-process the raster and burn nodata into the exterior of the study area with gdal

Re: [gdal-dev] GPU support for GDAL

2024-11-05 Thread Even Rouault via gdal-dev
Le 05/11/2024 à 08:03, Pradeep Mahato via gdal-dev a écrit : 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) lay