Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 .`