A dataset plugin to integrate intake dataset with climetlab.
This is a miminal working example.
- Add integration with climetlab cache.
- Test on other example of intake datasets.
- Add support for windows when "rasterio" or GDAL or the appropriate dependency can be installed correctly.
In this README is a description of how to get the intake.
See the demo notebooks
The climetlab python package allows easy access to the data with a few lines of code such as:
!pip install climetlab climetlab-intake
import climetlab as cml
ds = cml.load_souce("intake", catalog=..., item=...)
ds.to_xarray()
Either open a issue on github if this is a github repository.
See the LICENSE file. License: Apache License 2.0 In applying this licence, ECMWF does not waive the privileges and immunities granted to it by virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
Florian Pinault and al.
See also the CONTRIBUTORS.md file.