-
Notifications
You must be signed in to change notification settings - Fork 41
Download DEM
Yohan Boniface edited this page Jul 12, 2015
·
3 revisions
See Kosmtik, if you want to use the style without DEM.
-
get the needed tiles from CGIAR; for example for Burundi we need 42/12, 42/13, 43/12 and 43/13
-
run the
fetch.sh
script with West,North,East,South tiles coordinates as parameter, for example for Burundi it comes:./fetch.sh 42,12,43,13
-
Then run the
hillshade.sh
script to create the hillshade -
Then
./hillshade_to_vrt.sh
to index the hillshade in a.vrt
file in thedata
directory. You need to reference this file as source for the layerhillshade
in yourcartocc.json
file. -
Generate contour lines with
merge_contour.sh
. This will generate acontour-25m.shp
file in thedata
dir. Use this file for the layercontour_line
.