intake / intake-xarray

Intake plugin for xarray

Home Page:https://intake-xarray.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Intake plugin for xarray

https://intake-xarray.readthedocs.io/

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 99.3%Language:Shell 0.3%Language:PowerShell 0.3%