Skip to content

LUP-LuftbildUmweltPlanung/SITS_change_harmonic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SITS_change_harmonic

Harmonic Model for ChangeDetection based on FORCE Datacube

1. Installing

conda create --name SITSclass python==3.9
conda activate SITSclass
cd /path/to/repository/SITS_classification
pip install -r requirements.txt
sudo apt-get install xterm

Notes:

code is build upon FORCE-Datacube and -Framework (Docker, FORCE-Version 3.7.11)

How to Install FORCE with Docker

2. Getting Started

2.1 Basics

This repository contains the code necessary to run Changedetection for Satellite Image Time Series with Harmonic Model based on the FORCE Datacube. It's based on the following folder structure:

Harmonic Model based on reference period will be used to predict expected spectral values. Those values will be compared with real spectral values regarding an uncertainty (standard deviation) and disturbance state can change with 3 consecutive times below or above threshold.

Results can be plots for points:

And results can be grid based where every pixel has:

  • the first date where the disturbance occurred
  • 90th percentile for disturbance residuals over the entire time period
  • 90th percentile for disturbance residuals within specified time ranges

2.2 Workflow

To execute the script simply set parameters in harmonic_main /harmonic_visualize and execute the file

There are entry points and use cases which are briefly shown in the following flow chart:

Help/Known Issues

  • None yet

Info

Authors

Version History

  • 0.1
    • Initial Release

License

GPL-3.0 license

Acknowledgments

Inspiration, code snippets, etc.

About

Harmonic Model for ChangeDetection based on FORCE Datacube

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages