waterinfo-ddlpy


Namewaterinfo-ddlpy JSON
Version 0.2.2 PyPI version JSON
download
home_page
SummaryAn extended version of rws-ddlpy for using the API to collect water data observations from Dutch Rijkswaterstaat (DDL, waterinfo.rws.nl)
upload_time2023-11-27 19:46:44
maintainer
docs_urlNone
author
requires_python>=3.8
license
keywords rws waterinfo ddlpy rijkswaterstaat
VCS
bugtrack_url
requirements python-dateutil pandas tqdm click
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ddlpy2

(D)ata (D)istributie (L)aag is a service from Rijkswaterstaat for distributing water quantity data.
[Openearth](https://github.com/openearth) / [Fedor Baart](https://github.com/SiggyF) wrote an [API](https://github.com/openearth/ddlpy) in python to collect historial data. 

This package uses their framework to extend the API to collect latest observations.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "waterinfo-ddlpy",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "rws, waterinfo, ddlpy, rijkswaterstaat",
    "author": "",
    "author_email": "Matthijs Draijer <git@draijer.org>",
    "download_url": "https://files.pythonhosted.org/packages/c5/80/6acf70af5343704a19ee8d181ee7200ccc1caec4f6f5f016b8819f0e66cf/waterinfo_ddlpy-0.2.2.tar.gz",
    "platform": null,
    "description": "# ddlpy2\r\n\r\n(D)ata (D)istributie (L)aag is a service from Rijkswaterstaat for distributing water quantity data.\r\n[Openearth](https://github.com/openearth) / [Fedor Baart](https://github.com/SiggyF) wrote an [API](https://github.com/openearth/ddlpy) in python to collect historial data. \r\n\r\nThis package uses their framework to extend the API to collect latest observations.\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "An extended version of rws-ddlpy for using the API to collect water data observations from Dutch Rijkswaterstaat (DDL, waterinfo.rws.nl)",
    "version": "0.2.2",
    "project_urls": {
        "Homepage": "https://github.com/physje/ddlpy/"
    },
    "split_keywords": [
        "rws",
        " waterinfo",
        " ddlpy",
        " rijkswaterstaat"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c226b816058c641cafd40ce776a3e6d1c90a7a043d4cd415491729414fb76c40",
                "md5": "781ee0836f9ef7b90214e98155f3eb91",
                "sha256": "2013195bf7b984ae64912a31b7adce1d63d24f361d1bc497cb0920f173121742"
            },
            "downloads": -1,
            "filename": "waterinfo_ddlpy-0.2.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "781ee0836f9ef7b90214e98155f3eb91",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 11976,
            "upload_time": "2023-11-27T19:46:43",
            "upload_time_iso_8601": "2023-11-27T19:46:43.142855Z",
            "url": "https://files.pythonhosted.org/packages/c2/26/b816058c641cafd40ce776a3e6d1c90a7a043d4cd415491729414fb76c40/waterinfo_ddlpy-0.2.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c5806acf70af5343704a19ee8d181ee7200ccc1caec4f6f5f016b8819f0e66cf",
                "md5": "9a94d537f7bd8a8548388653e88087b9",
                "sha256": "e35090ead7e53e7cf1101384cb12020af4a02426d2e9b1d5e0836baeb82fe260"
            },
            "downloads": -1,
            "filename": "waterinfo_ddlpy-0.2.2.tar.gz",
            "has_sig": false,
            "md5_digest": "9a94d537f7bd8a8548388653e88087b9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 11888,
            "upload_time": "2023-11-27T19:46:44",
            "upload_time_iso_8601": "2023-11-27T19:46:44.736050Z",
            "url": "https://files.pythonhosted.org/packages/c5/80/6acf70af5343704a19ee8d181ee7200ccc1caec4f6f5f016b8819f0e66cf/waterinfo_ddlpy-0.2.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-27 19:46:44",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "physje",
    "github_project": "ddlpy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "python-dateutil",
            "specs": [
                [
                    ">=",
                    "2.8"
                ]
            ]
        },
        {
            "name": "pandas",
            "specs": []
        },
        {
            "name": "tqdm",
            "specs": []
        },
        {
            "name": "click",
            "specs": []
        }
    ],
    "lcname": "waterinfo-ddlpy"
}
        
Elapsed time: 0.26990s