@@ -9,16 +9,19 @@ module MeshArraysDataDepsExt
9
9
register (DataDep (" countries_shp1" ,
10
10
" Shapefile countries example, from https://www.naturalearthdata.com" ,
11
11
[" https://naturalearth.s3.amazonaws.com/110m_cultural/ne_110m_admin_0_countries.zip" ],
12
- post_fetch_method= unpack))
12
+ " 0f243aeac8ac6cf26f0417285b0bd33ac47f1b5bdb719fd3e0df37d03ea37110 " , post_fetch_method= unpack))
13
13
register (DataDep (" countries_geojson1" ,
14
14
" 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" ))
16
17
register (DataDep (" basemap_jpg1" ,
17
18
" 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" ))
19
21
register (DataDep (" interp_halfdeg" ,
20
22
" 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" ))
22
25
end
23
26
24
27
0 commit comments