Home

Awesome

Strategic Landuse for Agriculture and Ecosystem Recovery (SLAER)

An investigation into fallowing of land in California's Central Valley utilizing Google Earth Engine (GEE) and Matplotlib.

SLAER tackles this problem from two distinct angles: an "iterative" approach and a "machine learning" approach.

The Iterative Approach

Data Collection

Scraping of data from Landsat, Sentinel, etc. is done in GEE with the slaerExport.js script.

Parameters (slaerExport.js)

Data Parsing && Visualization

Parsing and Visualization of raw mean-average per-plot NVDI values is done with Matplotlib in Python.

Parameters (histogram.py, ...)

Future Improvements

The Machine Learning Approach

Estimation of fallowed land with Classification and Regression Trees via GEE.

Data Collection

Sampling geometries from Landsat, importing reported Idle land from Kern County for training data.

Data Parsing && Visualization

Data is visualized within GEE by assigning contrasting colors to respective classes and adding the classification to the map.

Future Improvements