pytRIBS


NamepytRIBS JSON
Version 0.5.0 PyPI version JSON
download
home_pageNone
SummaryA pre-to-post processing python package for the distributed hydrological model tRIBS
upload_time2024-10-24 23:00:56
maintainerNone
docs_urlNone
authorNone
requires_pythonNone
licenseGPL-version 2
keywords hydrology modeling
VCS
bugtrack_url
requirements numpy pyvista pandas matplotlib geopandas shapely rasterio scipy rosetta-soil owslib matplotlib_scalebar pynldas2 pyproj xarray requests whitebox scikit-learn PyWavelets docker timezonefinder trame
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pytRIBS
A pre-to-post processing python package designed to allow users to setup, simulate, and analyze TIN-based Real-time Integrated Basin Simulator (tRIBS) model runs through a python interface.
Note this packages is currently under development and is subject to further changes. Additionally, much of the functionality here has had limited testing, consequently responsibility is on the user to verify package functionality. 

## Documentation
pytRIBS documentation is available [here.](https://pytribs.readthedocs.io/en/latest/)

## Examples
A full tRIBS model setup, simulation, and analysis is provided [here.](https://zenodo.org/records/13988020)

## Known Issues
* Downloading NLDAS-2 data is limited to a year or two, otherwise NaNs are introduced. This attribute to the pynldas-2 library, but w

## Release/Version Notes
PytRIBS uses semantic versioning. Currently, we are in the initial development phase--anything MAY change at any time and
this package SHOULD NOT be considered stable.
### Verison 0.5.0 (in development)
* Added in unsupervised classification function for NAIP image and Tree hieght rasters in Land Class
* Finalized Mesh Class, with dependence on a Preprocessing Class (DEM and GIS analysis) and MeshGeneration Class
* Model class can be initialized with combination of Met, Soil, Land, and Mesh classes as well as an input file
* Soil workflow update: input is now shapely polygon, not geopandas geodataframe
* Added in function to find centroid of watershed
* Updated docker workflows for both tRIBS and MeshBuilder
* Added in build and source code for read the docs--needs fine-tuning
### Version 0.4.0 (07/11/2024)
* added in functionality for met class, can now download and subset NLDAS-2 data with watershed shapefile
* changed key_word in Model.options dictionary to keyword
* Updated Met Class including methods to download and merge NLDAS-2 data.
* Changed waterbalance clacs to use ThetaS instead of porosity following tRIBS
* Converted geo to meta, and added Meta class.
* Added new function in read.py to read in *_Outlet.qout files
### Version 0.3.0 (5/03/2024)
* Removed tmodel/tresults, replaced with classes
* added new classes Soil, Mesh, Met, Land
* renamed mixins folder to shared
* created results/visualize.py
* created soil/soil.py --moved soil related content from preprocess to here.
* updated create_soil_map to return a soil table in .sdt format.
* updated read/write soil tables to include options for including texture.
### Version 0.2.0 (4/25/2024)
This minor update includes:
* updates to the infile_mixin, with updates for 
model documentation
* addition of Paul Tol's colormaps (https://personal.sron.nl/~pault/)
* In shared mixin:
  * added processor # to the attribute voronoi
  * added plot_mesh()
  * fixed other syntax bugs
* model.inout.py
  * added read added write_point_file()
  * fixed syntax bugs in several functions
* Fixed several bugs in preporcess.py and waterbalance.py
* Added create_animation() to Results()

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pytRIBS",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "hydrology, modeling",
    "author": null,
    "author_email": "\"L. Wren Raming\" <lraming@asu.edu>, \"C. Josh Cederstrom\" <cjceders@asu.edu>, \"Enrique R. Vivoni\" <evivoni@asu.edu>",
    "download_url": "https://files.pythonhosted.org/packages/c7/9c/322b69530e43a57f1906cba286b0d7c51b33b89143dfa722bb9cf8ed46b6/pytribs-0.5.0.tar.gz",
    "platform": null,
    "description": "# pytRIBS\nA pre-to-post processing python package designed to allow users to setup, simulate, and analyze TIN-based Real-time Integrated Basin Simulator (tRIBS) model runs through a python interface.\nNote this packages is currently under development and is subject to further changes. Additionally, much of the functionality here has had limited testing, consequently responsibility is on the user to verify package functionality. \n\n## Documentation\npytRIBS documentation is available [here.](https://pytribs.readthedocs.io/en/latest/)\n\n## Examples\nA full tRIBS model setup, simulation, and analysis is provided [here.](https://zenodo.org/records/13988020)\n\n## Known Issues\n* Downloading NLDAS-2 data is limited to a year or two, otherwise NaNs are introduced. This attribute to the pynldas-2 library, but w\n\n## Release/Version Notes\nPytRIBS uses semantic versioning. Currently, we are in the initial development phase--anything MAY change at any time and\nthis package SHOULD NOT be considered stable.\n### Verison 0.5.0 (in development)\n* Added in unsupervised classification function for NAIP image and Tree hieght rasters in Land Class\n* Finalized Mesh Class, with dependence on a Preprocessing Class (DEM and GIS analysis) and MeshGeneration Class\n* Model class can be initialized with combination of Met, Soil, Land, and Mesh classes as well as an input file\n* Soil workflow update: input is now shapely polygon, not geopandas geodataframe\n* Added in function to find centroid of watershed\n* Updated docker workflows for both tRIBS and MeshBuilder\n* Added in build and source code for read the docs--needs fine-tuning\n### Version 0.4.0 (07/11/2024)\n* added in functionality for met class, can now download and subset NLDAS-2 data with watershed shapefile\n* changed key_word in Model.options dictionary to keyword\n* Updated Met Class including methods to download and merge NLDAS-2 data.\n* Changed waterbalance clacs to use ThetaS instead of porosity following tRIBS\n* Converted geo to meta, and added Meta class.\n* Added new function in read.py to read in *_Outlet.qout files\n### Version 0.3.0 (5/03/2024)\n* Removed tmodel/tresults, replaced with classes\n* added new classes Soil, Mesh, Met, Land\n* renamed mixins folder to shared\n* created results/visualize.py\n* created soil/soil.py --moved soil related content from preprocess to here.\n* updated create_soil_map to return a soil table in .sdt format.\n* updated read/write soil tables to include options for including texture.\n### Version 0.2.0 (4/25/2024)\nThis minor update includes:\n* updates to the infile_mixin, with updates for \nmodel documentation\n* addition of Paul Tol's colormaps (https://personal.sron.nl/~pault/)\n* In shared mixin:\n  * added processor # to the attribute voronoi\n  * added plot_mesh()\n  * fixed other syntax bugs\n* model.inout.py\n  * added read added write_point_file()\n  * fixed syntax bugs in several functions\n* Fixed several bugs in preporcess.py and waterbalance.py\n* Added create_animation() to Results()\n",
    "bugtrack_url": null,
    "license": "GPL-version 2",
    "summary": "A pre-to-post processing python package for the distributed hydrological model tRIBS",
    "version": "0.5.0",
    "project_urls": {
        "Repository": "https://github.com/tribshms/pytRIBS"
    },
    "split_keywords": [
        "hydrology",
        " modeling"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "982caaefcb0b73a30f470ba841b54f7dfd91c62215fa61e73db09bc36c26ea5e",
                "md5": "500c96b3169f3751cadb8f503d7d2093",
                "sha256": "84666881eea606cd909cfb35a468aadd741865061d7acfae773ca384305fb88e"
            },
            "downloads": -1,
            "filename": "pytRIBS-0.5.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "500c96b3169f3751cadb8f503d7d2093",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 96671,
            "upload_time": "2024-10-24T23:00:55",
            "upload_time_iso_8601": "2024-10-24T23:00:55.303725Z",
            "url": "https://files.pythonhosted.org/packages/98/2c/aaefcb0b73a30f470ba841b54f7dfd91c62215fa61e73db09bc36c26ea5e/pytRIBS-0.5.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c79c322b69530e43a57f1906cba286b0d7c51b33b89143dfa722bb9cf8ed46b6",
                "md5": "0edbfc8c259f842b5ee38fb28bcbf227",
                "sha256": "d26a39b63e730ba733cf5046af48204376af99360d7bec4ae1d9b2f91782061d"
            },
            "downloads": -1,
            "filename": "pytribs-0.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "0edbfc8c259f842b5ee38fb28bcbf227",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 90755,
            "upload_time": "2024-10-24T23:00:56",
            "upload_time_iso_8601": "2024-10-24T23:00:56.870936Z",
            "url": "https://files.pythonhosted.org/packages/c7/9c/322b69530e43a57f1906cba286b0d7c51b33b89143dfa722bb9cf8ed46b6/pytribs-0.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-24 23:00:56",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "tribshms",
    "github_project": "pytRIBS",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "numpy",
            "specs": [
                [
                    "~=",
                    "1.26.4"
                ]
            ]
        },
        {
            "name": "pyvista",
            "specs": [
                [
                    "~=",
                    "0.43.5"
                ]
            ]
        },
        {
            "name": "pandas",
            "specs": [
                [
                    "~=",
                    "2.2.1"
                ]
            ]
        },
        {
            "name": "matplotlib",
            "specs": [
                [
                    "~=",
                    "3.8.4"
                ]
            ]
        },
        {
            "name": "geopandas",
            "specs": [
                [
                    "~=",
                    "0.14.3"
                ]
            ]
        },
        {
            "name": "shapely",
            "specs": [
                [
                    "~=",
                    "2.0.3"
                ]
            ]
        },
        {
            "name": "rasterio",
            "specs": [
                [
                    "~=",
                    "1.3.9"
                ]
            ]
        },
        {
            "name": "scipy",
            "specs": [
                [
                    "~=",
                    "1.13.0"
                ]
            ]
        },
        {
            "name": "rosetta-soil",
            "specs": []
        },
        {
            "name": "owslib",
            "specs": [
                [
                    "~=",
                    "0.31.0"
                ]
            ]
        },
        {
            "name": "matplotlib_scalebar",
            "specs": []
        },
        {
            "name": "pynldas2",
            "specs": []
        },
        {
            "name": "pyproj",
            "specs": []
        },
        {
            "name": "xarray",
            "specs": []
        },
        {
            "name": "requests",
            "specs": []
        },
        {
            "name": "whitebox",
            "specs": []
        },
        {
            "name": "scikit-learn",
            "specs": []
        },
        {
            "name": "PyWavelets",
            "specs": []
        },
        {
            "name": "docker",
            "specs": []
        },
        {
            "name": "timezonefinder",
            "specs": []
        },
        {
            "name": "trame",
            "specs": []
        }
    ],
    "lcname": "pytribs"
}
        
Elapsed time: 0.33391s