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

In rasterutils, the reproject_raster method does not handle appropriately when the input file has different nodata values for each band #9

Open
rbejar opened this issue Mar 13, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers

Comments

@rbejar
Copy link
Contributor

rbejar commented Mar 13, 2024

This is because the output is always a GeoTIFF, which only supports one nodata value for all bands.
Not a big issue. If you need to reproject to other formats, you can use rasterio on your own. But at last this should be documented and possibly warned in the logs.

@rbejar rbejar added documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers labels Mar 13, 2024
@rbejar
Copy link
Contributor Author

rbejar commented Mar 13, 2024

This happens too in raster_to_rhpx._reproject_raster_to_rhealpix()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant