Skip to content

reproducible-agile/agile-gscience-2024-rs-flood

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AGILE 2025 - Call for Papers

Call for papers for the 28th AGILE conference, Geographic Information Science responding to Global Challenges, Dresden, Germany on 10-13 June 2025

The Association of Geographic Information Laboratories in Europe (AGILE) has held annual conferences focused on Geographic Information Science since 1998. The next AGILE 2025 conference will be held in Dresden, Germany, on 10-13 June 2025.

The conference theme “Geographic Information Science responding to Global Challenges” recognizes the pivotal role of geospatial data and analysis in informing decision-making for current global issues affecting humanity, the environment, and global resilience (more information about AGILE 2025.

Centrality and Resilience in the Face of Flooding: A Case Study of Rio Grande do Sul

The topic of this study includes Open Spatial Data, Open Science, Open-source Geospatial Tools and Applications , Disaster and Risk Management, Way Finding, Routing and Indoor Navigation or Spatial Databases and Data Management.

We used open-ssource data and software including OpenRouteService (ORS),Pgrouting, PostGIS, R or QGIS. In addition, we mainly used the open-source data from OpenStreetMap (OSM). Based on centrality metrics and alternative paths, we compared the centrality of the road network in the core of the metropolitan area of Rio Grande do Sul before and after the flood event that took place on the 29th of April of 2024. The methodology is mainly conducted in SQL using PostGIS to handle geospatial data and Pgrouting to analyze road networks.

The submission type of this study is use case, while the Body of Knowledge (BoK) is the following:

  • [GIST] Geographic Information Science and Technology
    • [AM] Analytical Methods. We derive analytical results from such as connectivity or redundancy from public Geospatial data.
      • [AM11] Network analysis. We used the road network of the Core Metropolitan area of Porto Alegre to derive results based on the graph theory.
        • [AM11-2] Graph theoretic descriptive measures of networks. We used edge betweenness indicator to measure the level of connectivity on the road network of Porto Alegre.
        • [AM11-3] Least-cost shortest path. We used pgrouting to compute the optimum path through a network with Dijkstras algorithm based on the weights given by OpenRouteService (ORS).
        • [AM11-7] Accessibility modeling. We defined a method for measuring redundancy on the access to hospitals.
      • [GC4] Open Science.We used open data such as OpenStreetMap (OSM), as well as services like OpenRouteService (ORS) and developed an open and reproducible methodology using software such as PostGIS, R or QGIS.

Overview

project
|- doc/                              # Research design explained including SQL queries using Quarto
|- data            	                  
|  |- source_data/  		              # raw data
|  |- results_data/ 		              # final data
|    + - select_area_of_interest/
|    + - obtain_routable_networks/
|    + - analyse_centrality_and_resilience
|  |- media/          		            # interactive figures used for Quarto website
|  |- rmarkdown_data/                 # data required to reproduce Rmarkdown  	
|  |- docker-settings/                # OpenRouteServive docker yml  	
|  |- figures                         # Figures used for the paper  	
|- code/                           
|  |- paper/                          # Paper
|       | paper_latex                 # LaTeX code to reproduce official paper
|       | paper_rmarkdown             # Reproducible paper using Quarto
|  | + get_graph.R                    # Code required to export ORS to R
|  |- figures/                        # diagrams, images, and other non-graph graphics
|
|- README                             # the top level description of content

Datasets

  • Is provided in a non-propietary format:

This github repository contains the data in non-propietary format. Spreadsheets are in ".csv" format, geospatial data in geopackage.

  • Is documented for third parties to reuse:

Is accessible in a public repository and has an open data licence:

  • The github and zenodo repository are public and licensed under Creative Commons Attribution 4.0 International Public License.

Software tools libraries packages and computational workflows

Pending to acceptance of the full paper submission on the 27th of February according to AGILE 2025 call for papers, we will include additional documentation.

  • Reproduction steps are explained in a README (plain text file), flowchart, or script:

The quarto_script_rs_paper_v0.Rmd includes the flowchart and script to reproduce results of the paper.

  • Computational environements (including hardware) are documented or provided :
  • Versions of relevant software components (libraries, packages) are provided:
  • All parameters and expected execution times for the computational workflow are provided:

The section 2.4 Data and Software Availability Section includes this information. A detailed view of is provided after full paper acceptance.

  • Software developed by the authors is available in a public repository and has an open licence:

The software OpenRouteService is available in the follwoing public repository (https://github.com/GIScience/openrouteservice)

  • There is a clear connection between tables, figures, maps, and statistical values and the data and code that they are based on, e.g., using file names or documentation in README:

Results are named according to the flowchart shown as Figure 2 in the section 2.1. Pre-processing.

Contact

X (x@xxx.com)

License

This project is licensed under Creative Commons Attribution 4.0 International Public License, see file LICENSE.

About

Materials for replicating the step-by-step research methodology.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 100.0%