Skip to content

Commit

Permalink
Update Green15 URL to persistent one
Browse files Browse the repository at this point in the history
  • Loading branch information
jobovy committed Jun 7, 2023
1 parent f6c4d0b commit 39ff35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mwdust/Green15.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ def download(cls, test=False):
if not os.path.exists(green15_path):
if not os.path.exists(os.path.join(dust_dir, "green15")):
os.mkdir(os.path.join(dust_dir, "green15"))
_GREEN15_URL = "http:https://faun.rc.fas.harvard.edu/pan1/ggreen/argonaut/data/dust-map-3d.h5"
_GREEN15_URL = "https:https://dataverse.harvard.edu/api/access/datafile/:persistentId?persistentId=doi:10.7910/DVN/40C44C/TERL5A"
downloader(_GREEN15_URL, green15_path, cls.__name__, test=test)
return None

0 comments on commit 39ff35b

Please sign in to comment.