Skip to content

Commit c6f84e3

Browse files
authored
Merge pull request #175 from gaelforget/v0p3p20a
add hash to datadep
2 parents 9c5752e + 59d61de commit c6f84e3

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

ext/MeshArraysDataDepsExt.jl

+7-4
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,19 @@ module MeshArraysDataDepsExt
99
register(DataDep("countries_shp1",
1010
"Shapefile countries example, from https://www.naturalearthdata.com",
1111
["https://naturalearth.s3.amazonaws.com/110m_cultural/ne_110m_admin_0_countries.zip"],
12-
post_fetch_method=unpack))
12+
"0f243aeac8ac6cf26f0417285b0bd33ac47f1b5bdb719fd3e0df37d03ea37110",post_fetch_method=unpack))
1313
register(DataDep("countries_geojson1",
1414
"GeoJSON countries example, from http://www.publicamundi.eu/",
15-
["https://raw.githubusercontent.com/PublicaMundi/MappingAPI/master/data/geojson/countries.geojson"]))
15+
["https://raw.githubusercontent.com/PublicaMundi/MappingAPI/master/data/geojson/countries.geojson"],
16+
"7ff2917a7a8b38e6392b0a27183d8f28ae9db1d81679526413a29b44fb7c3830"))
1617
register(DataDep("basemap_jpg1",
1718
"JPG basemap example, from https://upload.wikimedia.org/wikipedia/commons",
18-
["https://upload.wikimedia.org/wikipedia/commons/5/56/Blue_Marble_Next_Generation_%2B_topography_%2B_bathymetry.jpg"]))
19+
["https://upload.wikimedia.org/wikipedia/commons/5/56/Blue_Marble_Next_Generation_%2B_topography_%2B_bathymetry.jpg"],
20+
"062582f953750c05c12514b9ff498b8db5b2c68e1e0563b0bea2f3385be9f5db"))
1921
register(DataDep("interp_halfdeg",
2022
"Interpolation coefficients example, from LLC90 grid to half degree grid, created with MeshArrays.jl",
21-
["https://zenodo.org/record/5784905/files/interp_coeffs_halfdeg.jld2"]))
23+
["https://zenodo.org/record/5784905/files/interp_coeffs_halfdeg.jld2"],
24+
"a0e2806ad2a88c0acb5d3baef942fcbcf69fe27310487894cd38f6c782f55e99"))
2225
end
2326

2427

0 commit comments

Comments
 (0)