Papers for

geospatial software developers

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Graph parameters bound the quality of geometric spanners in Euclidean space

On (Directed) Width-Parameters of Geometric Spanners

Abstract: To speed up algorithms on geometric graphs, it is common to approximate the complete Euclidean graph while maintaining certain geometric properties. A (directed) $t$-spanner $G$ for a point set $P$ in the Euclidean space is a (directed) graph such that for every pair of points, the shortest path in $G$ is at most a factor $t$ longer than the Euclidean distance between those points. In this paper, we investigate $t$-spanners that are bounded by certain graph parameters. Let $κ$ be a graph parameter. We show that for path-width, branch-width and cut-width there is an $\mathcal{O}(n/k^{d/(d-1)})$-spanner $G$ on $P$ with $κ(G)=k$ and that this is asymptotically worst-case optimal. In $\mathbb{R}^2$ we show the same bounds for planar graphs of clique-width or rank-width $k$. In contrast, for tree-depth, we show that there are sets of points for which the dilation cannot be bounded. Therefore, we investigate computing a spanner with tree-depth $k$ and minimum dilation. We show that already for tree-depth $3$ this problem is NP-hard to approximate within any factor strictly less than $\sqrt{2}$, and present an XP-algorithm to compute for a given tree-depth $k$ a graph with dilation at most $2t^*$, where $t^*$ is the minimum dilation. We further extend these results to obtain directed $\mathcal{O}(n/k^{d/(d-1)})$-spanners $G$ with $κ(G)=k$ for $κ$ being directed tree-width, directed path-width or DAG-width and show that also in the directed case, this is asymptotically worst-case optimal.

Fri 18 SeptComputational Geometry
The gist
Finding shortcuts between points in space can speed up many computer tasks, but some shortcuts make routes longer than the direct path between points. This paper studies how certain graph properties limit how close these shortcuts can be to the shortest paths. The authors found exact trade-offs between these graph features and the quality of the shortcuts. They also show that for one of these properties, called tree-depth, it’s very hard to find good shortcuts efficiently. Their results apply to both undirected and directed networks.
Open 2609.22082v1

Knowledge graph links geospatial data to study place-based government

Geospatial AI, Dataverse Metadata, and the Study of Place-Based Government

Abstract: Harvard Dataverse hosts over 150,000 research datasets, but the geographic information those datasets carry is entered as free text by depositors and has never been assembled into a searchable structure. We construct a knowledge graph from the repository's public data and metadata, organizing 102,650 datasets within a 215,985-node network of 528,003 edges linking datasets to keywords, publications, subjects, journals, and locations. Of those datasets, 43,991 (42.9 percent) carry at least one geospatial field, geographic coverage, geographic unit, or a bounding box and 96.9 percent of all nodes sit in a single connected component, so datasets remain reachable from one another even when their geospatial metadata share nothing in common. A conservative keyword search identifies 7,654 geospatially tagged datasets (17.4 percent) as directly policy-relevant, with elections and legislatures the largest cluster, followed by government administration, health policy, transportation, and education. Five datasets illustrate how this metadata behaves across policy domains and spatial scales, and an extended use case shows how community language models, stance detection with geographic aggregation, and partisan language bridging tools can attach discourse to place. The central obstacle is place resolution: the same location appears as many disconnected nodes. We argue that the graph provides a concrete setting for developing AI-driven metadata enrichment and entity resolution, and we document its coverage skew toward American, city-level data.

Thu 10 SeptArtificial Intelligence
The gist
Many research datasets at Harvard Dataverse include location information, but this data is often just typed in without a clear structure, making it hard to search by place. The authors built a big network that connects these datasets with topics, places, and publications to make them easier to explore together. They found that most datasets are connected in one large group, even if their location details differ. The study also shows challenges like different names for the same place and points out that most data focus on U.S. cities. This work sets the stage for using AI to improve location data and link discussions to specific places.
Open 2609.11674v1