Semantic Forest: A hierarchical data structure where leaf nodes are raw observations and upper nodes are LLM-generated summaries of spatial-semantic clusters
Topological Graph: A map representation where nodes are locations and edges represent connectivity/paths, without a dense metric grid
CLINK: Complete-linkage hierarchical clustering—a method used here to group map nodes based on spatial and semantic distance
NDVI: Normalized Difference Vegetation Index—a metric used to assess vegetation quality/density from sensor data
Haversine distance: The great-circle distance between two points on a sphere, used for calculating spatial proximity between GPS coordinates
Tree-of-Thoughts: A prompting framework where an LLM explores multiple reasoning paths (branches) to solve a problem
GraphRAG: A RAG variant that builds a knowledge graph from text entities to support complex reasoning queries
LightRAG: A simplified graph-based RAG approach designed for efficiency