Metadata-Version: 2.1
Name: intake-xarray
Version: 0.3.1
Summary: xarray plugins for Intake
Home-page: https://github.com/ContinuumIO/intake-xarray
Maintainer: Julia Signell
Maintainer-email: jsignell@anaconda.com
License: BSD
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: intake (>=0.5.2)
Requires-Dist: xarray (>=0.12.0)
Requires-Dist: zarr
Requires-Dist: dask (>=2.2)
Requires-Dist: netcdf4

# intake-xarray

[![Build Status](https://travis-ci.org/intake/intake-xarray.svg?branch=master)](https://travis-ci.org/intake/intake-xarray)

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
  - 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 rasterio
```


