Re: [gdal-dev] [ERROR]GDAL 3.8.4 on Ubuntu 24.04 could not warp after minutes, but GDAL 3.4.1 on Ubuntu 22.04 can?

2024-09-17 Thread Even Rouault via gdal-dev
Le 17/09/2024 à 17:08, Huu Bang Pham a écrit : Hi Rouault, Thanks for your quick reply. However, I'm stuck with GDAL 3.8.4 on Ubuntu 24.04. Do you have any suggestion / workaround for this issue, in stead of building latest gdal with your fix manually? Increase the VRT size to 10x10 pixe

Re: [gdal-dev] [ERROR]GDAL 3.8.4 on Ubuntu 24.04 could not warp after minutes, but GDAL 3.4.1 on Ubuntu 22.04 can?

2024-09-17 Thread Huu Bang Pham via gdal-dev
Hi Rouault, Thanks for your quick reply. However, I'm stuck with GDAL 3.8.4 on Ubuntu 24.04. Do you have any suggestion / workaround for this issue, in stead of building latest gdal with your fix manually? Thanks, On 17.09.24 5:03 PM, Even Rouault wrote: Hi, bug confirmed. Fix in https:

Re: [gdal-dev] [ERROR]GDAL 3.8.4 on Ubuntu 24.04 could not warp after minutes, but GDAL 3.4.1 on Ubuntu 22.04 can?

2024-09-17 Thread Even Rouault via gdal-dev
Hi, bug confirmed. Fix in https://github.com/OSGeo/gdal/pull/10822 Even Le 17/09/2024 à 16:18, Huu Bang Pham via gdal-dev a écrit : Hello, I'm testing *GDAL 3.8.4, released 2024/02/08 on Ubuntu 24.04* and it has a strange issue. I have a VRT file which *can be projected by gdalwarp on Ubun

Re: [gdal-dev] [ERROR]GDAL 3.8.4 on Ubuntu 24.04 could not warp after minutes, but GDAL 3.4.1 on Ubuntu 22.04 can?

2024-09-17 Thread Huu Bang Pham via gdal-dev
Hi, This is a test case and it works fine on Ubuntu 22.04. I'm not sure why in Ubuntu 24.04 it stops working and hangs up. On 17.09.24 4:27 PM, Rahkonen Jukka wrote: You don't often get email from jukka.rahko...@maanmittauslaitos.fi. Learn why this is important

Re: [gdal-dev] [ERROR]GDAL 3.8.4 on Ubuntu 24.04 could not warp after minutes, but GDAL 3.4.1 on Ubuntu 22.04 can?

2024-09-17 Thread Rahkonen Jukka via gdal-dev
Hi, Out of curiosity, the source file contains one single pixel. Is there a real use case, or are you just experimenting? -Jukka Rahkonen- Lähettäjä: gdal-dev Puolesta Huu Bang Pham via gdal-dev Lähetetty: tiistai 17. syyskuuta 2024 17.18 Vastaanottaja: gdal-dev@lists.osgeo.org Aihe: [gdal-de

[gdal-dev] [ERROR]GDAL 3.8.4 on Ubuntu 24.04 could not warp after minutes, but GDAL 3.4.1 on Ubuntu 22.04 can?

2024-09-17 Thread Huu Bang Pham via gdal-dev
Hello, I'm testing *GDAL 3.8.4, released 2024/02/08 on Ubuntu 24.04* and it has a strange issue. I have a VRT file which *can be projected by gdalwarp on Ubuntu 22.04 (GDAL 3.4.1, released 2021/12/27) in less than one second*, but *on Ubuntu 24.04, gdalwarp is stuck even after minutes *for n

Re: [gdal-dev] GDAL Windows Wheels

2024-09-17 Thread Idan Miara via gdal-dev
Thanks for sharing! Would you like to post it also in this issue? https://github.com/OSGeo/gdal/issues/4352 On Tue, 17 Sept 2024 at 14:36, Petr Tsymbarovich via gdal-dev < gdal-dev@lists.osgeo.org> wrote: > Hi, > > Long story short: I've configured a GitLab pipeline for building and > publishing

[gdal-dev] GDAL Windows Wheels

2024-09-17 Thread Petr Tsymbarovich via gdal-dev
Hi, Long story short: I've configured a GitLab pipeline for building and publishing GDAL wheels for Python on Windows (https://gitlab.com/mentaljam/gdal-windows-wheels). The approach uses cibuildwheel and delvewheel to include DLLs in the wheels and it is partly borrowed from Rasterio GitHub A