Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 2.85 KB

README.md

File metadata and controls

34 lines (21 loc) · 2.85 KB

Entwicklung einer FOSSGIS-basierten Analyse zur Unterstützung von Such- und Rettungsaktionen

Description

The objective of this project is to develop a QGIS-Workflow (built in the Graphical Modeler) to support search and rescue operations, resulting in a cost distance surface. This indicates the maximum distance the person can move in a given time.

The workflow includes different factors in the analysis, such as the topography, the road infrastructure or the prevailing vegetation. The theoretical basis here is the calculation of a cost surface, which is represented as a final product in a cumulative cost distance surface. Different costs are assigned to the input parameters (CORINE data, OSM data, DEM) and integrated into a variable cost surface on which human mobility behavior can be modeled under the assumption of cost minimization. This allowed to represent maximum spatial distances that can be traveled within certain time intervals. This was tested in two different study areas, on the one hand in Mühlhausen in Kraichgau and on the other hand in the province of Vorarlberg in Austria.

Getting Started

  • The entire workflow is based on a model using QGIS. The work was done using the current stable QGIS Version 3.28.4 (https://www.qgis.org/de/site/forusers/download.html). A download of this program is necessary to run the developed analysis.
  • Furthermore the following QGIS-Plugin should be installed: SRTM-Downloader

Dependencies

Data download

  • The provided scripts for filtering the needed OSM data using the ohsome API (optional) and the ORS comparison can be copied into the appropriate field. One can run the scripts using jupyter notebook running within a suitable environment.
  • To download the needed data using the HOT Export Tool one can use the provided YAML code and enter it into the Data section of the Website.

Running the model and scripts

Authors

Johannes Grünewald and Maximilian Schäfer