Repository for the MSc Thesis on land cover fraction mapping
Be aware: still under development!
4 reference datasets used:
- IIASA (2015)
- IIASA (2015-2018)
- WUR (2015)
- WUR (2015-2018)
Scripts should at this moment be run in the following order:
- temporalFilter.R
- calcVIs.R
- GetHarmonics.R
The first three scripts process the IIASA (2015) Landsat-8 timeseries and creates features.
-
loadValiData.R (processes the WUR (2015) Landsat-8 timeseries and creates features)
-
spliTimeSeries.R (splits the WUR (2015) Landsat-8 timeseries into yearly datasets)
-
wurChange.R (processes the WUR (2015-2018) Landsat-8 timeseries and creates yearly datasets)
-
iiasaChange.R (processes the IIASA (2015-2018) Landsat-8 timeseries and creates yearly datasets)
-
newFeatures.R (calculates new features for all 4 reference datasets)
- runRF.R (random forest regression, basic and recurrent, run after processing of the Landsat-8 timeseries)
- markov/Markov-August.ipynb or markov/Markov-final.ipynb (runs Markov chain postprocessing)