dwd-opendata-get-grib


Namedwd-opendata-get-grib JSON
Version 0.0.6 PyPI version JSON
download
home_pageNone
SummaryScript to download grib2 data and converting it into other data format for wider usage
upload_time2024-03-22 20:09:08
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseCopyright (c) 2023 Dogukan Mertoglu Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords grib dwd opendata weather eccodes
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # dwd-opendata-get-grib

[![testing: pytest](https://img.shields.io/badge/testing-pytest-blue)](https://github.com/pytest-dev/pytest)
[![linting: pylint](https://img.shields.io/badge/linting-pylint-yellowgreen)](https://github.com/pylint-dev/pylint)
[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)

## Introduction

Functions to get grib data from the DWD OpenData Server and
convert it to a format that is more readable and
easier to access and perform Data Science on it.

## Requirements

- ecCodes (Installation instructions [here](https://confluence.ecmwf.int/display/ECC/ecCodes+installation))

## Installation

As a package with pip:

``pip install dwd-opendata-get-grib``

or with conda/mamba to get the eccodes library as a direct binary

``conda install -c conda-forge dwd-opendata-get-grib``

``mamba install -c conda-forge dwd-opendata-get-grib``

As a standalone:

Download .zip archive from GitHub Releases. Built with pyinstaller.

## Table of full height levels

| level idx. | height [m] | level idx. | height [m] | level idx. | height [m] | level idx. | height [m] |
|------------|------------|------------|------------|------------|------------|------------|------------|
| 1          | 20700.926  | 18         | 8446.611   | 35         | 3639.535   | 52         | 924.048    |
| 2          | 18707.630  | 19         | 8073.640   | 36         | 3434.414   | 53         | 855.630    |
| 3          | 17459.836  | 20         | 7715.350   | 37         | 3235.976   | 54         | 752.427    |
| 4          | 16432.216  | 21         | 7370.106   | 38         | 3044.029   | 55         | 654.479    |
| 5          | 15538.089  | 22         | 7039.106   | 39         | 2858.399   | 56         | 561.856    |
| 6          | 14738.074  | 23         | 6719.557   | 40         | 2678.926   | 57         | 474.652    |
| 7          | 14009.789  | 24         | 6411.462   | 41         | 2505.461   | 58         | 393.002    |
| 8          | 13338.901  | 25         | 6114.219   | 42         | 2337.870   | 59         | 317.092    |
| 9          | 12715.508  | 26         | 5827.280   | 43         | 2176.032   | 60         | 247.172    |
| 10         | 12132.398  | 27         | 5550.148   | 44         | 2019.836   | 61         | 183.592    |
| 11         | 11584.105  | 28         | 5282.374   | 45         | 1869.185   | 62         | 126.857    |
| 12         | 11066.360  | 29         | 5023.548   | 46         | 1723.991   | 63         | 77.745     |
| 13         | 10575.747  | 30         | 4773.294   | 47         | 1584.179   | 64         | 37.606     |
| 14         | 10109.477  | 31         | 4531.269   | 48         | 1449.686   | 65         | 10.000     |
| 15         | 9665.235   | 32         | 4297.157   | 49         | 1320.458   |            |            |
| 16         | 9241.077   | 33         | 4070.672   | 50         | 1196.457   |            |            |
| 17         | 8835.344   | 34         | 3851.546   | 51         | 1077.658   |            |            |

## Table of full pressure levels

| pressure level [hPa] |
|----------------------|
| 200                  |
| 250                  |
| 300                  |
| 400                  |
| 500                  |
| 600                  |
| 700                  |
| 850                  |
| 950                  |
| 975                  |
| 1000                 |

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "dwd-opendata-get-grib",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "Dogukan Mertoglu <dogukan.mertoglu01@gmail.com>",
    "keywords": "grib, dwd, opendata, weather, eccodes",
    "author": null,
    "author_email": "Dogukan Mertoglu <dogukan.mertoglu01@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/c3/7c/d810a920ad4cba472c2c78afc009008eaa15cef9754de1692dd376fb5cef/dwd-opendata-get-grib-0.0.6.tar.gz",
    "platform": null,
    "description": "# dwd-opendata-get-grib\r\n\r\n[![testing: pytest](https://img.shields.io/badge/testing-pytest-blue)](https://github.com/pytest-dev/pytest)\r\n[![linting: pylint](https://img.shields.io/badge/linting-pylint-yellowgreen)](https://github.com/pylint-dev/pylint)\r\n[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)\r\n\r\n## Introduction\r\n\r\nFunctions to get grib data from the DWD OpenData Server and\r\nconvert it to a format that is more readable and\r\neasier to access and perform Data Science on it.\r\n\r\n## Requirements\r\n\r\n- ecCodes (Installation instructions [here](https://confluence.ecmwf.int/display/ECC/ecCodes+installation))\r\n\r\n## Installation\r\n\r\nAs a package with pip:\r\n\r\n``pip install dwd-opendata-get-grib``\r\n\r\nor with conda/mamba to get the eccodes library as a direct binary\r\n\r\n``conda install -c conda-forge dwd-opendata-get-grib``\r\n\r\n``mamba install -c conda-forge dwd-opendata-get-grib``\r\n\r\nAs a standalone:\r\n\r\nDownload .zip archive from GitHub Releases. Built with pyinstaller.\r\n\r\n## Table of full height levels\r\n\r\n| level idx. | height [m] | level idx. | height [m] | level idx. | height [m] | level idx. | height [m] |\r\n|------------|------------|------------|------------|------------|------------|------------|------------|\r\n| 1          | 20700.926  | 18         | 8446.611   | 35         | 3639.535   | 52         | 924.048    |\r\n| 2          | 18707.630  | 19         | 8073.640   | 36         | 3434.414   | 53         | 855.630    |\r\n| 3          | 17459.836  | 20         | 7715.350   | 37         | 3235.976   | 54         | 752.427    |\r\n| 4          | 16432.216  | 21         | 7370.106   | 38         | 3044.029   | 55         | 654.479    |\r\n| 5          | 15538.089  | 22         | 7039.106   | 39         | 2858.399   | 56         | 561.856    |\r\n| 6          | 14738.074  | 23         | 6719.557   | 40         | 2678.926   | 57         | 474.652    |\r\n| 7          | 14009.789  | 24         | 6411.462   | 41         | 2505.461   | 58         | 393.002    |\r\n| 8          | 13338.901  | 25         | 6114.219   | 42         | 2337.870   | 59         | 317.092    |\r\n| 9          | 12715.508  | 26         | 5827.280   | 43         | 2176.032   | 60         | 247.172    |\r\n| 10         | 12132.398  | 27         | 5550.148   | 44         | 2019.836   | 61         | 183.592    |\r\n| 11         | 11584.105  | 28         | 5282.374   | 45         | 1869.185   | 62         | 126.857    |\r\n| 12         | 11066.360  | 29         | 5023.548   | 46         | 1723.991   | 63         | 77.745     |\r\n| 13         | 10575.747  | 30         | 4773.294   | 47         | 1584.179   | 64         | 37.606     |\r\n| 14         | 10109.477  | 31         | 4531.269   | 48         | 1449.686   | 65         | 10.000     |\r\n| 15         | 9665.235   | 32         | 4297.157   | 49         | 1320.458   |            |            |\r\n| 16         | 9241.077   | 33         | 4070.672   | 50         | 1196.457   |            |            |\r\n| 17         | 8835.344   | 34         | 3851.546   | 51         | 1077.658   |            |            |\r\n\r\n## Table of full pressure levels\r\n\r\n| pressure level [hPa] |\r\n|----------------------|\r\n| 200                  |\r\n| 250                  |\r\n| 300                  |\r\n| 400                  |\r\n| 500                  |\r\n| 600                  |\r\n| 700                  |\r\n| 850                  |\r\n| 950                  |\r\n| 975                  |\r\n| 1000                 |\r\n",
    "bugtrack_url": null,
    "license": "Copyright (c) 2023 Dogukan Mertoglu  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "Script to download grib2 data and converting it into other data format for wider usage",
    "version": "0.0.6",
    "project_urls": {
        "Homepage": "https://github.com/dokick/dwd-opendata-get-grib",
        "Repository": "https://github.com/dokick/dwd-opendata-get-grib"
    },
    "split_keywords": [
        "grib",
        " dwd",
        " opendata",
        " weather",
        " eccodes"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c51493cbd1c7784a7cff2e9c3c4e87c0edc00b9306959a926381d3ff2ef1c986",
                "md5": "102fbbf64f6f02d004842e0e3cf79846",
                "sha256": "c8be55b8baf25b88005b02bafec4148966d3625f22d4bf0378640fb7709f695d"
            },
            "downloads": -1,
            "filename": "dwd_opendata_get_grib-0.0.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "102fbbf64f6f02d004842e0e3cf79846",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 9929,
            "upload_time": "2024-03-22T20:09:07",
            "upload_time_iso_8601": "2024-03-22T20:09:07.443709Z",
            "url": "https://files.pythonhosted.org/packages/c5/14/93cbd1c7784a7cff2e9c3c4e87c0edc00b9306959a926381d3ff2ef1c986/dwd_opendata_get_grib-0.0.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c37cd810a920ad4cba472c2c78afc009008eaa15cef9754de1692dd376fb5cef",
                "md5": "dcdd888b55c477dab22d1f47105ae454",
                "sha256": "de96df36b12713a6287d9c32e710532b69fff890e8dcc773f673ea0bfa2d0f7d"
            },
            "downloads": -1,
            "filename": "dwd-opendata-get-grib-0.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "dcdd888b55c477dab22d1f47105ae454",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 9400,
            "upload_time": "2024-03-22T20:09:08",
            "upload_time_iso_8601": "2024-03-22T20:09:08.619721Z",
            "url": "https://files.pythonhosted.org/packages/c3/7c/d810a920ad4cba472c2c78afc009008eaa15cef9754de1692dd376fb5cef/dwd-opendata-get-grib-0.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-22 20:09:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "dokick",
    "github_project": "dwd-opendata-get-grib",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "tox": true,
    "lcname": "dwd-opendata-get-grib"
}
        
Elapsed time: 0.22539s