Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/intake/intake-xarray
Intake plugin for xarray
https://github.com/intake/intake-xarray
Last synced: 3 months ago
JSON representation
Intake plugin for xarray
- Host: GitHub
- URL: https://github.com/intake/intake-xarray
- Owner: intake
- License: bsd-2-clause
- Created: 2018-03-27T12:24:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-01T11:24:30.000Z (8 months ago)
- Last Synced: 2024-06-11T16:56:28.832Z (5 months ago)
- Language: Python
- Homepage: https://intake-xarray.readthedocs.io/
- Size: 4.5 MB
- Stars: 73
- Watchers: 23
- Forks: 35
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
- imagesand 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
```