Skip to content

Nathan17reunion/PyDSAS_Reunion_Island

Repository files navigation

***PyDSAS_Reunion_Island***

***👋 HELLO & WELCOME!***

Bannière LinkedIn

**Jonathan Rayan Rower MITANTSOA NY HAJA HARILALA**

🎓 🌍 🛰️ 🌊 🏖️ 🐍 💧 💻 🌐 📄 📚 🎯 🤝

This project aims not only to analyze coastal dynamics but also to validate the shoreline positions obtained through automatic detection using the SAET tool.

The workflow involves extracting the shoreline, validating it, and then performing statistical analysis with the DSAS model. Although DSAS now offers a standalone version that does not require installation as an ArcGIS plugin, I cannot use it because my system does not meet the Windows requirements for DSAS and ArcGIS Pro Desktop. While it is possible to run DSAS on Linux using Wine, the available DSAS_6.0.170_mac.dmg file is not compatible with Linux systems. Therefore, I developed a custom script called PyDSAS to overcome these limitations.

At this stage, I do not yet have sufficient expertise to fully validate the reliability of the statistical results obtained. However, the outcomes derived from my shoreline data are consistent with statistical values reported in previous studies. My work is grounded on authoritative sources such as reports from BRGM, the Littoral Observatory of Reunion, CEREMA, and theses focusing on coastal dynamics and geomorphology of La Réunion.

Shoreline

For the shoreline, I have compiled my merged shoreline data for a time series of images from 2016 to 2025 into a file named fusion_trait_de_cote.shp.

You can also find here a test script for combining indices, inspired by the SAET tool. However, at this stage, I have not yet obtained conclusive results. This work aims to develop an automated shoreline detection script by combining multiple indices and applying thresholding through iterative adjustment.

For the results included in my report, I used the outputs directly obtained from the SAET (Shoreline Automatic Extraction Tool) for each morphological unit of the Reunion Island coastline.

Report Writing Guidelines

A PDF document containing all the guidelines I followed while writing my thesis is available for download here.

You can also access it by scanning the QR code available here.

This document primarily serves as a comprehensive bibliography of sources I have used, but it also contains essential guidelines for collaborating on and improving my report.

Coastal Kinematics

This section provides a brief explanation of the subfolders essential for the main script that calculates statistical models using DSAS.

  • sds : Folder to store shoreline shapefiles (.dbf, .shp, .cpg, .prj, .shx, optionally .qmd)
  • boundary_reunion : Folder containing the coastal boundary of Reunion
  • aux_data : Folder holding hydrosedimentary cell units
  • output_data : Folder for results generated by the scripts
flowchart TD
    root --> input_data
    input_data --> sds
    input_data --> boundary_reunion
    root --> aux_data
    root --> output_data
Loading

Releases

No releases published

Packages

No packages published