-
Notifications
You must be signed in to change notification settings - Fork 2
Input, intermediary and output data
Yann Forget edited this page Sep 13, 2019
·
2 revisions
Path | Description | Type | Res. |
---|---|---|---|
data/input/srtm/*.tif |
SRTM tiles | 30 m | |
data/input/gsf/*.tif |
GSF Water Tiles | 30 m | |
data/input/lms/*.tif |
LCM Land Cover Tiles | ||
data/input/population_*.csv |
Facebook population maps |
Path | Description | Type | Res. |
---|---|---|---|
data/interm/elevation.tif |
Pixel elevation (m) | INT16 |
50 m |
data/interm/slope.tif |
Pixel average slope (%) | FLOAT32 |
50 m |
data/interm/population.tif |
Population per pixel (inh.) | FLOAT32 |
100 m |
data/interm/roads.tif |
Type of road | INT8 |
50 m |
data/interm/landcover.tif |
Category of land cover | INT8 |
50 m |
data/interm/water.tif |
Surface water extent | INT8 |
50 m |
data/interm/speed.tif |
Travel speed per pixel (km/h) | INT8 |
50 m |
data/interm/cost.tif |
Surface cost raster | FLOAT32 |
50 m |
Path | Description | Type | Res. |
---|---|---|---|
data/output/time_to_x.tif |
Travel times to X (minutes) | FLOAT32 |
50 m |