AR1/docs/ui/analysis-panel.md

75 lines
1.8 KiB
Markdown

# Analysis Panel
The analysis panel provides integrated access to spatial analysis tools within the map viewer.
## Overview
The analysis panel is accessible from the map viewer and provides quick access to analysis tools without leaving the map interface.
## Available Tools
### Proximity Analysis
- **Buffer**: Create buffer zones
- **Nearest**: Find nearest neighbors
- **Proximity**: Distance calculations
- **Center & Dispersion**: Central tendency analysis
- **Outliers**: Statistical outlier detection
### Overlay Operations
- **Intersect**: Find overlapping features
- **Overlay Layers**: Combine multiple layers
- **Join**: Spatial joins
- **Join Features (Aggregated)**: Aggregated joins
- **Summarize Within**: Zonal statistics
- **Summarize Nearby**: Proximity-based summaries
- **Erase**: Remove overlapping features
### Spatial Analysis
- **Clustering**: Group features
- **Heatmap**: Density visualization
- **Hot Spots**: Getis-Ord Gi* analysis
- **Outliers**: Statistical outliers
### Raster Tools
- **Identify Pixel Value**: Query pixel values
- **Zonal Statistics**: Calculate zone statistics
- **Raster Histogram**: Value distribution
- **Raster Summary**: Summary statistics
- **Raster Profile**: Extract profiles
- **Raster Conversion**: Format conversion
- **Raster Comparison**: Compare rasters
## Tool Execution
### Quick Analysis
- Select tool from panel
- Configure parameters
- Run analysis
- View results on map
### Background Processing
- Long-running analyses run as background jobs
- Job status displayed
- Results appear when complete
- Notification on completion
## Results Display
- Results added as new layers
- Automatic styling applied
- Legend generation
- Popup configuration
## Related Documentation
- [Analysis Tools](../analysis-tools/index.md)
- [Map Viewer](map-viewer.md)
- [Workers](../workers/index.md)