<div dir="ltr"><br><br>On Tue, 5 Nov 2024 at 22:09, Rahkonen Jukka <<a href="mailto:jukka.rahkonen@maanmittauslaitos.fi">jukka.rahkonen@maanmittauslaitos.fi</a>> wrote:<br>><br>> Hi,<br>><br>>  <br>><br>> 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_rasterize by using the -i (invert) option. Can you suggest something more clever?<br>><br>>  <br>><br>> Right now I am just curious, but I guess that the QGIS Zonal statistics tool min/max option with additional x and y coordinate fields could make some users happy, or “gdal_minmax_location.py” with a -mask option.<br><br>Good idea! I've added a corresponding tool in <a href="https://github.com/qgis/QGIS/pull/59358">https://github.com/qgis/QGIS/pull/59358</a> 🥳<div><br></div><div>Nyall</div><div><br>><br>>  <br>><br>> -Jukka Rahkonen-<br>><br>>  <br>><br>> Lähettäjä: Nyall Dawson <<a href="mailto:nyall.dawson@gmail.com">nyall.dawson@gmail.com</a>><br>> Lähetetty: tiistai 5. marraskuuta 2024 2.51<br>> Vastaanottaja: Even Rouault <<a href="mailto:even.rouault@spatialys.com">even.rouault@spatialys.com</a>><br>> Kopio: Rahkonen Jukka <<a href="mailto:jukka.rahkonen@maanmittauslaitos.fi">jukka.rahkonen@maanmittauslaitos.fi</a>>; '<a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a>' (<a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a>) <<a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a>><br>> Aihe: Re: [gdal-dev] How to locate where the raster min and max values are?<br>><br>>  <br>><br>><br>> ><br>> > 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.<br>> ><br>> > The task feels rather simple and I was sure that someone has already made an utility or a QGIS plugin, but all I have found yet is for R<br>><br>> I've submitted a processing tool for QGIS 3.42 to do this here: <a href="https://github.com/qgis/QGIS/pull/59332">https://github.com/qgis/QGIS/pull/59332</a> . This uses Even's new GDAL api so should be super-efficient & fast to calculate. 🥳<br>><br>>  <br>><br>> Thanks for raising this interesting discussion, a lot of nice things have come out of this!<br>><br>>  <br>><br>> Nyall<br>><br>>  </div></div>