pdbufr


Namepdbufr JSON
Version 0.11.0 PyPI version JSON
download
home_pagehttps://github.com/ecmwf/pdbufr
SummaryPandas reader for the BUFR format using ecCodes.
upload_time2023-06-28 07:51:42
maintainer
docs_urlNone
authorEuropean Centre for Medium-Range Weather Forecasts (ECMWF)
requires_python
licenseApache License Version 2.0
keywords eccodes bufr pandas
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            pdbufr
======

.. image:: https://img.shields.io/pypi/v/pdbufr.svg
   :target: https://pypi.python.org/pypi/pdbufr/


*pdbufr* is a Python package implementing a `Pandas <https://pandas.pydata.org>`_ reader for the BUFR format using  `ecCodes <https://confluence.ecmwf.int/display/ECC>`_. It supports BUFR edition 3 and 4 files with uncompressed and compressed subsets. It works on Linux, MacOS and Windows, the ecCodes C-library is the only binary dependency. All modern versions of Python (>=3.6) and PyPy3 are supported.

The documentation can be found at https://pdbufr.readthedocs.io/.


License
=======

Copyright 2019- European Centre for Medium-Range Weather Forecasts (ECMWF).

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.
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ecmwf/pdbufr",
    "name": "pdbufr",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "eccodes bufr pandas",
    "author": "European Centre for Medium-Range Weather Forecasts (ECMWF)",
    "author_email": "software.support@ecmwf.int",
    "download_url": "https://files.pythonhosted.org/packages/17/ac/2f955e67be411362129d435545f8e66f2ebdc2c51da634837e7830986f18/pdbufr-0.11.0.tar.gz",
    "platform": null,
    "description": "pdbufr\n======\n\n.. image:: https://img.shields.io/pypi/v/pdbufr.svg\n   :target: https://pypi.python.org/pypi/pdbufr/\n\n\n*pdbufr* is a Python package implementing a `Pandas <https://pandas.pydata.org>`_ reader for the BUFR format using  `ecCodes <https://confluence.ecmwf.int/display/ECC>`_. It supports BUFR edition 3 and 4 files with uncompressed and compressed subsets. It works on Linux, MacOS and Windows, the ecCodes C-library is the only binary dependency. All modern versions of Python (>=3.6) and PyPy3 are supported.\n\nThe documentation can be found at https://pdbufr.readthedocs.io/.\n\n\nLicense\n=======\n\nCopyright 2019- European Centre for Medium-Range Weather Forecasts (ECMWF).\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: http://www.apache.org/licenses/LICENSE-2.0.\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.",
    "bugtrack_url": null,
    "license": "Apache License Version 2.0",
    "summary": "Pandas reader for the BUFR format using ecCodes.",
    "version": "0.11.0",
    "project_urls": {
        "Homepage": "https://github.com/ecmwf/pdbufr"
    },
    "split_keywords": [
        "eccodes",
        "bufr",
        "pandas"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "17ac2f955e67be411362129d435545f8e66f2ebdc2c51da634837e7830986f18",
                "md5": "e46c31dfda9f9be6736d5e0c711b32a4",
                "sha256": "a9ea85e29cad5c66a0573f28ac21874df37859516458b311b5e3398bbc8e9c78"
            },
            "downloads": -1,
            "filename": "pdbufr-0.11.0.tar.gz",
            "has_sig": false,
            "md5_digest": "e46c31dfda9f9be6736d5e0c711b32a4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 8693333,
            "upload_time": "2023-06-28T07:51:42",
            "upload_time_iso_8601": "2023-06-28T07:51:42.577668Z",
            "url": "https://files.pythonhosted.org/packages/17/ac/2f955e67be411362129d435545f8e66f2ebdc2c51da634837e7830986f18/pdbufr-0.11.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-28 07:51:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ecmwf",
    "github_project": "pdbufr",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pdbufr"
}
        
Elapsed time: 0.08160s