WP - Libraries: Rebuild data storage handlers (ZARR) #15
Labels
documentation
Associated issue or PR changes or adds documentation
feature
Associated issue or PR is related to a feature or feature change
high priority
Associated issue or PR is of high priority
release
Associated issue or PR is part of a larger update
Milestone
Data storage handlers are the functions responsible for properly storing and fetching data.
No longer retrieving full files and then filtering them, ZARR allows for targeted retrieval, updating and deletion, depending on the situation. The data storage handlers are there to provider the tools to it for the models.
Scope:
All WP storage related functions for taking full xarray DataSet objects or just singular DataArray objects and transcribing their contents unto or from a ZARR storage cluster. It also includes all methods related to accessing information on available files and the deletion of data)
Finally, this Also includes output format storage. From a xarray Dataset, store into CSV, JSON, JSON (alternate style), NetCDF3 or NetCDF4.
The text was updated successfully, but these errors were encountered: