Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 1.27 KB

README.md

File metadata and controls

33 lines (28 loc) · 1.27 KB

Bachelorarbeit

This repository pertains my bachelor thesis titled 'Containerbasierter, automatisierter Workflow zur Verarbeitung von UAS-Daten mit Open-Source Software'. [Containerized, automated workflow for processing UAS data using open-source software]

Contents:

/NDVI/

  • Dockerfile to build environment for ndvi.py
  • ndvi.py to compute NDVI for multispectral imagery based on this tutorial
  • ndvi_script.bat to run a Docker container for ndvi.py
  • results folder

/ODM/

  • odm_script.bat to generate ODM environment, and run ODM
  • image folder
  • storage folder

/QGIS/

  • qgis_script.bat to run a cmd interface to run QGIS scripts
  • QGIS_... folders, each containing:
    • dockerfile
    • model.py
    • model.sh
    • qgis_... .bat
    • models folder
    • used to run a specific QGIS task
  • results folder

Useage:

  • The automated workflow ist started by running workflow_automatic.bat
  • Portainer.io can be started using run_portainer.io.bat
  • To run specific QGIS scripts use qgis_script.bat or run specific batchfile in subfolder