A python package to Create and Visualize GSFLOW models
pygsflow pyGSFLOW is a python package to Create, Read, Write, Edit, and Visualize GSFLOW models. Examples Ipython notebook example problems can be found in the examples directory.https://github.com/pygsflow/pygsflow/tree/master/examples Installation The pygsflow repository can be installed using pip.Open a command prompt or anaconda prompt terminal and type: pip install https://github.com/pygsflow/pygsflow/zipball/master pygsflow is now installed Alternatively the user can download a copy of the repository, open a command prompt or anaconda promt terminal, cd into the trunk directory and type: pip install . […]
Read more