Even Rouault

Results 1301 comments of Even Rouault

I don't see a particular issue in trying to keep alive the parent in GetGeometryRef(). Not sure if you're aware of it, but ther are complications regarding life-time of geometries...

Isn't that a bit redundant with the exiting GDAL_HTTP_USERPWD ? And that you can include in the URL in the standard way ``/vsicurl/https://my_user:[email protected]/...``

There are a few code formatting issues: ``` pre-commit hook(s) made changes. If you are seeing this message in CI, reproduce locally with: `pre-commit run --all-files`. To run `pre-commit` as...

Note: the first commit in this pull request is erroneous. Fixed per https://github.com/OSGeo/gdal/pull/11655

> I am planning to use `#ifdef SIZEOF__FLOAT16` to check whether `_Float16` is available. that sounds reasonable. We should make sure that this is set in cmake/template/cpl_config.h.in so that code...

gdal_retile is neither ready for source files that have rotation terms in their geotransform, nor RPC. Currently you would probably be better implementing some sort of gdal_retile logic by scripting...

> What do you mean by RPC? The ugly set of stuff below the "RPC Metadata:" line in your gdalinfo output ;-) cf https://en.wikipedia.org/wiki/Rational_polynomial_coefficient and https://gdal.org/development/rfc/rfc22_rpc.html

- tests to be fixed - some code formatting tunings: cf https://github.com/OSGeo/gdal/actions/runs/9655962852/job/26632692508?pr=10294 , and https://gdal.org/development/dev_practices.html#commit-hooks how to set-up pre-commit - the driver would need to adapt for https://gdal.org/development/rfc/rfc96_deferred_plugin_loading.html changes. See...

@boxerab Just looking at https://github.com/GrokImageCompression/grok/commits/master/ , I'm puzzled to see that Grok git history has been completely reset, and that the released packages are only the latest one. This isn't...

> Anyone is free to audit the code good luck when you have zero history... Was there something in the history that wasn't appropriate and had to be removed? But...