dea_tools.app.miningrehab

This file contains functions for loading and interacting with data in the mining rehabilitation notebook, inside the Real_world_examples folder.

Available functions:

load_miningrehab_data run_miningrehab_app

Last modified: September 2021

Functions

load_miningrehab_data()

Loads DEA Fractional Cover and Water Observations products for the mining case-study area.

run_miningrehab_app(ds)

Plots an interactive map of the mining case-study area and allows the user to draw polygons.

dea_tools.app.miningrehab.load_miningrehab_data()[source]

Loads DEA Fractional Cover and Water Observations products for the mining case-study area. Last modified: July 2021

outputs ds - data set containing masked Fractional Cover data from Landsat 8 Masked values are set to ‘nan’

dea_tools.app.miningrehab.run_miningrehab_app(ds)[source]

Plots an interactive map of the mining case-study area and allows the user to draw polygons. This returns plots of the fractional cover value of bare soil, green vegetation and brown vegetation in the polygon area. Last modified: January 2020

inputs ds - data set containing masked Fractional Cover data from Landsat 8