Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 937 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 937 Bytes

watlevpy

current status

Watlevpy package is meant for filtering and preprocessing daily-measured water level data for modeling applications. It currently includes four modules devoted to reading, filtering, plotting raw data and one for statistical analysis. I'm about to add a couple of working examples illustrating how to use it but right now there's a lot of uncommented code and only one Jupyter notebook basic tutorial.

future projects

  • I will incorporate automated retrival of data using CUAHSI library to extract from USGS
  • Include as many tools for stationarity assessment as possible
  • Maybe use pandas as a base for the class array objects instead of just numpy arrays... (it depends on how many functionalities I could end up using from it)
  • Create a report class to generate an overall report on stationarity