if (FALSE) {
# These examples require external data files not included with the package
# Simple NDVI crop analysis workflow
config <- list(
analysis_type = "ndvi_crop_analysis",
input_data = list(red = red_raster, nir = nir_raster),
region_boundary = "Ohio",
output_folder = "results/"
)
results <- run_comprehensive_geospatial_workflow(config)
}
Run the code above in your browser using DataLab