Skip to content

convert xarray Dataset to rioxarray Dataset? #691

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

You must be logged in to vote

data elements were changed from float32 to int8 and int16

This is because mask_and_scale=True is default with open_dataset. You can disable it if you don't want the data masked and scaled.

nan was changed to 0 (not sure about this one)

This is because mask_and_scale=True is default with open_dataset. You can disable it if you don't want the data masked and scaled.

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@wendellwt
Comment options

Answer selected by snowman2
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