Skip to content

Commit 59d61de

Browse files
committed
add hash to each datadep
1 parent eeb1e68 commit 59d61de

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

ext/MeshArraysDataDepsExt.jl

+5-3
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@ 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",
2123
["https://zenodo.org/record/5784905/files/interp_coeffs_halfdeg.jld2"],

0 commit comments

Comments
 (0)