Re: [gdal-dev] CSharp bindings queued for removal (was Re: GDAL CSharp bindings maintainers/contributors listening... ?)

2025-02-03 Thread Joaquim Manuel Freire Luís via gdal-dev
Yes, clang.jl only supports C but you make it sound as if it was a very limited product. But it’s not. Right, wrapped libraries need different amounts of handwritten code, and care must be taken on managing the memory owners and when it can be freed without crashing. ArchGDAL has a lot of code t

Re: [gdal-dev] Motion: adopt RFC 100: Add support for the float16 data type

2025-02-03 Thread Even Rouault via gdal-dev
Motion passed with +1 from PSC members KurtS, DanB, JavierJS, JukkaR and me. Even Le 07/11/2024 à 15:39, Erik Schnetter via gdal-dev a écrit : I move to adopt RFC 100 (adding support for the float16 data type). The pull request for RFC 100 is here: https://github.com/OSGeo/gdal/pull/10146 .

Re: [gdal-dev] Do ECW Auto tests get run via any automatic workflow?

2025-02-03 Thread Even Rouault via gdal-dev
Le 03/02/2025 à 14:37, Daniel Baston via gdal-dev a écrit : Hi Parveen, test_ecw_7 is run (successfully) in the Ubuntu 20.04 configuration: https://github.com/OSGeo/gdal/actions/runs/13092743556/job/36531334565#step:18:4258 I'm pretty sure this is the only workflow that has ECW available. So

Re: [gdal-dev] Do ECW Auto tests get run via any automatic workflow?

2025-02-03 Thread Daniel Baston via gdal-dev
Hi Parveen, test_ecw_7 is run (successfully) in the Ubuntu 20.04 configuration: https://github.com/OSGeo/gdal/actions/runs/13092743556/job/36531334565#step:18:4258 I'm pretty sure this is the only workflow that has ECW available. Some ECW tests are still skipped because they require a newer versi

Re: [gdal-dev] Do ECW Auto tests get run via any automatic workflow?

2025-02-03 Thread Javier Jimenez Shaw via gdal-dev
As you can see in https://github.com/OSGeo/gdal/actions/runs/13092743556/job/36531334316#step:18:14520 "gdrivers/ecw.py::test_ecw_7 SKIPPED (Driver ECW not present)" So I don't think it is tested. Maybe in a different workflow, but I would be surprised. On Mon, 3 Feb 2025 at 09:36, Parveen Sharm

[gdal-dev] Do ECW Auto tests get run via any automatic workflow?

2025-02-03 Thread Parveen Sharma via gdal-dev
Hello I am interested in knowing if the ECW tests under in source file indicated below are run by automated workflow in GDAL Master branch? https://github.com/OSGeo/gdal/blob/master/autotest/gdrivers/ecw.py