| run_comprehensive_geospatial_workflow | R Documentation |
Execute complete geospatial analysis workflows with simplified visualization. to handle test cases and provide robust error handling without complex dependencies.
run_comprehensive_geospatial_workflow(analysis_config)
analysis_config |
List containing analysis configuration with required fields:
|
List containing analysis results, visualizations, summary, and configuration
## Not run:
# 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)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.