Skip to content

Commit

Permalink
Update load_aviso.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaze committed Feb 1, 2024
1 parent 0684379 commit a9913ea
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions cli/load_aviso.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ def load_aviso_nrt(a_box, a_date, vname='sla'):
WMO_list = idx.read_wmo()

# Load AVISO data for the map:
aviso_nrt = load_aviso_nrt(box, index["date"].max())
# aviso_nrt = load_aviso_nrt(box, index["date"].max())
# print(aviso_nrt)

print(aviso_nrt)
print('copernicusmarine:', copernicusmarine.__version__)
catalogue = copernicusmarine.describe(contains=["SEALEVEL_GLO_PHY_L4_NRT_008_046"], include_datasets=True)
print(catalogue['products'][0]['datasets'])

0 comments on commit a9913ea

Please sign in to comment.