Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GDAL provider] Minimal support for GDT_Int8 of GDAL 3.7.0 #51586

Merged
merged 1 commit into from
Jan 26, 2023

Conversation

rouault
Copy link
Contributor

@rouault rouault commented Jan 25, 2023

Fixes #50907

GDAL 3.7.0 brings GDT_Int8, which triggers compiler warnings in QGIS due to those new enumeration values not being handled.

We do a minimal handling of them, by exposing them as QGIS Int16 rasters

A more ambitious fix would be to add proper Int8 support to QGIS.

@github-actions github-actions bot added this to the 3.30.0 milestone Jan 25, 2023
Fixes qgis#50907

GDAL 3.7.0 brings GDT_Int8, which triggers compiler warnings
in QGIS due to those new enumeration values not being handled.

We do a minimal handling of them, by exposing them as QGIS Int16 rasters

A more ambitious fix would be to add proper Int8 support to QGIS.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Task: take into account GDT_Int8
2 participants