We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
change all reprojecting method from nearest to something else, like bisampling. Also in all .to_crs(...)
The text was updated successfully, but these errors were encountered:
check that whenever i reproject i use the nodata field, see fetch_glacier_metadata.py:
focus_utm = focus.rio.reproject(glacier_epsg, resampling=rasterio.enums.Resampling.bilinear, nodata=-9999)
Sorry, something went wrong.
No branches or pull requests
change all reprojecting method from nearest to something else, like bisampling. Also in all .to_crs(...)
The text was updated successfully, but these errors were encountered: