-
I'm loading some data(jp2) with masked=True. Then i want to save data as GEOTIFF with metadata nodata=0. Well, I don't know how to archive that. Passing "profile_kwargs" ignores nodata parameter as expected...but i want that metadata set. |
Beta Was this translation helpful? Give feedback.
Answered by
Ixiodor
Jan 5, 2021
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Ixiodor
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
raster_values.rio.write_nodata(NODATA_VALUE_HERE, True)
Seems to do what i need