intake-xarray


Nameintake-xarray JSON
Version 2.0.0 PyPI version JSON
download
home_pagehttps://github.com/intake/intake-xarray
Summaryxarray plugins for Intake
upload_time2024-12-12 16:25:09
maintainerMartin Durant
docs_urlNone
authorNone
requires_pythonNone
licenseBSD
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/intake/intake-xarray",
    "name": "intake-xarray",
    "maintainer": "Martin Durant",
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": "mdurant@anaconda.com",
    "keywords": null,
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/b8/54/c101e088138a63ca8fdfa84084fd4c603ada2fbeceaa0667acad7df8c32a/intake_xarray-2.0.0.tar.gz",
    "platform": null,
    "description": "# intake-xarray\n\n![CI](https://github.com/intake/intake-xarray/workflows/CI/badge.svg)\n\nIntake-xarray: xarray Plugin for [Intake](https://github.com/intake/intake)\n\nSee [Intake docs](https://intake.readthedocs.io/en/latest/overview.html) for a general introduction and usage\nof Intake and the [intake-xarray docs](https://intake-xarray.readthedocs.io/) for details specific to the\ndata drivers included in this package.\n\nIn `intake-xarray`, there are plugins provided for reading data into [xarray](http://xarray.pydata.org/en/stable/) \ncontainers:\n  - NetCDF (also handles other file formats which can be passed to\n  [xarray.open_dataset](http://xarray.pydata.org/en/stable/generated/xarray.open_dataset.html) such as grib)\n  - OPeNDAP\n  - Rasterio\n  - Zarr\n  - images\n\nand it provides the ability to read xarray data from an Intake server.\n\n### Installation\n\nThe conda install instructions are:\n\n```\nconda install -c conda-forge intake-xarray\n```\n\nTo install optional dependencies:\n\n```\nconda install -c conda-forge pydap rasterio\n```\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "xarray plugins for Intake",
    "version": "2.0.0",
    "project_urls": {
        "Homepage": "https://github.com/intake/intake-xarray"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9dd9a33d0c2ad75bd0f67929411883fb251f9c72f12880744a4ee5b8331cb35b",
                "md5": "4ba927ed111266d27d183948e59d61b8",
                "sha256": "9693cf8524a7cd63bb7c734e65aafd97e0f1abbbaf4f9bf9a57e86d8882ea339"
            },
            "downloads": -1,
            "filename": "intake_xarray-2.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4ba927ed111266d27d183948e59d61b8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 17825,
            "upload_time": "2024-12-12T16:25:07",
            "upload_time_iso_8601": "2024-12-12T16:25:07.580101Z",
            "url": "https://files.pythonhosted.org/packages/9d/d9/a33d0c2ad75bd0f67929411883fb251f9c72f12880744a4ee5b8331cb35b/intake_xarray-2.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b854c101e088138a63ca8fdfa84084fd4c603ada2fbeceaa0667acad7df8c32a",
                "md5": "a3445dff38112267ca069c284c578815",
                "sha256": "163ca7aa2206ab43468f962c8c3260a2ef1e4bea388ca3d42c427d9b6b3ce133"
            },
            "downloads": -1,
            "filename": "intake_xarray-2.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "a3445dff38112267ca069c284c578815",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 32133,
            "upload_time": "2024-12-12T16:25:09",
            "upload_time_iso_8601": "2024-12-12T16:25:09.838885Z",
            "url": "https://files.pythonhosted.org/packages/b8/54/c101e088138a63ca8fdfa84084fd4c603ada2fbeceaa0667acad7df8c32a/intake_xarray-2.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-12 16:25:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "intake",
    "github_project": "intake-xarray",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "appveyor": true,
    "lcname": "intake-xarray"
}
        
Elapsed time: 1.23409s