Skip to content

ecmwf-lab/climetlab-intake

Repository files navigation

climetlab-intake

A dataset plugin to integrate intake dataset with climetlab.

This is a miminal working example.

TODO

  • 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.

Features

In this README is a description of how to get the intake.

Using climetlab to access the data

See the demo notebooks Binder

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()

Support and contributing

Either open a issue on github if this is a github repository.

LICENSE

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.

Authors

Florian Pinault and al.

See also the CONTRIBUTORS.md file.