[Bug] GDAL VRT with Int8 data type fail to import #4230
Labels
backport to 8.4
PR needs to be backported to release branch 8.4
bug
Something isn't working
C
Related code is in C
libraries
raster
Related to raster data processing
Milestone
Describe the bug
r.in.gdal
andr.external
fail to import GDAL Virtual Rasters (VRT) with Int8 datatype.Int8 was relatively recently introduced to GDAL (3.7) and then made available in VRT datasets.
While GRASS GIS reads Int8 data in GeoTiff format, it fails with that datatype in VRT format.
To reproduce
The last two commands fail with:
Expected behavior
GRASS GIS should import VRT with Int8 data.
System description
Additional context
GRASS GIS does not seem to be the only one here:
https://community.safe.com/data-7/int8-gdal-vrt-raster-not-supported-by-fme-18505
The text was updated successfully, but these errors were encountered: