Even Rouault

Results 1297 comments of Even Rouault

> You also need to update .github/workflows/ubuntu_24.04/reference_arg_names.txt you can do that with ../scripts/collect_arg_names.sh > ../.github/workflows/ubuntu_24.04/reference_arg_names.txt

@GlenRice-NOAA Do you wish to give a try to this PR before it is merged (same question for https://github.com/OSGeo/gdal/pull/13417 or https://github.com/OSGeo/PROJ/pull/4603)

> I had planned that the `` would be what is displayed to the user you mean in GDAL metadata items? We have for example the raw dataDynamicity with the...

Extra commit added to add xxx_NAME and xxx_DEFINITION metadata items with human understandable text e.g. ``` Metadata: VERTICAL_DATUM_NAME=meanLowerLowWater VERTICAL_DATUM_ABBREV=MLLW VERTICAL_DATUM_DEFINITION=The average height of the lower low waters at a place...

Probably a ReadTheDocs issue, as I can reproduce the same with https://proj.org . My memories is that it used to work

> Does you issue have anything common with [#12426](https://github.com/OSGeo/gdal/issues/12426)? closely related, but different code paths . #12426 is about AdviseRead() (asynchronous requests), wheres this one is about ReadMultiRange() (synchronous requests)

> is it possible to avoid this code path (no retry logic in readmultirange) by specifying `GDAL_HTTP_MULTIRANGE=SERIAL` ? yes

> I would propose the following organization: That sounds good to me. The current categorization comes from the early days of the framework before pipeline and other re-usable arguments, and...

> it isn't possible to set the parent name or the array name. is it just about the name of the array or about inserting the array as a child...