Even Rouault
Even Rouault
> This process can (and probably should) be automated by using GitHub actions, for example. I'm afraid that the fact we build ARM64 images along side the x86_64 ones makes...
Cf https://github.com/OSGeo/gdal/pull/13066 for progress on that topic
@sfkeller It is not clear to me if a .csvz file is supposed to be a GZIP file or a ZIP file, or maybe both ? (and in the later...
> * A **palette** may be associated Exposed using the GDALColorTable mechanism ? > A DBF (or extended DBF table) may be used to associate pixel values with alphanumerical tables...
I guess the file that would be opened through GDALOpen() would be the .REL file ? > A dataset should be created for each group of bands sharing the same...
> (and put the UTM, then global, ones last ?) I'v added a commit for that later part. Now "gdal raster reproject byte.tif --dst-crs=" returns CRS with smallest area of...
> We create and read these now using python (with rioxarray, where we can manually insert a custom lerc compressor). I'd prefer this to go first into [imagecodecs](https://github.com/zarr-developers/numcodecs) first (preferably,...
Actually this is likely related only to 8-connectedness, and this is a bit by design. It is impossible to have a single Polygon that uses 8-connectnedness that is valid according...
@ConorMurphy21 I'm wondering how support for that would be useful: are there datasets where there is just the .tif + .tfwx, without a .tif.aux.xml (or with a .tif.aux.xml that doesn't...
> but in the same cases that GDAL falls back on `tfw` it should probably be able to fall back on `tfwx`? from what you quote above, it looks like...