Skip to content

Commit 4550ab4

Browse files
authored
Merge pull request #60 from GFDRR/more-notebooks
Adding new notebooks, updated GUI, icons
2 parents 2ef3bf7 + 6f1d8da commit 4550ab4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+5547
-712
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
## Overview
44

5-
A collection of scripted tools developed alongside the World Bank's [Country Climate and Development Report](https://www.worldbank.org/en/publication/country-climate-development-reports) (CCDR) risk screening activities (2022/2024).
5+
A collection of scripted tools developed alongside the World Bank's [Country Climate and Development Report](https://www.worldbank.org/en/publication/country-climate-development-reports) (CCDR) risk screening activities (2022/2025).
66

7-
The tool allows to perform subnational disaster risk analysis based on global datasets.
8-
In the next stage, the following components will be included:
9-
- Combine risk and poverty information
10-
- Produce climate outlook
7+
The tool allows to:
8+
- Perform sub-national disaster risk analysis based on global datasets (Floods, Tropical Cyclones, Custom Hazard).
9+
- Combine risk and poverty information into bivariate maps
10+
- Extract climate anomaly and timeseries information by administrative units
1111
- Present results into a dashboard
1212

13-
Please refer to online [**DOCUMENTATION**](https://gfdrr.github.io/CCDR-tools/)
13+
Please refer to the online [**DOCUMENTATION**](https://gfdrr.github.io/CCDR-tools/).

docs/_toc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ parts:
2020
- file: docs/global-vulnerability
2121
- file: docs/disaster-data
2222
- file: docs/rdl
23-
- file: docs/external-data
23+
- file: docs/external-tools
2424
- caption: Disaster Risk Analytics
2525
chapters:
2626
- file: docs/tool-setup
@@ -31,6 +31,8 @@ parts:
3131
- file: docs/validation
3232
- file: docs/risk-poverty
3333
- file: docs/presentation
34+
sections:
35+
- file: docs/philosophy_of_mapping
3436
- file: docs/utility
3537
sections:
3638
- file: tools/utility/merge_tiles/Merge_tiles.ipynb

docs/climate-risk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ Additional indices could also be obtained from external sources.
7373
| [Copernicus Climate Data Store](https://cds.climate.copernicus.eu) | EU | Large collection of global variables and indices | Geodata |
7474
| [Climate analytics repository](https://bennyistanto.github.io/gost-climate) | GOST | Full selection of variables, model members, periods | Geodata |
7575
| [IPCC atlas](https://interactive-atlas.ipcc.ch/regional-information) | IPCC | Selection of climate variables for a range of periods and scenario | Table, geodata, maps, charts |
76-
| [Global Drought Indices](https://data.ceda.ac.uk/badc/hydro-jules/data/Global_drought_indices) | CEDA | Global high-resolution drought datasets from 1981-2022 | Geodata | 
76+
| [Global Drought Layers](https://www.ciesin.columbia.edu/data/globaldrought/) | SEDAC | Global Drought Indices SPI and SPEI for 3, 6 and 12 months covering past and future (1980-2100) at 25 km resolution based on Downscaled CMIP6 Models and SSP-RCP Combinations | Geodata | 
7777

7878

docs/external-data.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

docs/external-tools.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
# Additional resources
2+
3+
## Additional data sources
4+
Additional sources of risk data (hazard, exposure, disaster losses) and processing workflows.
5+
6+
```{table}
7+
:name: external_links
8+
9+
| **Name** | **License** | **Description** | **Purpose** |
10+
|---:|---:|---:|---:|
11+
| [Planetary Computer](https://planetarycomputer.microsoft.com/) | GNU | Global environmental geodata as STAC catalog | Geodata catalog |
12+
| [GEE data catalog](https://developers.google.com/earth-engine/datasets/catalog) | GNU | Global environmental geodata as API catalog | Geodata catalog |
13+
| [Awesome GEE community catalog](https://gee-community-catalog.org) | GNU | Community-sourced geodata as Earth Engine assets | Geodata catalog |
14+
| [UNEP CDRI](https://handbook.climaax.eu) | GNU | Open-access global hazard maps and risk estimates | Geodata catalog |
15+
| [DECAT Space2Stats](https://worldbank.github.io/DECAT_Space2Stats) | GNU | Global boundaries at the ADM2 level | Geodata catalog |
16+
| [Geoboundaries](https://www.geoboundaries.org) | GNU | Global boundaries for different ADM levels | Geodata catalog |
17+
| [CLIMAAX](https://handbook.climaax.eu) | GNU | Methods and workflows as notebooks for Climate Risk Assessments (CRA) based on ECMWF data | Handbook |
18+
| [PYTHIA](https://foundations.projectpythia.org) | GNU | Methods and workflows as notebooks for geo-mapping | Handbook |
19+
```
20+
21+
The [**Planetary Computer**](https://planetarycomputer.microsoft.com/) combines a multi-petabyte STAC catalog of global environmental data with intuitive APIs, a flexible scientific environment that allows users to answer global questions about that data, and applications that put those answers in the hands of researchers and stakeholders.
22+
23+
```{note}
24+
There is a nice [**QGIS plugin**](https://stac-utils.github.io/qgis-stac-plugin/) that allows you to directly get data in the software.
25+
26+
```{figure} images/stac.png
27+
---
28+
align: center
29+
---
30+
Planetary Computer as STAC catalogue accessed via [QGIS](external-tools) using STAC plugin.
31+
32+
```
33+
34+
The [**Google Earth Engine (GEE) catalog**](https://developers.google.com/earth-engine/datasets/catalog) includes a variety of standard Earth science raster datasets. You can import these datasets into your script environment with a single click. You can also upload your own raster data or vector data for private use or sharing in your scripts.
35+
<br><br>
36+
37+
The [**Awesome GEE community catalog**](https://gee-community-catalog.org) consists of community sourced geospatial datasets made available for use by the larger Google Earth Engine community and shared publicly as Earth Engine assets. The project was started with the idea that a lot of research datasets are often unavailable for direct use and require preprocessing before use. This catalog lives and serves alongside the Google Earth Engine data catalog and also houses datasets that are often requested by the community and under a variety of open license.
38+
<br><br>
39+
40+
The [**Global Infrastructure Risk Model and Resilience Index (GIRI) Map Viewer**](https://giri.unepgrid.ch/map) is an interactive platform developed by UNEP in collaboration with the Coalition for Disaster Resilient Infrastructure (CDRI). It provides a comprehensive, probabilistic assessment of disaster risks to infrastructure assets worldwide, encompassing both current conditions and future climate scenarios for major natural hazards—including earthquakes, tsunamis, tropical cyclones, floods, landslides, and droughts.
41+
The Map Viewer features over 100 hazard and risk layers, allowing users to explore detailed scenarios and customize analyses. It serves as a vital tool for policymakers, planners, and researchers aiming to develop informed, risk-aware infrastructure policies and investments.
42+
<br><br>
43+
44+
The [**DECAT Space2Stats program**](https://worldbank.github.io/DECAT_Space2Stats) program is designed to provide academics, statisticians, and data scientists with easier access to regularly requested geospatial aggregate data: Official World Bank boundaries at admin level 2 and a global database of hexagons (~36km2).
45+
46+
The [**Geoboundaries global database**](https://www.geoboundaries.org) is an open-access repository offering detailed, research-ready political administrative boundaries for every country in the world, up to five levels of administrative hierarchy.
47+
48+
## External analytical tools
49+
50+
The [**CLIMAAX handbook**](https://handbook.climaax.eu) builds upon existing risk assessment frameworks, methods and tools, and promotes the use of datasets and service platforms for local and regional scale deployment. It develops a robust and coordinated framework of consistent, harmonised and comparable risk assessments via python notebooks.
51+
<br><br>
52+
53+
The [**Pythia Foundations**](https://foundations.projectpythia.org) is an open-access educational resource developed by the Project Pythia community. It offers comprehensive tutorials and interactive content designed to teach foundational skills in scientific computing with Python, particularly tailored for the geosciences. In particular, it provides in-depth tutorials on key Python libraries like NumPy, Pandas, Matplotlib, Xarray, and Cartopy, which are vital for data analysis and visualization in scientific research.

docs/hzd_gp-data.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,13 @@ align: center
4242
---
4343
Global Tsunami Model - run-up height, RP 500 years.
4444
```
45+
The NOAA offers global long-term historical database of [tsunami runup](https://www.ngdc.noaa.gov/hazel/view/hazards/tsunami/runup-data) documenting the impacts of tsunami events worldwide. This database provides detailed information on tsunami runup occurrences—instances where tsunami waves inundate coastal areas. Each entry in the database includes critical data such as:
46+
- Geographic Coordinates: Precise latitude and longitude of observation points.
47+
- Event Details: Date, time, and location of the tsunami event.
48+
- Runup Measurements: Maximum water heights recorded, which indicate the extent of inland penetration by tsunami waves.
49+
NGDC
50+
- Impact Assessments: Information on casualties, property damage, and other effects associated with each runup event.
51+
4552
(hzd_gp_vo)=
4653
## Volcanic activity
4754

0 commit comments

Comments
 (0)