South African National Space Agency (SANSA)

0
0

The South African National Space Agency (SANSA) and UNOOSA signed a cooperation agreement to establish an UN-SPIDER Regional Support Office in June 2024.  SANSA is established to promote the use of space and strengthen cooperation in space-related activities while fostering research in space science, advancing scientific engineering through developing human capital development, and supporting industrial development in space technologies. As an RSO, SANSA continues to provide experts for UN-SPIDER's technical advisory support to countries within the SADC region and to contribute to capacity building efforts in the region.

The South African Geo-information and space industry has expertise on various themes inclusive of remote sensing, cartography, data analytics/science, and satellite development.

SANSA conducts research, develops and provide geo-spatial information and knowledge related to Agriculture, water resources, Disaster management, human settlements etc. It supports the policy and planning processes of the country. SANSA also provides satellite imagery to governments.

SANSA is an entity of Department of Science and Innovation, created to promote the use of space and strengthen cooperation in space-related activities while fostering research in space science, advancing scientific engineering through developing human capital, and supporting industrial development in space technologies. The research and work carried out at SANSA focuses on Earth observation, space science, space engineering and space operations. Much of this work involves monitoring the Earth for policy and decision making, resource and disaster management, food security and national security. SANSA also provides state-of-the-art facilities to monitor space weather, provide launch support and data downloads as well as supporting the growth of the local space industry.

SANSA provide remote sensing trainings, covering from the basics of remote sensing to specialised theme specific trainings on the applications of remote sensing. These trainings are provided physically or online depending on the needs of training participants.

Email

 information [at] sansa.org.za (information[at]sansa[dot]org[dot]za)

Website

 https://www.sansa.org.za/

Address

Building 10, CSIR Campus, Meiring Naude Road, 

Brummeria, Pretoria 0184 | 

PO Box 484, Silverton, 0127

Step-by-Step: Flood Mapping with Radar Imagery and Digital Terrain Models

Github 

For this practice, you will use the Jupyter Notebook. Required python and/or ipynb files are here: https://github.com/UN-SPIDER/radar-based-flood-mapping-dtm/tree/main 

These codes show the radar-based flood mapping with three options (1) Enhancing GFM derived Flood maps with Digital Terrain Models (S1), (2) Enhancing GFM derived Flood maps with DTMs and Sentinel-2 (S1_S2), and (3) Flood Mapping and Damage Assessment in Urban Areas with Sentinel-1 Interferometric Coherence (S1_Coherence). 

The Step-by-Step Explanation is also available as a PDF on the Overview page.

1. Create your AOI on GFM 

First, make a user account on GFM: Global Flood Monitoring

To access the data, you need to create an AOI, which will be stored in your GFM account. You need to assign a name and a description to your AOI. Then click on “Next step”. 

In the next step, you can choose between giving the Coordinates to your AOI, drawing the AOI or selecting a region. Most of the time, drawing the AOI is the best idea. Therefore, select the square to the right of the panel, draw the AOI and select Save AOI. 


2. Check GloFAS regularly 

To know when floods are likely to hit your region, check GloFAS regularly. Check if there are any unusually high precipitations forecasted. 

3. Download the FABDEM of your AOI 

The FABDEM is a 30m open-access Digital Terrain Model. You can find all necessary information in this Data Application of the Month or in this Scientific Publication: https://iopscience.iop.org/article/10.1088/1748-9326/ac4d4f/meta.  

Among other options, the FABDEM can be downloaded with Google Earth Engine. With the link below, you can download the FABDEM for your AOI. By clicking on the rectangle tool, you can draw a polygon of your AOI. Then you can click on Run, to run the script. Under tasks, you will see the FABDEM popping up. Click on RUN. When the task is finished, you can download the DTM from your Google Drive. 

Using other DTMs, for example a high-resolution national DTM or commercial DTMs is also possible. The spatial resolution and accuracy of the DTM is one of the key points to the success of this practice. 





 

4. Setup Python 

This is a step-by-step procedure to setup the Python environment, in which the FLEXTH algorithm will work. If you already have a Python installation on your computer, it still makes sense to follow this guide, to ensure all libraries are installed properly. 

We need to install the latest version of Miniforge, which is a light-weight Python distribution. Follow this Link, which leads you to a repository storing the Miniforge3 installers for the different operating systems (OS). If you are using a Windows 64bit machine, click on „latest“ in the respective row. On the next page look for „Miniforge3-Windows-x86_64.exe“. Click on the link to download the executable. 



 

Double click the executable to start the setup. In the setup menu, click on „Next“ , then on „I agree“. Install for „Just Me (recommended)“. 

For the Install Location, you can just go with the default folder. Click „next“. For the Advanced Installation Options, you can also go with the default selection. Click „install“. 

After the installation click „next“ and then „Finish“. Open the Miniforge Prompt. This is a command line interface. First, we create a new virtual environment for the practice called „flexth_env“. Then we install the necessary libraries into the new environment: 


 

mamba create –n flexth_env python=3.12 
mamba activate flexth_env 
mamba install numpy scipy rasterio astropy opencv gdal scikit-image matplotlib geopandas spyder jupyterlab 
jupyter lab 

Press Enter after every line of code. You will be asked to confirm some changes with a „Y“ and pressing Enter. Care, that you don‘t add or miss any spaces in the text. 

After activating the environment, you should see the name of the environment in brackets at the beginning of the line. A Python interface called Jupyter Lab will open after the last line of code. 

The installation of the libraries will take some time. You will see a progress bar in the terminal window, and it will print „done“ once the installation is terminated. 


 

5. Make yourself familiar with the FLEXTH tool 

