Skip to content

no-data when reprojecting ETRS89 / UTM zone 32N to WGS84! #435

Answered by snowman2
PeterFogh asked this question in Q&A
Discussion options

You must be logged in to vote

What happens if you mask the nodata:

da = rioxarray.open_rasterio('../DEMs/denmark/data/DTM_1km_6285_540.tif')
dar = da.rio.reproject('epsg:4258')
dar.where(dar!=dar.rio.nodata).plot()

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by PeterFogh
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants