(Time-Independent) Crop Type Mapping
- Get Sentinel 2 tile
- Get it into R. (raster)
- Calculate NDVI (RStoolbox)
- Crop Points to Tile
- Extract Sentinel 2 values at point locations (raster::extract)
- Train Random Forest Model (caret, ranger)
- Predict on Sentinel 2 tile
For code references: https://github.com/LOEK-RS/globalAOA
Geocomputation with R: https://geocompr.robinlovelace.net/spatial-class.html