earthkit-data


Nameearthkit-data JSON
Version 0.15.1 PyPI version JSON
download
home_pageNone
SummaryA format-agnostic Python interface for geospatial data
upload_time2025-07-14 09:35:52
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseApache License Version 2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center">
  <picture>
    <source srcset="https://github.com/ecmwf/logos/raw/refs/heads/main/logos/earthkit/earthkit-data-dark.svg" media="(prefers-color-scheme: dark)">
    <img src="https://github.com/ecmwf/logos/raw/refs/heads/main/logos/earthkit/earthkit-data-light.svg" height="120">
  </picture>
</p>

<p align="center">
  <a href="https://github.com/ecmwf/codex/raw/refs/heads/main/ESEE">
    <img src="https://github.com/ecmwf/codex/raw/refs/heads/main/ESEE/foundation_badge.svg" alt="ECMWF Software EnginE">
  </a>
  <a href="https://github.com/ecmwf/codex/raw/refs/heads/main/Project Maturity">
    <img src="https://github.com/ecmwf/codex/raw/refs/heads/main/Project Maturity/incubating_badge.svg" alt="Maturity Level">
  </a>
  <!-- <a href="https://codecov.io/gh/ecmwf/earthkit-data">
    <img src="https://codecov.io/gh/ecmwf/earthkit-data/branch/main/graph/badge.svg" alt="Code Coverage">
  </a> -->
  <a href="https://opensource.org/licenses/apache-2-0">
    <img src="https://img.shields.io/badge/Licence-Apache 2.0-blue.svg" alt="Licence">
  </a>
  <a href="https://github.com/ecmwf/earthkit-data/releases">
    <img src="https://img.shields.io/github/v/release/ecmwf/earthkit-data?color=purple&label=Release" alt="Latest Release">
  </a>
  <!-- <a href="https://earthkit-data.readthedocs.io/en/latest/?badge=latest">
    <img src="https://readthedocs.org/projects/earthkit-data/badge/?version=latest" alt="Documentation Status">
  </a> -->
</p>

<p align="center">
  <a href="#quick-start">Quick Start</a>
  •
  <a href="#installation">Installation</a>
  •
  <a href="https://earthkit-data.readthedocs.io/en/latest/">Documentation</a>
</p>

> \[!IMPORTANT\]
> This software is **Incubating** and subject to ECMWF's guidelines on [Software Maturity](https://github.com/ecmwf/codex/raw/refs/heads/main/Project%20Maturity).

