You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Note:** we strongly recommend installing **OceanDataStore** into a new virtual environment using either ``venv`` or ``conda / mamba``.
22
22
23
-
## Documentation
23
+
## Examples
24
24
25
-
To learn more about OceanDataStore, click [**here**](https://noc-msm.github.io/OceanDataStore/)to explore the documentation.
25
+
### Writing Ocean Model Data to the Cloud...
26
26
27
-
## Examples
27
+
* To create a new Zarr store in an S3-compatible object store using a large number of files, we can use [dask](https://www.dask.org) with the `send_to_zarr` command:
For examples of how to implement the commands in **OceanDataStore CLI** in your own workflows, see the bash scripts in the `examples` directory.
30
36
31
-
## OceanDataStore CLI Arguments
37
+
### Accessing Ocean Data in the Cloud...
38
+
39
+
* To access monthly-mean sea surface temperature data from the NOC Near-Present Day eORCA1 ERA5v1 (1-degree) global ocean sea-ice hindcast between 2004-2010 as an `xarray.Dataset`:
0 commit comments