-
I loaded N files(single bands) in a Dataset:
and i did a clip on each dataset.
Why happens? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
Do you have to convert it to a dataset? If so, I recommend using: rioxarray.merge.merge_datasets(collected_ds, precision=50, nodata=0) EDIT: Fix in #245 Workaround: wait to do squeeze until after merging. |
Beta Was this translation helpful? Give feedback.
Do you have to convert it to a dataset? If so, I recommend using:
EDIT: Fix in #245
Workaround: wait to do squeeze until after merging.