Welcome to ModVis¶
A python package for model visualization.
- Free software: MIT license
- Documentation: https://pinshuai.github.io/modvis
Features¶
- Visualize model outputs from hydrologic models including ATS, PFLOTRAN, and etc.
- Plot unstructured meshes with variables such as groundwater table, saturation, and evapotranspiration.
- Evaluate model performance using different metrics.
Installation¶
ModVis
is available on PyPI. To install, run the following command:
1 |
|
Quick start¶
To plot variables on the surface mesh:
1 2 3 4 5 6 7 8 9 |
|
Examples¶
Jupyter notebook examples can be found in Github repo or from the left panel under Notebooks.
Credits¶
This work is supported by LDRD funding from PNNL.
This package was created with Cookiecutter and the giswqs/pypackage project template.
Last update:
2024-03-05