Configuration Suggestions for Building a Large COG #835
Unanswered
ljstrnadiii
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am looking for any recommendations for speeding up writing a single large (10Gi) COG on a machine only doing this task.
Assuming I have 10Gi Xarray dataset with a single band. Lets say an xarray dataset with shape (52000, 52000) of type float32 that has chunks (4096, 4096) and I am writing to_raster as follows:
but this is taking a long time ~4 hours and only partially complete.
Questions
Performance and Utilization
On a machine with 15gb mem and 4 cores utilization looks like:
Possibly Relevant Issues / Sources:
Beta Was this translation helpful? Give feedback.
All reactions