Replies: 1 comment 3 replies
-
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
We were using the
Xarrayold version where thexarray.open_rasteriowas available to grab the Geotiff file attributes liketransform,crs,scales,resetcWith the latest
xarrayversion it has been removed and recommended to use therioxarray.open_rasteriowhich have some attributes missing from the output as shown belowxarraythe result is followingrioxarraythe result is following.Question is why those attributes are removed as I can see in
rioxarray._io.pythat some are listed as unwanted attrbutes and some are removed and assigned values to other attributes.Sometimes we need those attributes and there is no option I can find to get them easily via
open_rasterioBeta Was this translation helpful? Give feedback.
All reactions