Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martinvonk/vs2dpy
Python implementation of the VS2D unsaturated zone model
https://github.com/martinvonk/vs2dpy
hydrology richards-equation unsaturated-zone usgs vadose-zone vs2drti
Last synced: 25 days ago
JSON representation
Python implementation of the VS2D unsaturated zone model
- Host: GitHub
- URL: https://github.com/martinvonk/vs2dpy
- Owner: martinvonk
- License: mit
- Created: 2022-03-16T10:28:43.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-18T14:49:12.000Z (over 1 year ago)
- Last Synced: 2024-06-11T17:29:13.718Z (6 months ago)
- Topics: hydrology, richards-equation, unsaturated-zone, usgs, vadose-zone, vs2drti
- Language: Python
- Homepage:
- Size: 3.82 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![PyPI](https://img.shields.io/pypi/v/vs2dpy)
# VS2DPY
Package to create and read VS2DRTI models using Python.
VS2DRTI was originally developed by the USGS. For more information:
https://www.usgs.gov/software/vs2drti-graphical-software-package-simulating-water-flow-heat-transport-and-reactive## Installation
To get the latest stable version install using:`pip install vs2dpy`
To get the development version download the GitHub code to your computer. Use cd to get to the download directory and install using:
`pip install -e .`