



This Zenodo repository is the official global dataset for the research poster "Global Mapping of Exposure and Physical Vulnerability Dynamics in Least Developed Countries using Remote Sensing and Machine Learning” at 2nd Machine Learning for Re…, 12th International Conferen… in Vienna, Austria, on 11th of May 2024. The GitHub repository of Python codes can be accessed here: github.com/riskaudit/OpenSe…. The following technical info is from the four-page paper of this research poster. If you have any inquiries or would like to access any related materials, please feel free to visit my website (joshuadimasaka.com) or our project website (riskaudit.github.io), follow our project's GitHub repository (github.com/riskaudit), or send an email to jtd33@cam.ac.uk.
We rasterized every country-wide point dataset of building counts from the METEOR project with a defined physical vulnerability type at a spatial resolution of 15 arcseconds or approximately 500 meters at the equator (Huyck et al., 2019). We then implemented a rigorous probability-based approach in extracting 100 square tiles for each country. In sampling these 100 square tiles per country, we considered the number of physical vulnerability types that are present in every pixel to ensure that every label including those unlabeled pixels is represented.
With the previously extracted geographical extents, we obtained the following pre-processed time-series satellite imagery via Google Earth Engine (Gorelick et al., 2017).
At 10-m spatial resolution, we used the annual mean of the Ground Range Detected (GRD) scenes that are acquired from the dual-polarization C-band Synthetic Aperture Radar (SAR) instrument at 5.405GHz of Sentinel-1 satellite (Copernicus Sentinel data,…. As a result, covering the years from 2015 to 2023, we extracted nine annual mean of the two bands:
To avoid data incompleteness across large areal extent, we disregarded filtering by orbital number and satellite direction. We also note that there are countries such as Angola, Comoros, Ethiopia, Kiribati, and Tuvalu with either partially or fully complete VV and VH signals because the orbit of Sentinel-1 satellite does not cover these areas for some time or only a single VV signal is available.
With similar spatial resolution at 10 meters, we also extracted the annual median of the atmospherically corrected surface reflectance signals represented by the red, green, and blue (RGB) bands that are acquired from the MultiSpetral Instrument (MSI) of Sentinel-2 satellite (Copernicus Sentinel data,…. The aggregation by year also allows us to filter out and minimize the unnecessary cloudy or shadowy signals using the available and corresponding Sentinel-2 cloud probability dataset (Copernicus Sentinel data,…. Unlike Sentinel-1 SAR GRD, the resulting six annual median maps from 2018 to 2023 are all available for 47 countries (Note: Bhutan and Vanuatu already graduated from LDC status).
Each <countryCode>.zip file has the following file and folder structure.
├───extent │ └───<countryCode>_<nth>_of_<totalTiles>_<index>.geojson ├───groundtruth │ └───<countryCode>_nbldg_<vulnerabilityCode>_<nth>_of_<totalTiles>_<index>.tif └───obsvariables ├───SENTINEL1-DUAL_POL_GRD_HIGH_RES
│ └───<countryCode>_<nth>_of_<totalTiles>_<index> │ ├───<year>_VV.tif
│ └───<year>_VH.tif └───SENTINEL-2-MSI_LVL2A └───<countryCode>_<nth>_of_<totalTiles>_<index> └───<year>_RGB.tif
The public may download the entire data repository or individual countries under the "Files" tab. We also provided the following customized download hyperlinks and expanded description of every country.
Not all countries have the same set of physical vulnerability types and satellite imagery signals. Instead of downloading and manually checking each file, we recommend reviewing this spreadsheet first to understand the available features and groundtruth labels of each country.