Skip to content

Commit

Permalink
clearer gesla3 message
Browse files Browse the repository at this point in the history
  • Loading branch information
veenstrajelmer committed Dec 10, 2023
1 parent 8bd924c commit 0121aa1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dfm_tools/observations.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,8 +364,6 @@ def psmsl_gnssir_ssh_read_catalog_gettimes(station_list_gpd):

def gesla3_ssh_read_catalog(file_gesla3_meta=None, only_coastal=True):
if file_gesla3_meta is None:
# from https://www.icloud.com/iclouddrive/01a8u37HiumNKbg6CpQUEA7-A#GESLA3_ALL_2
# linked on https://gesla787883612.wordpress.com/downloads/
file_gesla3_meta = r"p:\1230882-emodnet_hrsm\data\GESLA3\GESLA3_ALL 2.csv"

if not os.path.isfile(file_gesla3_meta):
Expand Down Expand Up @@ -509,8 +507,6 @@ def gesla3_ssh_retrieve_data(ssh_catalog_gpd, dir_output, time_min=None, time_ma
file_gesla3_data=None):

if file_gesla3_data is None:
# https://www.icloud.com/iclouddrive/0tHXOLCgBBjgmpHecFsfBXLag#GESLA3
# linked on https://gesla787883612.wordpress.com/downloads/
file_gesla3_data = r"p:\1230882-emodnet_hrsm\data\GESLA3\GESLA3.0_ALL.zip"

if not os.path.isfile(file_gesla3_data):
Expand Down

0 comments on commit 0121aa1

Please sign in to comment.