Clipping large dataset results in out of memory error #207
Unanswered
jackieleng
asked this question in
Q&A
Replies: 1 comment 7 replies
-
This will be much simpler when #115 is implemented. For now, here are alternative options to look into:
|
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to use rioxarray to clip a large dataset (GeoTIFF file of 5.5GB). However this results in an out of memory error. The GeoTIFF is tiled and I'm using chunks. The clipping does seem to work well for smaller datasets, but is there a way to make it work for larger datasets?
Memory error:
Dataset:
Beta Was this translation helpful? Give feedback.
All reactions