From 7cc30d51a610d9fa3d88a12c3dbe813a606c71bf Mon Sep 17 00:00:00 2001 From: Mattia Amadio <44863827+matamadio@users.noreply.github.com> Date: Fri, 13 Oct 2023 13:39:06 +0200 Subject: [PATCH] Update tool-setup.md --- docs/tool-setup.md | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/docs/tool-setup.md b/docs/tool-setup.md index 03a93ba8..13d1fa3d 100644 --- a/docs/tool-setup.md +++ b/docs/tool-setup.md @@ -59,25 +59,25 @@ Example of sub-national administrative boundaries for Senegal. Each layer should include relative ADMi_CODE and ADMi_NAME across levels to facilitate the summary of results: - - **ADM0** + - **ADM0** layer | ISO3166_a2 | ISO3166_a3 | ADM0_CODE | ADM0_NAME | |---|---|---|---| | String(2) | String(3) | Integer | String (20) | - - **ADM1** + - **ADM1** layer | ADM0_CODE | ADM0_NAME | ADM1_CODE | ADM1_NAME | |---|---|---|---| | Integer | String (20) | Integer | String(20) | - - **ADM2** + - **ADM2** layer | ADM0_CODE | ADM0_NAME | ADM1_CODE | ADM1_NAME | ADM2_CODE | ADM2_NAME | |---|---|---|---|---|---| | Integer | String (20) | Integer | String(20) | Integer | String(20) | - - **ADM3** + - **ADM3** layer | ADM0_CODE | ADM0_NAME | ADM1_CODE | ADM1_NAME | ADM2_CODE | ADM2_NAME | ADM3_CODE | ADM3_NAME | |---|---|---|---|---|---|---|---| @@ -90,12 +90,6 @@ Each layer should include relative ADMi_CODE and ADMi_NAME across levels to faci - **`ISO`_BU.tif**: Built-up from [Global Human Settlement Layer](https://ghsl.jrc.ec.europa.eu/download.php?ds=bu) or [World Settlement Footprint](https://download.geoservice.dlr.de/WSF2019/) - **`ISO`_AGR.tif**: Agriculture from land cover map, [ESA land cover](https://esa-worldcover.org/en) or equivalent -```{caution} -When resampling exposure layers to a lower resolution, it is **strongly recommended** to align the resampled grid to exactly match the hazard grid, or viceversa. -``` - - - - Move verified input data into the proper folders ```{caution} All spatial data must use the same CRS, suggested: `EPSG 4326` (WGS 84)