intake-xarray 2.0.0


pip install intake-xarray

  Latest version

Released: Dec 12, 2024

Project Links

Meta
Maintainer: Martin Durant

Classifiers

intake-xarray

CI

Intake-xarray: xarray Plugin for Intake

See Intake docs for a general introduction and usage of Intake and the intake-xarray docs for details specific to the data drivers included in this package.

In intake-xarray, there are plugins provided for reading data into xarray containers:

  • NetCDF (also handles other file formats which can be passed to xarray.open_dataset 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

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras: None
Dependencies:
intake (>=2)
xarray (>=02022)
zarr
dask (>=2.2)
netcdf4
fsspec (>2022)
msgpack
requests