02-preprocess-data.py

This script preprocesses the raw water station data based on some hard coded attributes. Note that the intention of this script is for processing USGS, ANA, and ITV data to a standardized format. If using other datasets, it is desirable to modify new data to match those in this study with a column for ‘Date-Time’.

usage: 02-preprocess-data.py [-h] [--data-src DATA_SRC] [--write-to-csv]

Named Arguments

--data-src

For which data source should this script run?

--write-to-csv

Write out CSVs to data/ on the local machine?

Default: False