fldpln


Namefldpln JSON
Version 0.0.13 PyPI version JSON
download
home_pageNone
SummaryFlood inundation modeling and mapping using the FLDPLN model
upload_time2025-01-30 01:34:54
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseMIT License
keywords fldpln
VCS
bugtrack_url
requirements numpy pandas geopandas scipy h5py shapely rasterio rio_cogeo pyproj lxml
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # fldpln


[![image](https://img.shields.io/pypi/v/fldpln.svg)](https://pypi.python.org/pypi/fldpln)
[![image](https://img.shields.io/conda/vn/conda-forge/fldpln.svg)](https://anaconda.org/conda-forge/fldpln)


**Flood inundation modeling and mapping using the FLDPLN model**


-   Free software: MIT License
-   Documentation: https://xingongli.github.io/fldpln
    

## Features

-   Four modules to create and map FLDPLN library
-   model module provides the FLDPLN class and methods for creating segment-based FLDPLN library
-   tile module provides functions for tiling segment-based library for parallel mapping
-   mapping module provides functions for generating special and flood event inundation maps
-   gauge module provides functions for preparing gauges for use in flood mapping

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "fldpln",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "fldpln",
    "author": null,
    "author_email": "Xingong Li <lixi@ku.edu>",
    "download_url": "https://files.pythonhosted.org/packages/b6/ed/056ac8352507fd6da77b502ecf4bead698e9b94fe5e538eda4408390c12b/fldpln-0.0.13.tar.gz",
    "platform": null,
    "description": "# fldpln\n\n\n[![image](https://img.shields.io/pypi/v/fldpln.svg)](https://pypi.python.org/pypi/fldpln)\n[![image](https://img.shields.io/conda/vn/conda-forge/fldpln.svg)](https://anaconda.org/conda-forge/fldpln)\n\n\n**Flood inundation modeling and mapping using the FLDPLN model**\n\n\n-   Free software: MIT License\n-   Documentation: https://xingongli.github.io/fldpln\n    \n\n## Features\n\n-   Four modules to create and map FLDPLN library\n-   model module provides the FLDPLN class and methods for creating segment-based FLDPLN library\n-   tile module provides functions for tiling segment-based library for parallel mapping\n-   mapping module provides functions for generating special and flood event inundation maps\n-   gauge module provides functions for preparing gauges for use in flood mapping\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Flood inundation modeling and mapping using the FLDPLN model",
    "version": "0.0.13",
    "project_urls": {
        "Homepage": "https://github.com/xingongli/fldpln"
    },
    "split_keywords": [
        "fldpln"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ab6427f5d6fb330a7cb9f5ef87e9f4c853e4d8e7423ae764836ccd2acd4c622d",
                "md5": "cdf3d7377af4ccdb6b88502adfe1f2f4",
                "sha256": "2aba04f74b049ab74ae6bd9a44d2de02f59aaf218e89a7f7220f39eaade84c42"
            },
            "downloads": -1,
            "filename": "fldpln-0.0.13-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cdf3d7377af4ccdb6b88502adfe1f2f4",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.8",
            "size": 1256136,
            "upload_time": "2025-01-30T01:34:51",
            "upload_time_iso_8601": "2025-01-30T01:34:51.279482Z",
            "url": "https://files.pythonhosted.org/packages/ab/64/27f5d6fb330a7cb9f5ef87e9f4c853e4d8e7423ae764836ccd2acd4c622d/fldpln-0.0.13-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b6ed056ac8352507fd6da77b502ecf4bead698e9b94fe5e538eda4408390c12b",
                "md5": "b1b70a8f3dbf34625cefd13847f3196d",
                "sha256": "73b18bfe5cfe4628a7c1bc6c55728a45210f1291be3dfd89bd45df6106aaf8e8"
            },
            "downloads": -1,
            "filename": "fldpln-0.0.13.tar.gz",
            "has_sig": false,
            "md5_digest": "b1b70a8f3dbf34625cefd13847f3196d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 12338709,
            "upload_time": "2025-01-30T01:34:54",
            "upload_time_iso_8601": "2025-01-30T01:34:54.290105Z",
            "url": "https://files.pythonhosted.org/packages/b6/ed/056ac8352507fd6da77b502ecf4bead698e9b94fe5e538eda4408390c12b/fldpln-0.0.13.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-30 01:34:54",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "xingongli",
    "github_project": "fldpln",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "numpy",
            "specs": []
        },
        {
            "name": "pandas",
            "specs": []
        },
        {
            "name": "geopandas",
            "specs": []
        },
        {
            "name": "scipy",
            "specs": []
        },
        {
            "name": "h5py",
            "specs": []
        },
        {
            "name": "shapely",
            "specs": []
        },
        {
            "name": "rasterio",
            "specs": []
        },
        {
            "name": "rio_cogeo",
            "specs": []
        },
        {
            "name": "pyproj",
            "specs": []
        },
        {
            "name": "lxml",
            "specs": []
        }
    ],
    "lcname": "fldpln"
}
        
Elapsed time: 0.62468s