# Generated by roxygen2: do not edit by hand

export(analyze_cdl_crops_dynamic)
export(analyze_crop_vegetation)
export(analyze_temporal_changes)
export(analyze_variable_correlations)
export(analyze_water_bodies)
export(analyze_water_quality_comprehensive)
export(calculate_advanced_terrain_metrics)
export(calculate_multiple_indices)
export(calculate_multiple_water_indices)
export(calculate_ndvi_enhanced)
export(calculate_spatial_correlation)
export(calculate_vegetation_index)
export(calculate_water_index)
export(check_raster_compatibility)
export(compare_interpolation_methods)
export(create_comparison_map)
export(create_crop_map)
export(create_crop_mask)
export(create_interactive_map)
export(create_ndvi_map)
export(create_raster_mosaic)
export(create_spatial_map)
export(create_water_quality_plot)
export(extract_dates_universal)
export(get_comprehensive_cdl_codes)
export(get_region_boundary)
export(integrate_terrain_analysis)
export(list_vegetation_indices)
export(list_water_indices)
export(load_raster_data)
export(multiscale_operations)
export(plot_raster_fast)
export(plot_rgb_raster)
export(quick_diagnostic)
export(quick_map)
export(raster_to_raster_ops)
export(run_comprehensive_geospatial_workflow)
export(run_comprehensive_vegetation_workflow)
export(run_enhanced_ndvi_crop_workflow)
export(run_enhanced_water_quality_workflow)
export(run_interactive_mapping_workflow)
export(select_rasters_for_region)
export(spatial_interpolation)
export(spatial_interpolation_comprehensive)
export(test_function_availability)
export(test_geospatialsuite_package_simple)
export(test_package_minimal)
export(universal_spatial_join)
export(validate_method)
export(validate_numeric_range)
importFrom(RColorBrewer,brewer.pal)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_fixed)
importFrom(ggplot2,coord_sf)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_raster)
importFrom(ggplot2,geom_sf)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_colour_viridis_c)
importFrom(ggplot2,scale_fill_gradient2)
importFrom(ggplot2,scale_fill_gradientn)
importFrom(ggplot2,scale_fill_viridis_c)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(grDevices,png)
importFrom(grDevices,rainbow)
importFrom(grDevices,terrain.colors)
importFrom(graphics,hist)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(magrittr,"%>%")
importFrom(parallel,detectCores)
importFrom(parallel,mclapply)
importFrom(sf,st_as_sf)
importFrom(sf,st_bbox)
importFrom(sf,st_buffer)
importFrom(sf,st_coordinates)
importFrom(sf,st_crs)
importFrom(sf,st_distance)
importFrom(sf,st_drop_geometry)
importFrom(sf,st_filter)
importFrom(sf,st_geometry)
importFrom(sf,st_read)
importFrom(sf,st_transform)
importFrom(sf,st_write)
importFrom(stats,as.formula)
importFrom(stats,coef)
importFrom(stats,complete.cases)
importFrom(stats,cor)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,quantile)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stringr,str_to_title)
importFrom(terra,crop)
importFrom(terra,mask)
importFrom(terra,merge)
importFrom(terra,mosaic)
importFrom(terra,nlyr)
importFrom(terra,plot)
importFrom(terra,plotRGB)
importFrom(terra,project)
importFrom(terra,rast)
importFrom(terra,resample)
importFrom(terra,terrain)
importFrom(terra,values)
importFrom(tools,file_ext)
importFrom(tools,file_path_sans_ext)
importFrom(utils,head)
importFrom(utils,packageVersion)
importFrom(utils,read.csv)
importFrom(utils,write.csv)
importFrom(viridis,scale_color_viridis)
importFrom(viridis,scale_fill_viridis)
