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 260bb86 commit 0684379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/load_aviso.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def load_aviso_nrt(a_box, a_date, vname='sla'):
"https://raw.githubusercontent.com/euroargodev/boundary_currents_pcm/main/data/BC_%s_index.txt"
% (BCname.replace(" ", "_").replace(".", ""))
)
idx = indexstore(host=os.path.split(index_file)[0], index_file=os.path.split(index_file)[1])
idx = indexstore(host=os.path.split(index_file)[0], index_file=os.path.split(index_file)[1], convention='ar_index_global_prof')
index = idx.to_dataframe()
WMO_list = idx.read_wmo()

Expand Down

0 comments on commit 0684379

Please sign in to comment.