Skip to content

Commit

Permalink
update King-SMP.zip data link
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Brady committed Aug 12, 2020
1 parent 871f3ff commit 38bf5a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ There are several Jupyter notebooks within this repository which reproduce the v
(smp-sea-ice) $ jupyter notebook index.ipynb
```
5) (*Optional*) If you would like to run the brute-force measurement alignment routine in notebook
[#1](./Part_1_Validation.ipynb) yourself, you will need to retrieve the SMP datasets from [this link](http://data.snowscience.io/smp-sea-ice/King-SMP.zip)
[#1](./Part_1_Validation.ipynb) yourself, you will need to retrieve the SMP datasets from [this link](https://crd-data-donnees-rdc.ec.gc.ca/CPS/publications/2020_King_TC_Local-scale_variability_of_snow_density_on_Arctic_sea_ice/King-SMP.zip)
2 changes: 1 addition & 1 deletion postBuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
wget -q -O "data.zip" "http://data.snowscience.io/smp-sea-ice/King-SMP.zip"
wget -q -O "data.zip" "https://crd-data-donnees-rdc.ec.gc.ca/CPS/publications/2020_King_TC_Local-scale_variability_of_snow_density_on_Arctic_sea_ice/King-SMP.zip"
mkdir -p ./data/
unzip -q data.zip -d ./data/
rm data.zip

0 comments on commit 38bf5a5

Please sign in to comment.