If everything worked out, you are now able to open Jupyter Lab by writing jupyterlab into the console and executing the command (the last line in the previous code).  

The script is divided into 6 sections: 

  1. Loading necessary libraries. 

  2. Specifing user specific input and output directories. 

  3. Selecting the AOI and DTM source. 

  4. Setting further Parameters 

  5. Mosaicing and Reprojecting GFM outputs. 

  6. FLEXTH 

In Jupyter Lab, on the left side, you can see your directories. Browse to the directory of the FLEXTH script “GFM2FLEXTHnb.ipynb”. Go to the first cell and click on the “Run current Cell” symbol on the task bar. 

You can download the .py or .ipynb from here: https://github.com/UN-SPIDER/radar-based-flood-mapping-dtm/blob/main/S1/GFM2FLEXTHnb.ipynb 

If the execution of the first cell works without any error messages, you will read “Libraries are loaded” in the console. 

Now you are prepared to use the tool in case of a flood. 

https://www.un-spider.org/sites/default/files/RP_UN-SPIDER_logo_1_3.png

In Detail: Flood Mapping with Radar Imagery and Digital Terrain Models

Flood mapping in urban areas poses significant challenges for Synthetic Aperture Radar (SAR) sensors due to limitations in detecting water in regions characterized by dense vegetation, urban infrastructure, or complex surface conditions. These limitations include reduced sensitivity in vegetated or built-up areas and water-like backscatter effects on smooth, dry, or snow-covered surfaces. The Global Flood Monitoring (GFM) platform employs Sentinel-1 SAR backscatter data for automated flood delineation but recognizes the constraints posed by such conditions. To address these challenges, the GFM has integrated an exclusion mask that highlights regions prone to SAR-based misclassification.  

This recommended practice introduces a novel algorithm developed by the Joint Research Centre of the European Commission that combines SAR-derived flood layers with digital terrain models and the GFM exclusion mask. By leveraging Digital Terrain Models (DTMs), water depth calculations and hydrodynamic propagation models are applied to infer flood conditions within exclusion mask areas, enhancing the reliability of flood extent delineations. 

Input Data: 

  • GFM outputs for a flooded Area of Interest: 
    • Flooded Area
    • Permanent and Seasonal Water Bodies 
    • Exclusion Mask 
  • Digital Terrain Model 

 Software: 

  • Global Flood Monitoring Database 
  • Python 
  • QGIS or other GIS software 

This practice can be used for any area with major flooding. The practice is especially relevant for large floodings, that extend into cities and vegetated areas, like forests and agricultural fields. 

Strengths: 

  • The approach is based on physics and the actual topography of the area. That means it overcomes many limitations associated with satellite imagery. 

Limitations: 

  • The greatest limitations of the practice come from the spatial resolution and accuracy of the input flood delineation and of the Digital Terrain Model. 

  • The quality of the output is dependent on the number of flooded pixels, provided with the input flood delineation. 

Hawker, Laurence; Uhe, Peter; Paulo, Luntadila; Sosa, Jeison; Savage, James; Sampson, Christopher; Neal, Jeffrey (2022): A 30 m global map of elevation with forests and buildings removed. In Environ. Res. Lett. 17 (2), p. 24016. DOI: 10.1088/1748-9326/ac4d4f. 

Betterle, Andrea; Salamon, Peter (2024): Water depth estimate and flood extent enhancement for satellite-based inundation maps. In Nat. Hazards Earth Syst. Sci. 24 (8), pp. 2817–2836. DOI: 10.5194/nhess-24-2817-2024. 

Expert Flood Monitoring Alliance, McCormick, N., Salamon, P., Global Flood Monitoring (GFM) – Product User Manual. European Commission. 2023. 

https://www.un-spider.org/sites/default/files/RP_UN-SPIDER_logo_1_3.png

The workflow can be divided into two sections:  
1) Preparedness before the flood and 2) Response after the flood. 

 

Sentinel-1C

No

Sentinel-1 is a two satellite constellation with the prime objectives of land and ocean monitoring. The goal of the mission is to provide C-Band Synthetic Aperture Radar (SAR) data continuity following the retirement of ERS-2 and the end of the Envisat mission.
To accomplish this the satellites carry a C-SAR sensor, which offers medium and high resolution imaging in all weather conditiions. The C-SAR is capable of obtaining night imagery and detecting small movement on the ground, which makes it useful for land and sea monitoring.

7years

World Space Forum 2024 in Bonn kicks off with a Vision for a Sustainable Space Future

The World Space Forum 2024, organized by the United Nations Office for Outer Space Affairs (UNOOSA) in collaboration with Germany, Peru and the United Arab Emirates, has officially opened its doors in Bonn, Germany, setting the stage for three days of transformative discussions on international collaboration and space sustainability.

UN-SPIDER ZFL Expert Meeting: Confronting the challenges of natural hazards and climate change - solutions from the space community

UN-SPIDER and the Centre for Remote Sensing of Land Surfaces of the University of Bonn (ZFL) joined forces to organise the UN-Spider/ZFL Expert Meeting ‘Confronting the Challenges of Natural Hazards and Climate Change: Solutions from the Space Community’ on 02 December 2024. The Expert Meeting was organised as a pre-event to the United Nations World Space Forum 2024, also held in the UN Campus in Bonn, Germany.

WMO and UNDRR launch Status report on Multi-Hazard Early Warning Systems

Across the globe, natural hazards have triggered widespread death and destruction, with the human and economic impact of disasters continuing to rise. Despite ongoing advancements in disaster risk governance and comprehensive risk management, Least Developed Countries (LDCs), Landlocked Developing Countries (LLDCs), and Small Island Developing States (SIDS) continue to experience devastating impacts, eroding hard-won development gains.