Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
4069d9a
Adding new notebooks, updated GUI, icons
matamadio Apr 11, 2025
6b9cf0f
Add bivariate notebook and F3 combine utility
matamadio Apr 11, 2025
899e383
add link to bi-variate script
matamadio Apr 11, 2025
47ece11
Adding reference to CLIMAAX in the docs
matamadio Apr 11, 2025
cc0812f
Fix baviariate maps to relative exposure
matamadio Apr 14, 2025
c876061
Update gui_bivariate_utils.py
matamadio Apr 14, 2025
930b23a
Update gui_bivariate_utils.py
matamadio Apr 14, 2025
7dbbea7
Update gui_bivariate_utils.py
matamadio Apr 17, 2025
f70cbb3
Update gui_ci_timeseries_utils.py
matamadio Apr 17, 2025
104f983
Create GUI_custom-hazard.ipynb
matamadio Apr 24, 2025
908be7a
Create gui_custom_hazard_utils.py
matamadio Apr 24, 2025
6bc131a
Fix read format rising memory issue
matamadio Apr 28, 2025
a2daa3d
Refactor gui_bivariate_utils.py gui_ci_timeseries_utils.py and gui_ci…
jasperschroeder May 10, 2025
1f6b4fd
Remove duplicate notebook
jasperschroeder May 16, 2025
f96c468
Update notebook_utils.py
matamadio May 20, 2025
52fe17f
Merge branch 'more-notebooks' of https://github.com/GFDRR/CCDR-tools …
matamadio May 20, 2025
fe2a234
Fix existing notebook to work with updated utils
matamadio May 28, 2025
ed8e4cf
Update yml file with required libs only
matamadio May 28, 2025
a808f45
Update docs. New data, new sections, update all stuff
matamadio May 30, 2025
e735afd
Add input validation function and improve error handling in analysis
jasperschroeder Jun 1, 2025
6f1d8da
Merge pull request #61 from GFDRR/add_validators
matamadio Jun 2, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

## Overview

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).
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).

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

Please refer to online [**DOCUMENTATION**](https://gfdrr.github.io/CCDR-tools/)
Please refer to the online [**DOCUMENTATION**](https://gfdrr.github.io/CCDR-tools/).
4 changes: 3 additions & 1 deletion docs/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ parts:
- file: docs/global-vulnerability
- file: docs/disaster-data
- file: docs/rdl
- file: docs/external-data
- file: docs/external-tools
- caption: Disaster Risk Analytics
chapters:
- file: docs/tool-setup
Expand All @@ -31,6 +31,8 @@ parts:
- file: docs/validation
- file: docs/risk-poverty
- file: docs/presentation
sections:
- file: docs/philosophy_of_mapping
- file: docs/utility
sections:
- file: tools/utility/merge_tiles/Merge_tiles.ipynb
Expand Down
2 changes: 1 addition & 1 deletion docs/climate-risk.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@ Additional indices could also be obtained from external sources.
| [Copernicus Climate Data Store](https://cds.climate.copernicus.eu) | EU | Large collection of global variables and indices | Geodata |
| [Climate analytics repository](https://bennyistanto.github.io/gost-climate) | GOST | Full selection of variables, model members, periods | Geodata |
| [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 |
| [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 | 
| [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 | 


31 changes: 0 additions & 31 deletions docs/external-data.md

This file was deleted.

53 changes: 53 additions & 0 deletions docs/external-tools.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# Additional resources

## Additional data sources
Additional sources of risk data (hazard, exposure, disaster losses) and processing workflows.

```{table}
:name: external_links

| **Name** | **License** | **Description** | **Purpose** |
|---:|---:|---:|---:|
| [Planetary Computer](https://planetarycomputer.microsoft.com/) | GNU | Global environmental geodata as STAC catalog | Geodata catalog |
| [GEE data catalog](https://developers.google.com/earth-engine/datasets/catalog) | GNU | Global environmental geodata as API catalog | Geodata catalog |
| [Awesome GEE community catalog](https://gee-community-catalog.org) | GNU | Community-sourced geodata as Earth Engine assets | Geodata catalog |
| [UNEP CDRI](https://handbook.climaax.eu) | GNU | Open-access global hazard maps and risk estimates | Geodata catalog |
| [DECAT Space2Stats](https://worldbank.github.io/DECAT_Space2Stats) | GNU | Global boundaries at the ADM2 level | Geodata catalog |
| [Geoboundaries](https://www.geoboundaries.org) | GNU | Global boundaries for different ADM levels | Geodata catalog |
| [CLIMAAX](https://handbook.climaax.eu) | GNU | Methods and workflows as notebooks for Climate Risk Assessments (CRA) based on ECMWF data | Handbook |
| [PYTHIA](https://foundations.projectpythia.org) | GNU | Methods and workflows as notebooks for geo-mapping | Handbook |
```

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.

```{note}
There is a nice [**QGIS plugin**](https://stac-utils.github.io/qgis-stac-plugin/) that allows you to directly get data in the software.

```{figure} images/stac.png
---
align: center
---
Planetary Computer as STAC catalogue accessed via [QGIS](external-tools) using STAC plugin.

```

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.
<br><br>

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.
<br><br>

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.
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.
<br><br>

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).

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.

## External analytical tools

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.
<br><br>

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.
7 changes: 7 additions & 0 deletions docs/hzd_gp-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ align: center
---
Global Tsunami Model - run-up height, RP 500 years.
```
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:
- Geographic Coordinates: Precise latitude and longitude of observation points.
- Event Details: Date, time, and location of the tsunami event.
- Runup Measurements: Maximum water heights recorded, which indicate the extent of inland penetration by tsunami waves.
NGDC
- Impact Assessments: Information on casualties, property damage, and other effects associated with each runup event.

(hzd_gp_vo)=
## Volcanic activity

Expand Down
Loading