Metadata-Version: 2.4
Name: intake-xarray
Version: 2.0.0
Summary: xarray plugins for Intake
Home-page: https://github.com/intake/intake-xarray
Maintainer: Martin Durant
Maintainer-email: mdurant@anaconda.com
License: BSD
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: intake>=2
Requires-Dist: xarray>=02022
Requires-Dist: zarr
Requires-Dist: dask>=2.2
Requires-Dist: netcdf4
Requires-Dist: fsspec>2022
Requires-Dist: msgpack
Requires-Dist: requests
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: maintainer
Dynamic: maintainer-email
Dynamic: requires-dist
Dynamic: summary

# intake-xarray

![CI](https://github.com/intake/intake-xarray/workflows/CI/badge.svg)

Intake-xarray: xarray Plugin for [Intake](https://github.com/intake/intake)

See [Intake docs](https://intake.readthedocs.io/en/latest/overview.html) for a general introduction and usage
of Intake and the [intake-xarray docs](https://intake-xarray.readthedocs.io/) for details specific to the
data drivers included in this package.

In `intake-xarray`, there are plugins provided for reading data into [xarray](http://xarray.pydata.org/en/stable/) 
containers:
  - NetCDF (also handles other file formats which can be passed to
  [xarray.open_dataset](http://xarray.pydata.org/en/stable/generated/xarray.open_dataset.html) such as grib)
  - OPeNDAP
  - Rasterio
  - Zarr
  - images

and it provides the ability to read xarray data from an Intake server.

### Installation

The conda install instructions are:

```
conda install -c conda-forge intake-xarray
```

To install optional dependencies:

```
conda install -c conda-forge pydap rasterio
```
