komanawa.nz_depth_to_water.export_to_csv#
usage:
python export_to_csv.py [outdir]
outdir: str, optional, the directory to save the csv files to. If not provided, the user’s Downloads directory is used.
created matt_dumont on: 6/2/24
Functions#
|
Export the depth to water data to csv files. |
Module Contents#
- export_dtw_to_csv(outdir, source=None, convert_wl_dtw_flag=False, wl_water_elev_flag=False)[source]#
Export the depth to water data to csv files.
- Parameters:
outdir – str, the directory to save the csv files to.
source – None (get all data), str (get data from a specific source) see get_nz_depth_to_water for acceptable sources.
- Returns: