Name | flow-modnum JSON |
Version |
0.0.18
JSON |
| download |
home_page | None |
Summary | Flow Hydro Consulting's numerical modeling group Python library. |
upload_time | 2025-02-07 14:06:50 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.12.4 |
license | Copyright (c) 2018 The Python Packaging Authority
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE. |
keywords |
numerical
modeling
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
<img src="https://static.wixstatic.com/media/ac0ca5_db4f67801b0149b1ad0ec345e448de8f~mv2_d_3207_1376_s_2.png/v1/fill/w_261,h_111,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/Color%20logo%20with%20background.png" alt="flopy3" style="width:50;height:20">
# flow-modnum
Python library with utilities created for Flow Hydro Consulting numerical modeling group.
Introduction
-----------------------------------------------
flow-modnum is a library with utilites created for Flow Hydro Consulting numerical modeling group. The utilites were built to plot results from MODFLOW models, such as water levels, concentrations, properties, among others. flow-modnum supports MODFLOW-USG.
Documentation
-----------------------------------------------
Installation
-----------------------------------------------
flow-modnum requires **Python** 3.12.4+ with:
```
numpy >=1.26.4
matplotlib >=3.8.4
pandas >=2.2.2
folium >= 0.18.0
plotly >= 5.22.0
pyproj >= 3.6.1
tqdm >= 4.66.4
geopandas >= 1.0.1
```
pip install flow-modnum
Getting Started
-----------------------------------------------
### Plotting MODFLOW-USG model results
```python
```
Additional flow-modnum Resources
------------------------------------------------
Questions
------------------------------------------------
Do not open issues for general support questions. We want to keep GitHub issues for bug reports and feature requests. General support questions are better answered in the [Discussions](https://github.com/modflowpy/flopy/discussions) on the flow-modnum GitHub repository. If using Stack Overflow, questions should be tagged with tag `flow-modnum`.
To save your and our time, **we will systematically close all issues that are requests for general support and redirect people to Stack Overflow or the MODFLOW google group**.
Contributing
------------------------------------------------
How to Cite
-----------------------------------------------
##### ***Citations for FloPy:***
Additional FloPy Related Publications
-----------------------------------------------
MODFLOW Resources
-----------------------------------------------
+ [MODFLOW and Related Programs](https://water.usgs.gov/ogw/modflow/)
+ [Online guide for MODFLOW-2000](https://water.usgs.gov/nrp/gwsoftware/modflow2000/Guide/)
+ [Online guide for MODFLOW-2005](https://water.usgs.gov/ogw/modflow/MODFLOW-2005-Guide/)
+ [Online guide for MODFLOW-NWT](https://water.usgs.gov/ogw/modflow-nwt/MODFLOW-NWT-Guide/)
Raw data
{
"_id": null,
"home_page": null,
"name": "flow-modnum",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.12.4",
"maintainer_email": null,
"keywords": "numerical, modeling",
"author": null,
"author_email": "Matias Bravo <mjbravo4@uc.cl>",
"download_url": "https://files.pythonhosted.org/packages/7b/88/dcbf42402263b23b1e857de73207b198c1704be4c7fc2e98acc2829e1eee/flow_modnum-0.0.18.tar.gz",
"platform": null,
"description": "<img src=\"https://static.wixstatic.com/media/ac0ca5_db4f67801b0149b1ad0ec345e448de8f~mv2_d_3207_1376_s_2.png/v1/fill/w_261,h_111,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/Color%20logo%20with%20background.png\" alt=\"flopy3\" style=\"width:50;height:20\">\r\n\r\n# flow-modnum\r\nPython library with utilities created for Flow Hydro Consulting numerical modeling group.\r\n\r\nIntroduction\r\n-----------------------------------------------\r\n\r\nflow-modnum is a library with utilites created for Flow Hydro Consulting numerical modeling group. The utilites were built to plot results from MODFLOW models, such as water levels, concentrations, properties, among others. flow-modnum supports MODFLOW-USG.\r\n\r\n\r\nDocumentation\r\n-----------------------------------------------\r\n\r\n\r\nInstallation\r\n-----------------------------------------------\r\n\r\nflow-modnum requires **Python** 3.12.4+ with:\r\n\r\n```\r\nnumpy >=1.26.4\r\nmatplotlib >=3.8.4\r\npandas >=2.2.2\r\nfolium >= 0.18.0\r\nplotly >= 5.22.0\r\npyproj >= 3.6.1\r\ntqdm >= 4.66.4\r\ngeopandas >= 1.0.1\r\n```\r\n\r\n pip install flow-modnum\r\n\r\n\r\n\r\nGetting Started\r\n-----------------------------------------------\r\n\r\n### Plotting MODFLOW-USG model results\r\n\r\n```python\r\n\r\n```\r\n\r\n\r\n\r\nAdditional flow-modnum Resources\r\n------------------------------------------------\r\n\r\n\r\nQuestions\r\n------------------------------------------------\r\nDo not open issues for general support questions. We want to keep GitHub issues for bug reports and feature requests. General support questions are better answered in the [Discussions](https://github.com/modflowpy/flopy/discussions) on the flow-modnum GitHub repository. If using Stack Overflow, questions should be tagged with tag `flow-modnum`.\r\n\r\nTo save your and our time, **we will systematically close all issues that are requests for general support and redirect people to Stack Overflow or the MODFLOW google group**.\r\n\r\n\r\nContributing\r\n------------------------------------------------\r\n\r\n\r\n\r\nHow to Cite\r\n-----------------------------------------------\r\n\r\n##### ***Citations for FloPy:***\r\n\r\n\r\n\r\nAdditional FloPy Related Publications\r\n-----------------------------------------------\r\n\r\n\r\n\r\nMODFLOW Resources\r\n-----------------------------------------------\r\n\r\n+ [MODFLOW and Related Programs](https://water.usgs.gov/ogw/modflow/)\r\n+ [Online guide for MODFLOW-2000](https://water.usgs.gov/nrp/gwsoftware/modflow2000/Guide/)\r\n+ [Online guide for MODFLOW-2005](https://water.usgs.gov/ogw/modflow/MODFLOW-2005-Guide/)\r\n+ [Online guide for MODFLOW-NWT](https://water.usgs.gov/ogw/modflow-nwt/MODFLOW-NWT-Guide/)\r\n",
"bugtrack_url": null,
"license": "Copyright (c) 2018 The Python Packaging Authority\r\n \r\n Permission is hereby granted, free of charge, to any person obtaining a copy\r\n of this software and associated documentation files (the \"Software\"), to deal\r\n in the Software without restriction, including without limitation the rights\r\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\r\n copies of the Software, and to permit persons to whom the Software is\r\n furnished to do so, subject to the following conditions:\r\n \r\n The above copyright notice and this permission notice shall be included in all\r\n copies or substantial portions of the Software.\r\n \r\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\r\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\r\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\r\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\r\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\r\n SOFTWARE.",
"summary": "Flow Hydro Consulting's numerical modeling group Python library.",
"version": "0.0.18",
"project_urls": {
"Homepage": "https://github.com/MatiasBravo1511/flow-modnum"
},
"split_keywords": [
"numerical",
" modeling"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "6ce8500e000968be41b3465b0a3d83849edca2f0653c4afa2886c9e036c4f7d5",
"md5": "ecc2ab7236ebc797048fdc0b4b0eef63",
"sha256": "a013a080de2f267c717f446af59983d5e3a582f6f7697919d993cc9b3e6249af"
},
"downloads": -1,
"filename": "flow_modnum-0.0.18-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ecc2ab7236ebc797048fdc0b4b0eef63",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.12.4",
"size": 1616903,
"upload_time": "2025-02-07T14:06:45",
"upload_time_iso_8601": "2025-02-07T14:06:45.480903Z",
"url": "https://files.pythonhosted.org/packages/6c/e8/500e000968be41b3465b0a3d83849edca2f0653c4afa2886c9e036c4f7d5/flow_modnum-0.0.18-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7b88dcbf42402263b23b1e857de73207b198c1704be4c7fc2e98acc2829e1eee",
"md5": "23dee4203092edfc10d9b5a1412b328d",
"sha256": "bbfdacff60eed6dd8b52541ef9661ad1a268d75d13bb9023758301d561876937"
},
"downloads": -1,
"filename": "flow_modnum-0.0.18.tar.gz",
"has_sig": false,
"md5_digest": "23dee4203092edfc10d9b5a1412b328d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.12.4",
"size": 1614517,
"upload_time": "2025-02-07T14:06:50",
"upload_time_iso_8601": "2025-02-07T14:06:50.083132Z",
"url": "https://files.pythonhosted.org/packages/7b/88/dcbf42402263b23b1e857de73207b198c1704be4c7fc2e98acc2829e1eee/flow_modnum-0.0.18.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-07 14:06:50",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "MatiasBravo1511",
"github_project": "flow-modnum",
"github_not_found": true,
"lcname": "flow-modnum"
}