nwmurl


Namenwmurl JSON
Version 0.2.2 PyPI version JSON
download
home_page
SummaryURL generator tool for National Water Model data
upload_time2023-12-07 21:44:20
maintainer
docs_urlNone
authorSepehr Karimi (CIROH)
requires_python
license
keywords python nwm url
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
=======================
nwmurl
=======================

URL generator tool for National Water Model data

Overview
--------

`nwmurl` is a Python package that allows you to generate URLs for National Water Model (NWM) data.

Usage
-----

Install the package using pip:

.. code-block:: bash

    pip install nwmurl

Then, you can use it in your Python code:

.. code-block:: python

    from nwmurl import generate_url

    url = generate_url(model="short_range", comid=12345, datetime="2023-10-29T12:00:00Z")


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "nwmurl",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python,NWM,url",
    "author": "Sepehr Karimi (CIROH)",
    "author_email": "mkarimiziarani@ua.edu",
    "download_url": "https://files.pythonhosted.org/packages/19/7b/4de4e735b2374eb6142c56967a46d31a700dbd266588d1894fac07d9339e/nwmurl-0.2.2.tar.gz",
    "platform": null,
    "description": "\n=======================\nnwmurl\n=======================\n\nURL generator tool for National Water Model data\n\nOverview\n--------\n\n`nwmurl` is a Python package that allows you to generate URLs for National Water Model (NWM) data.\n\nUsage\n-----\n\nInstall the package using pip:\n\n.. code-block:: bash\n\n    pip install nwmurl\n\nThen, you can use it in your Python code:\n\n.. code-block:: python\n\n    from nwmurl import generate_url\n\n    url = generate_url(model=\"short_range\", comid=12345, datetime=\"2023-10-29T12:00:00Z\")\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "URL generator tool for National Water Model data",
    "version": "0.2.2",
    "project_urls": null,
    "split_keywords": [
        "python",
        "nwm",
        "url"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "081d1e274f667e1fe06abed0b1b4fa2e7d28ae3787a589e3e49b538bba3b9742",
                "md5": "e038e9a1a7b021670896c7fec668d088",
                "sha256": "80464ddce6e527e2744f7ba96d46f13038c183e74858de3119b56195b5b9323c"
            },
            "downloads": -1,
            "filename": "nwmurl-0.2.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e038e9a1a7b021670896c7fec668d088",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 6038,
            "upload_time": "2023-12-07T21:44:19",
            "upload_time_iso_8601": "2023-12-07T21:44:19.198016Z",
            "url": "https://files.pythonhosted.org/packages/08/1d/1e274f667e1fe06abed0b1b4fa2e7d28ae3787a589e3e49b538bba3b9742/nwmurl-0.2.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "197b4de4e735b2374eb6142c56967a46d31a700dbd266588d1894fac07d9339e",
                "md5": "9fed328e5cdd6c80572b7380b7243872",
                "sha256": "162b6cc0276399fd2b922eab2340b669601f625e9ccae5553b3ef47e03e35dfd"
            },
            "downloads": -1,
            "filename": "nwmurl-0.2.2.tar.gz",
            "has_sig": false,
            "md5_digest": "9fed328e5cdd6c80572b7380b7243872",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 13560,
            "upload_time": "2023-12-07T21:44:20",
            "upload_time_iso_8601": "2023-12-07T21:44:20.311606Z",
            "url": "https://files.pythonhosted.org/packages/19/7b/4de4e735b2374eb6142c56967a46d31a700dbd266588d1894fac07d9339e/nwmurl-0.2.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-07 21:44:20",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "nwmurl"
}
        
Elapsed time: 0.22943s