Skip to content

Commit

Permalink
update millan
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaussion committed Nov 27, 2023
1 parent 66a0c6b commit 8a00e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oggm/shop/millan22.py
Expand Up @@ -40,7 +40,7 @@ def _get_lookup_thickness():
def _get_lookup_velocity():
global _lookup_velocity
if _lookup_velocity is None:
fname = default_base_url + 'millan22_velocity_lookup_shp_20220902.zip'
fname = default_base_url + 'millan22_velocity_lookup_shp_20231127.zip'
_lookup_velocity = gpd.read_file('zip://' + utils.file_downloader(fname))
return _lookup_velocity

Expand Down

0 comments on commit 8a00e11

Please sign in to comment.