possibility of pre-stage the data before running the model #511
-
|
I wonder if it is possible to pre-stage the required input data and use it when actual model is running. In my case, I am using |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Apologies for missing this thread @uturuncoglu The data sources should cache but default in the earth2studio cache folder (by default this is I've opened an example to track this request here: #528 Thanks! |
Beta Was this translation helpful? Give feedback.
Apologies for missing this thread @uturuncoglu
The data sources should cache but default in the earth2studio cache folder (by default this is
~/.cache/earth2studio/so it the data source should automatically handle this to some degree.But for longer inference jobs, it would typically make the most sense to dump the data using a seperate script into a zarr store. Then use one the xarray data sources to load the data into the pipeline.
I've opened an example to track this request here: #528
Thanks!