Skip to content

cdd1969/pygwa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyGWA



PyGWA is a tool for analysis of the groundwater hydrograph data with a GUI based on PyQtGraph and PyQt5.

The work-flow concept is the "flowchart", meaning that the typical usage will include splitting the whole job into small parts and solving them step-by-step using small subprograms -- so-called "Nodes" (gui-wrapped processing scripts). For example the task "determine the mean hydraulic gradient in tidal-influenced aquifer" may have following solution algorithm: Read well data > Interpolate missing data > Check data plausibility > Filter out tidal influence > Calculate mean hydraulic gradient > Visualize result > Export result. The idea behind PyGWA is to provide the library of scripts for solving this kind of small tasks as well as to give user the possibility to extend the library by adding his own "Nodes".

Installation

Find all information on Wiki Installation page.

Documentation

Check out the project's wiki.

Author

Copyright 2016, Nikolai Chernikov (nikolai.chernikov.ru@gmail.com), Hamburg University of Technology

License

MIT

About

Ground Water Analyzer tool for Hydrographs. flowchart, python, pyqtgraph, pyqt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages