-
Notifications
You must be signed in to change notification settings - Fork 361
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
Convert NODATA ByteConstantTile and ShortConstantCellType: unexpected result #3525
Comments
Thanks for reporting! There is a bug in the NoData conversion. 👍 nice catch; wondering if any other cellTypes might be affected. |
Looked into this a small amount yesterday and it appears to be related to |
@moradology I did a quick PR, I can expand it a bit further if you believe this general direction is fine. |
) * ConstantTile with nodata: support correct celltype conversion #3525 * Fix all of the constant cellType conversions * CHANGELOG.md update --------- Co-authored-by: Jeroen Dries <[email protected]>
Describe the bug
A NODATA
ByteConstantTile
that is converted to its ownCellType
, is no longer NODATA.To Reproduce
Expected behavior
Seeing as the
CellType
doesn't change, this should be a no-op and the tile should remain NODATA.Screenshots
If applicable, add screenshots to help explain your problem.
Environment
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: