Project

General

Profile

Support #11715

Updated by Philippe May about 3 years ago

From the introduction paper (https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6899905/):

_Time <pre>
Time
series analysis is an increasingly popular method to analyze heads measured in an observation well. Common applications include the quantification of the effect of different stresses (rainfall, pumping, etc.), and the detection of trends and outliers. Pastas is a new and open source Python package for the analysis of hydrogeological time series. The objective of Pastas is twofold: to provide a scientific framework to develop and test new methods, and to provide a reliable ready‐to‐use software tool for groundwater practitioners.
_
</pre>

Pastas is a Python library that based on Pandas and Jupyter, and defines models for groundwater behavior based on a practical set of parameters (stresses).

I'll try it with our data in Jupyter notebooks, and post here my findings.

@Giulio: i suggest you have a look at the link above, as it looks very interesting for us.

Back