Even Rouault

Results 1301 comments of Even Rouault

Would be more convenient for review if you could submit this as a pull request

JSON numbers are stored as IEEE754 64-bit real numbers on JSON parsing (as most parsers do). Regarding the output back to decimal representation, this is just dependent on the number...

Related pull request in https://github.com/OSGeo/gdal/pull/8995

Why not putting those methods in the OGRLayer class ? (timing wise, I'm not sure this will be able to make it for 3.7)

> I'm thinking that raster containers could potentially require this too maybe, but GDALDataset::GetLayerAlternativeName(layer_index) doesn't look very natural to me. OGRLayer::GetAlternativeName() would feel more natural. One could potentially even imagine...

> Have the low level method for raster use what do you think exactly ? Technically a GDALDataset, as a raster, is for a single raster layer, so that would...

Is it to track an upcoming contribution from yours for such a driver ?