gnssrefl.download_wsv module
- gnssrefl.download_wsv.download_wsv(station: str, plt: bool = True, output: str = None)
Downloads and saves WSV (Germany) tide gauge files
- Parameters:
station (str) – station name
plt (bool, optional) – plot comes to the screen default is None
output (str, optional) – output filename which is stored in $REFL_CODE/Files if not set, it uses station.txt
- gnssrefl.download_wsv.main()
- gnssrefl.download_wsv.parse_arguments()