-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
AGB MVPWork needed for MVP of above-ground biomass projectWork needed for MVP of above-ground biomass projectAGB future workWork of interest for above-ground biomass project, but out-of-scope for MVPWork of interest for above-ground biomass project, but out-of-scope for MVPquestionFurther information is requestedFurther information is requested
Description
Given a height measurement and other canopy data from 2019 GEDI observations and observed 2018 or 2019 deforestation events from Landsat (verify appropriate time overlap), can we build a model to identify events?
It is possible that this is beyond the scope of MVP work, but I think having the full waveform GEDI data to ground truth our analysis and the Landtrendr outputs (plus any other features we want to include) could allow us to build a really good model.
Some considerations relating to the data:
- We need to ensure that we are using GEDI observations that occur after any candidate events; depending on the time window associated with GEDI data, that might mean using earlier (e.g. 2018) deforestation events as our set of interest.
- We would need to set thresholds for identifying regions to include and somehow randomize over these regions of interest.
Some considerations relating to the model/analysis:
- Currently, we use
ltgee.getChangeMapto identify deforested regions. This takes the output of the Landtrendr algorithm as an input and applies some filtering subject to user-provided hyperparameters. Ideally, we would train a model using the quantitiesgetChangeMapcuts on as input features. - Unfortunately, I have yet to have any luck finding the source code for
getChangeMap, but it might be possible to reproduce something like it (or close enough to get inspiration) by looking at the Landtrendr outputs. - It's also very possible that someone has already done this, so a healthy amount of Google searching is a good idea.
- Model simplicity and interpretability are important considerations here, namely because a simple model that uses only Landtrendr outputs and can provide (potentially regionally-varying) best fit values for
getChangeMaphyperparameters as an output means we can usegetChangeMapdirectly, as opposed to having to apply a CNN or XGBoost model ourselves.
Metadata
Metadata
Assignees
Labels
AGB MVPWork needed for MVP of above-ground biomass projectWork needed for MVP of above-ground biomass projectAGB future workWork of interest for above-ground biomass project, but out-of-scope for MVPWork of interest for above-ground biomass project, but out-of-scope for MVPquestionFurther information is requestedFurther information is requested