**earthkit-data** is a format-agnostic interface for geospatial data with a focus on meteorology and
climate science. It is the data handling component of [earthkit](https://github.com/ecmwf/earthkit).

## Quick Start

```python
import earthkit.data as ekd

data = ekd.from_source("sample", "test.grib")
arr = data.to_numpy()
df = data.to_pandas()
dataset = data.to_xarray()
```

## Installation

Install from PyPI:

```
pip install earthkit-data
```

More details, such as optional dependencies can be found at https://earthkit-data.readthedocs.io/en/latest/install.html.

Alternatively, install via `conda` with:

```
$ conda install earthkit-data -c conda-forge
```

## Licence

```
Copyright 2022, European Centre for Medium Range Weather Forecasts.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

In applying this licence, ECMWF does not waive the privileges and immunities
granted to it by virtue of its status as an intergovernmental organisation
nor does it submit to any jurisdiction.
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "earthkit-data",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "\"European Centre for Medium-Range Weather Forecasts (ECMWF)\" <software.support@ecmwf.int>",
    "download_url": "https://files.pythonhosted.org/packages/d3/34/8c654d2fbe12d2676d646833aeddd9cdb83b0df0b7b98a73d8175f158d6d/earthkit_data-0.15.1.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\n  <picture>\n    <source srcset=\"https://github.com/ecmwf/logos/raw/refs/heads/main/logos/earthkit/earthkit-data-dark.svg\" media=\"(prefers-color-scheme: dark)\">\n    <img src=\"https://github.com/ecmwf/logos/raw/refs/heads/main/logos/earthkit/earthkit-data-light.svg\" height=\"120\">\n  </picture>\n</p>\n\n<p align=\"center\">\n  <a href=\"https://github.com/ecmwf/codex/raw/refs/heads/main/ESEE\">\n    <img src=\"https://github.com/ecmwf/codex/raw/refs/heads/main/ESEE/foundation_badge.svg\" alt=\"ECMWF Software EnginE\">\n  </a>\n  <a href=\"https://github.com/ecmwf/codex/raw/refs/heads/main/Project Maturity\">\n    <img src=\"https://github.com/ecmwf/codex/raw/refs/heads/main/Project Maturity/incubating_badge.svg\" alt=\"Maturity Level\">\n  </a>\n  <!-- <a href=\"https://codecov.io/gh/ecmwf/earthkit-data\">\n    <img src=\"https://codecov.io/gh/ecmwf/earthkit-data/branch/main/graph/badge.svg\" alt=\"Code Coverage\">\n  </a> -->\n  <a href=\"https://opensource.org/licenses/apache-2-0\">\n    <img src=\"https://img.shields.io/badge/Licence-Apache 2.0-blue.svg\" alt=\"Licence\">\n  </a>\n  <a href=\"https://github.com/ecmwf/earthkit-data/releases\">\n    <img src=\"https://img.shields.io/github/v/release/ecmwf/earthkit-data?color=purple&label=Release\" alt=\"Latest Release\">\n  </a>\n  <!-- <a href=\"https://earthkit-data.readthedocs.io/en/latest/?badge=latest\">\n    <img src=\"https://readthedocs.org/projects/earthkit-data/badge/?version=latest\" alt=\"Documentation Status\">\n  </a> -->\n</p>\n\n<p align=\"center\">\n  <a href=\"#quick-start\">Quick Start</a>\n  \u2022\n  <a href=\"#installation\">Installation</a>\n  \u2022\n  <a href=\"https://earthkit-data.readthedocs.io/en/latest/\">Documentation</a>\n</p>\n\n> \\[!IMPORTANT\\]\n> This software is **Incubating** and subject to ECMWF's guidelines on [Software Maturity](https://github.com/ecmwf/codex/raw/refs/heads/main/Project%20Maturity).\n\n**earthkit-data** is a format-agnostic interface for geospatial data with a focus on meteorology and\nclimate science. It is the data handling component of [earthkit](https://github.com/ecmwf/earthkit).\n\n## Quick Start\n\n```python\nimport earthkit.data as ekd\n\ndata = ekd.from_source(\"sample\", \"test.grib\")\narr = data.to_numpy()\ndf = data.to_pandas()\ndataset = data.to_xarray()\n```\n\n## Installation\n\nInstall from PyPI:\n\n```\npip install earthkit-data\n```\n\nMore details, such as optional dependencies can be found at https://earthkit-data.readthedocs.io/en/latest/install.html.\n\nAlternatively, install via `conda` with:\n\n```\n$ conda install earthkit-data -c conda-forge\n```\n\n## Licence\n\n```\nCopyright 2022, European Centre for Medium Range Weather Forecasts.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\nIn applying this licence, ECMWF does not waive the privileges and immunities\ngranted to it by virtue of its status as an intergovernmental organisation\nnor does it submit to any jurisdiction.\n```\n",
    "bugtrack_url": null,
    "license": "Apache License Version 2.0",
    "summary": "A format-agnostic Python interface for geospatial data",
    "version": "0.15.1",
    "project_urls": {
        "Documentation": "https://earthkit-data.readthedocs.io/",
        "Homepage": "https://github.com/ecmwf/earthkit-data/",
        "Issues": "https://github.com/ecmwf/earthkit-data.issues",
        "Repository": "https://github.com/ecmwf/earthkit-data/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3d451f9f9c7181e5676fea5d6b82d6672698effbe8c861a632356db893c218fc",
                "md5": "7cdda35cd28c3a628df70be851bea9f9",
                "sha256": "ee075ae177df209af8c182b9a9f335cff9eb32f33bc0d0662acf115037b01b5e"
            },
            "downloads": -1,
            "filename": "earthkit_data-0.15.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7cdda35cd28c3a628df70be851bea9f9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 375826,
            "upload_time": "2025-07-14T09:35:50",
            "upload_time_iso_8601": "2025-07-14T09:35:50.726804Z",
            "url": "https://files.pythonhosted.org/packages/3d/45/1f9f9c7181e5676fea5d6b82d6672698effbe8c861a632356db893c218fc/earthkit_data-0.15.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d3348c654d2fbe12d2676d646833aeddd9cdb83b0df0b7b98a73d8175f158d6d",
                "md5": "18b9d5f29b4040acffaaf9653a0fa373",
                "sha256": "d3ae134ab7571012d791f8c4966d7176a0c4662f57d32e37912b03fe089f87d9"
            },
            "downloads": -1,
            "filename": "earthkit_data-0.15.1.tar.gz",
            "has_sig": false,
            "md5_digest": "18b9d5f29b4040acffaaf9653a0fa373",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 5293123,
            "upload_time": "2025-07-14T09:35:52",
            "upload_time_iso_8601": "2025-07-14T09:35:52.128700Z",
            "url": "https://files.pythonhosted.org/packages/d3/34/8c654d2fbe12d2676d646833aeddd9cdb83b0df0b7b98a73d8175f158d6d/earthkit_data-0.15.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-14 09:35:52",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ecmwf",
    "github_project": "earthkit-data",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "earthkit-data"
}
        
Elapsed time: 0.48587s