Next Article in Journal
Euclidean–Fractal Measures of Spatial–Temporal Urban Form and Growth with Data Fusion: The Case of Charlotte and Its Environs, USA
Previous Article in Journal
Fifteen Years of Cleaner Air in New York City: Spatial Convergence, Childhood Asthma Burden, and the Equity Implications of Neighborhood-Scale Exposure Integration
Previous Article in Special Issue
Low-Cost Deep Learning for Building Detection with Application to Informal Urban Planning
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Addressing GeoAI Governance: An Automated Gatekeeper for Building Outlines in OpenStreetMap

by
Lasith Niroshan
1,* and
James D. Carswell
2
1
UCD School of Architecture, Planning and Environmental Policy, University College Dublin, D04 V1W8 Dublin, Ireland
2
School of Media, Technological University Dublin, D07 H6K8 Dublin, Ireland
*
Author to whom correspondence should be addressed.
ISPRS Int. J. Geo-Inf. 2026, 15(5), 217; https://doi.org/10.3390/ijgi15050217
Submission received: 28 February 2026 / Revised: 13 May 2026 / Accepted: 18 May 2026 / Published: 19 May 2026
(This article belongs to the Special Issue Testing the Quality of GeoAI-Generated Data for VGI Mapping)

Abstract

Geospatial Artificial Intelligence (GeoAI) enables the automated generation of built environment map features, such as building outlines/footprints, on a global scale. However, the integration of these AI-generated datasets into Volunteered Geographic Information (VGI) platforms like OpenStreetMap (OSM) risks incorporating ‘AI slop’, consisting of geometrically inconsistent/unreliable data, into the online map. While the OSM “Code of Conduct for Automated Edits” provides a policy framework for data ingestion, it lacks a machine-enforceable mechanism for real-time quality gating. This paper proposes a GeoAI-Gatekeeper to perform this task—an automated process that applies empirical Acceptable Quality Thresholds (AQT) to address the GeoAI data governance problem. Because the Gatekeeper utilizes an intrinsic, no-reference evaluation of geometric fidelity, it can assess incoming AI-generated data streams in real-time without requiring ground-truth benchmarks. Importantly, it focuses exclusively on the geometric validation of building footprints, acknowledging for now that semantic enrichment, such as tagging, remains a human-centric task. The presented GeoAI-Gatekeeper is a working prototype developed for a specific urban area, systematically triaging incoming AI-generated data into three tiers; Auto-Accept, Manual Review, and Reject. It provides a Web-GIS interface for Human-in-the-Loop (HITL) functionality to ensure the OSM community remains the final arbiter of acceptable data quality. Testing the Gatekeeper in Dublin (Ireland) demonstrates that our solution can auto-ingest 93.6% of features with a 14x reduction in human review effort while still adhering to OSM’s cartographic integrity standards. By implementing qualitative community guidelines into machine-enforceable thresholds, our approach introduces a viable methodology for next-generation hybrid VGI systems. Importantly, it ensures that the transition towards automated data ingestion reinforces, rather than undermines, the reliability of global crowd-source mapping datasets.

1. Introduction

1.1. The GeoAI Revolution and Its Discontents

The convergence of computer vision, deep learning, and remote sensing technologies has established an era of automated spatial data production at scales previously unimaginable [1,2]. Such GeoAI systems can now process satellite imagery to extract millions of building footprints in hours, a previously manual task that would require decades of intensive human effort [3]. For example, Microsoft’s Building Footprints dataset alone contains over 1 billion geometries globally [4], while Ecopia AI (https://www.ecopiatech.com/ (accessed on 12 February 2026)) and Google’s Open Buildings Dataset have contributed hundreds of millions more [5,6]. This diffusion of geospatial data production promises to accelerate global mapping initiatives, particularly in data-scarce regions where manual digitization efforts remain incomplete. While the capacity for large-scale spatial data generation remains concentrated among a small number of well-resourced corporations, the advent of multi-source geospatial datasets provides a significant opportunity for maintaining UpToDate online maps.
However, this promise carries a fundamental tension: VGI platforms such as OpenStreetMap (OSM) were architected around human judgment, local knowledge, and community consensus, not algorithmic inference [7,8]. The OSM “Automated Edits Code of Conduct” explicitly warns against “mechanical edits” that lack contextual validation, yet provides no computational framework for enforcing quality standards at scale [9]. As AI-generated data threatens to overwhelm human review capacity, the VGI mapping community faces a governance crisis: how can crowd-source mapping platforms maintain Editorial Control (a core OSM principle) when VGI mappers/editors cannot feasibly inspect every imported feature [10]?

1.2. The “AI Slop” Problem

Recent discourse in the VGI mapping community has identified a specific pathology: ‘AI slop’—which refers to geometric artifacts characterized by excessive vertices, irregular shapes, and topological inconsistencies that emerge from imperfect AI model inferences [11,12]. Unlike traditional human digitization errors (which tend to be sparse and correctable through editing), AI slop exhibits systematic patterns: irregular edges from over-segmentation, phantom buildings from cloud shadows, and elongated distortions from perspective artifacts [13,14,15]. These defects are not merely aesthetic; they degrade routing algorithms, complicate building classification, and erode trust in OSM dataset quality.
Current approaches to quality control such as manual inspection, community flagging, or post-import audits fail to address the scale asymmetry between AI production (millions of features per day) and volunteer review (hundreds of features per day). What is needed is a machine-enforceable governance layer that can triage incoming AI data at source, accepting high-quality contributions while filtering out slop with minimal human intervention [16,17].

1.3. Research Contribution

This paper introduces a GeoAI-Gatekeeper to perform this task, a computational framework that addresses spatial data quality governance through:
1.
Empirical Threshold Derivation: Using the 95th percentile of Shape Quality Metric (SQM) scores from high-quality reference (ground truth) data to establish building type specific Acceptable Quality Thresholds (AQT).
2.
The Three-Tier Triage System: Automatically classifies features into Tier 1 (auto-accept, SQM < AQT ), Tier 2 (manual review, AQT SQM < 1.5 × AQT ), and Tier 3 (reject, SQM 1.5 × AQT ).
3.
Metric-Aware Processing: Ensuring all geometric calculations use Universal Transverse Mercator (UTM) coordinates (x,y) to manage distortions when projecting spherical 3D geographic coordinates (lat/long) onto a 2D plane.
4.
Interactive Dashboard: Providing VGI mappers with a Web-GIS interface to visualise triage decisions and adjust confidence thresholds based on local context.
Experimental validation on 16,118 GeoAI generated building footprints in the Dublin area demonstrate that 93.6% of buildings can be auto-ingested with minimal false acceptance, representing a 14× reduction in required human review effort.

1.4. Introduction to the Shape Quality Metric (SQM)

The core computational engine in the Gatekeeper framework is the Shape Quality Metric (SQM) which is a multi-dimensional geometric evaluation mechanism developed specifically to capture the cartographic veracity of building outlines [18]. Unlike standard accuracy measures like Intersection-over-Union (IoU) [19] or F1-scores [20], which only measure spatial overlap, SQM assesses the intrinsic geometric properties that define a “realistic” building footprint [21].
SQM is computed (Equation (1)) as a weighted aggregate of six key geometric indices, each targeting a specific failure mode of deep learning models
SQM = ( perimeter × elongation × convexity ) ( area × compactness × solidity )
where:
  • Perimeter ( P ) and Area ( A ): Fundamental dimensions used to calculate dimensionless ratios.
  • Convexity: The ratio of the polygon area to its convex hull area. This is highly sensitive to shape irregularity and non-orthogonal “stair-like” edges often found in over-segmented GeoAI outputs.
  • Solidity: Measures the density of the shape. A low solidity often indicates fragmented predictions or “hallucinated” holes within a building roofline.
  • Compactness: Calculated as 4 π A P 2 . This identifies unnaturally thin or elongated artifacts that can occur when an AI model incorrectly merges adjacent buildings or follows shadow projections.
  • Elongation: Derived from the oriented bounding box, helping to distinguish between residential dwellings and larger industrial sheds or warehouses.
Figure 1 illustrates varying “complexity signatures” of building types. Simple residential dwellings (top) exhibit high compactness and low SQM scores, whereas complex institutional structures (bottom) naturally possess higher SQM values. Such variation requires a stratified Acceptable Quality Threshold (AQT) to address the false rejection of valid, complex architectural forms.
In our previous study, it was established that SQM could distinguish between authoritative (ground truth) data from Ordnance Survey Ireland (OSi) and crowd-sourced data such as OSM by detecting subtle differences in generalization and vertex density [18]. A key contribution of this new work extends SQM beyond being a descriptive metric used for comparison, to a prescriptive metric used for real-time data governance. By establishing a statistical “baseline of quality” from existing OSM community map feature data, SQM allows the Gatekeeper to answer the central question of VGI governance: Does this AI-generated map feature look like a manually digitized building?
To implement such a systematic governance mechanism, we introduce a Three-Tier Triage System that translates statistical SQM scores into definitive administrative actions. Rather than providing a binary ‘pass/fail’ output, this system categorizes AI-generated features into three distinct workflows (i.e., Auto-Accept, Manual Review, and Reject) based on their proximity to empirically calculated Acceptable Quality Thresholds (AQT).
By automatically ingesting and flagging high-fidelity geometries as “Ready for Semantic Qualification”, while at the same time isolating ‘AI slop’ for rejection, the Gatekeeper framework effectively triages the data stream to protect the map’s integrity. Importantly, this tiered approach preserves the Human-in-the-Loop philosophy of VGI; it optimizes the limited bandwidth of the mapping community by routing only the most ambiguous cases to human editors, thereby transforming the geometric validation process from a manual burden into a scalable, supervised oversight mechanism.

2. Background

2.1. The Quality Gap in GeoAI and VGI

Current literature on VGI quality emphasizes that data quality is multi-dimensional, encompassing positional, thematic, and temporal accuracy [22,23]. However, there is a distinct lack of research focusing on cartographic veracity—the degree to which a vector outline mimics the intentional, generalized, and orthogonal nature of human-digitized map features.
Related work using indices such as Intersection-over-Union (IoU), F1-Score, and Root Mean Square Error (RMSE) have become the industry standard for benchmarking Convolutional Neural Network (CNN) and Generative Adversarial Network (GAN) quality [3,24,25,26,27]. Some GeoAI evaluations in particular focus predominantly on pixel-level or overlap-based metrics [21,24]. While these metrics are effective for assessing an AI model’s ability to locate a feature in geographic space, they are fundamentally “shape-blind” and lack awareness of contextual form [28].
For example, as noted in [21], a building footprint can achieve a high IoU (e.g., >0.90) while possessing hundreds of redundant or irregular vertices that would fail the “eye-test” of a professional cartographer (or a VGI mapper). In the context of OSM, this results in ‘AI Slop’—data that is spatially accurate in its location but topologically and geometrically unusable for many traditional GIS/LBS applications like directional querying, routing, or urban planning [29].

2.2. The OSM Code of Conduct and the Scalability Crisis

The OpenStreetMap Foundation maintains a strict “Code of Conduct for Automated Edits”, built on three pillars: documentation, community consultation, and caution [9]. The “caution” principle essentially serves as a brake on mass-importing AI data, requiring that automated edits must not degrade the existing quality of the map.
Historically, quality control in OSM has been a reactive, human-dependent process [22,30]. Tools such as Osmose (https://wiki.openstreetmap.org/wiki/Osmose (accessed on 12 February 2026)) and KeepRight (https://keepright.at/ (accessed on 12 February 2026)) flag errors after they have been ingested into the database, while platforms like MapRoulette (https://maproulette.org/ (accessed on 12 February 2026)) rely on crowdsourcing the labour of manual verification. However, online crowd-source mapping is currently facing a Scale Asymmetry: GeoAI can generate building footprints at a rate of millions per day, while the global volunteer community of mappers can only realistically review a few thousand features in the same period. This “Reviewer Bottleneck” means that without a machine-enforceable governance layer, the VGI community is forced to choose between embracing AI at the cost of data integrity or rejecting AI to preserve trust. To bridge this gap, we propose that VGI mappers require a proactive “Gatekeeper” to address the “caution” principle before data ingestion occurs.

2.3. The Role of SQM

The Shape Quality Metric (SQM) was introduced to fill a gap left by contemporary overlap-based metrics as a more comprehensive geometric measure of overall building data quality. By aggregating six variables (i.e., Perimeter, Elongation, Convexity, Area, Compactness, and Solidity), SQM creates a “Geometric Signature” for every building footprint [18].
The selection of SQM as the primary evaluative framework, over traditional metrics such as Intersection over Union (IoU), Root Mean Square Error (RMSE), or Hausdorff distance, is rooted in the requirement for a ‘No-Reference’ quality assessment. Most established geospatial metrics are extrinsic, meaning they require a high-accuracy ‘ground truth’ dataset to measure spatial deviation. In the context of real-time VGI ingestion, such a reference is rarely available. SQM, by contrast, provides an intrinsic assessment of geometric ‘plausibility’ by analysing the inherent geometric properties of a polygon (building footprint). This allows our GeoAI-Gatekeeper to recognise AI slop, such as overly rounded corners or redundant vertices, simply by comparing the feature’s statistical signature against the known benchmarks of human-mapped buildings, regardless of spatial overlap with other data sources.
In our previous work, SQM was used primarily as a descriptive tool—a way to compare the output of different AI models or to benchmark OSM against authoritative datasets (such as OSI) [18]. In this paper, we propose a novel shift to this approach: by framing SQM as a decision instrument. By establishing an empirical Acceptable Quality Threshold (AQT), we move from saying “this shape is too complex” to “this shape is safe for OSM.” This transition aligns with international standards such as ISO 19157 (Geographic Information—Data Quality), which advocates for objective, quantitative quality measures [31]. By using SQM as a quantitative gating mechanism, a governance framework can be created where AI models are granted a “License to Upload” only if their output matches the morphological signature of high-quality, human-verified benchmarks.

2.4. Governance Through Triage: The Three-Tier Model

Recent trends in HITL systems suggest that total automation is rarely the goal for high-stakes public data. Instead, the literature points toward triage models to automatically handle low-risk tasks while flagging high-risk cases for human intervention [32,33,34].
The GeoAI-Gatekeeper presented in this paper continues this trend by introducing a Tiered Governance Pipeline for VGI mapping. For example, unlike previous “binary” filters that either accept or reject a polygon feature, a tiered approach respects the subjective nature of mapping diverse built environment features. In Tier 2 (Manual Review), the framework acknowledges that architectural complexity (e.g., an historic cathedral) may look like “slop” to a simplistic algorithm but is valid to the human eye. This ensures that the Gatekeeper preserves the Editorial Control of the OSM community while significantly reducing the “noise” of irregular residential footprints that currently dominate AI-generated datasets.

3. Methodology

This section details the operational logic and technical implementation of the proposed GeoAI-Gatekeeper framework. The methodology is structured to transition the Shape Quality Metric (SQM) from a descriptive comparison tool to a prescriptive governance instrument.
The proposed GeoAI-Gatekeeper is organized into three interconnected phases: (1) Empirical Calibration; (2) Automated Governance; and (3) Human-in-the-Loop verification. The end-to-end Gatekeeper system architecture and dataflow between its functional modules is shown in Figure 2.

3.1. Study Area and Baseline Calibration

The experimental validation was conducted in Dublin, Ireland, focusing on a dense urban-to-suburban transect defined by the bounding box
53 . 330 N , 6 . 296 W 53 . 363 N , 6 . 224 W

Reference Dataset Profile

To build the AQT benchmarks, we utilized 52,487 OSM building footprints (126 MB GeoJSON) extracted from the live OSM database. Table 1 illustrates the distribution of these buildings and their resulting SQM benchmarks.
A notable finding during calibration was that warehouses and industrial buildings exhibit significantly higher baseline SQM scores (0.71 and 0.63 respectively). This is not an indication of lower quality, but a reflection of their elongated forms and larger perimeters, which naturally increase the SQM complexity driver. Conversely, retail buildings showed the tightest distribution (AQT = 0.46), indicating a highly standardized, compact morphology in the Dublin region.

3.2. Data and Resources

A robust governance framework requires two distinct data pipelines: a high-fidelity reference set to define community map quality standards and a diverse set of AI-generated outputs to test the Gatekeeper’s diagnostic precision [35].

3.2.1. Reference VGI Data

To establish the Acceptable Quality Threshold (AQT), a comprehensive reference dataset was extracted from OSM covering the Dublin metropolitan area. To ensure this data represented the “best-in-class” of human mapping, we applied a rigorous filtering protocol:
  • Temporal filter: Only features with a last_edit timestamp after 1 January 2023, were included. This ensures the data was mapped or validated against the most recent high-resolution aerial imagery available in the region.
  • Integrity filter: Features flagged with active “OSM Notes” or those lacking a primary building tag were excluded.
  • Volume: This resulted in a reference set of 52,487 building footprints, providing a statistically significant sample size for urban morphology analysis.

3.2.2. GeoAI Experimental Data

The AI-generated footprints used to test the Gatekeeper were acquired from our previous benchmark studies, utilizing two distinct architectural approaches to building extraction:
  • OSM-GAN and Poly-GAN: A Generative Adversarial Network optimized for generating sharp, rectilinear building edges by learning from OSM structural patterns [36].

3.3. Scope and Geometric Focus

It is essential to define the Gatekeeper’s operational boundaries prior to detailing the triage logic. A building feature in OSM comprises two distinct components: the geometry (the nodes (vertices) and ways (edges) defining the footprint) and the semantics/attributes (tags such as building:levels or addr:street).
The GeoAI-Gatekeeper is exclusively a geometric validator. We posit that while AI can efficiently outline features from pixels, semantic attribution frequently requires multi-modal data or local human knowledge [37]. By focusing on object position, orientation, and shape, the Gatekeeper addresses the most labour-intensive aspect of VGI: the accurate digitization/representation of building outlines. Consequently, the framework is designed to protect the “cartographic container,” ensuring it is topologically and geometrically sound, thereby allowing the VGI community to focus their efforts on high-value semantic tagging.
It is important to re-emphasize that the “Auto-Accept” tier functions strictly as a geometric validator. Until GeoAI can reliably automate semantic profiling, it remains the responsibility of the OSM mapper to add relevant tags and attributes to these accepted features, maintaining the usual human-centric workflow for entering non-geometric data.

3.4. Empirical Threshold Derivation (AQT Discovery)

Rather than imposing SQM thresholds universally, the Gatekeeper is calibrated against the benchmark reference data acquired in Section 3.2.1. This process ensures the AQT is not an arbitrary number but a reflection of local OSM community mapping standards.

3.4.1. Stratification by Typology

Building footprints were grouped by their building tag (e.g., residential, commercial, industrial). This accounts for legitimate geometric variation; for instance, large-scale industrial warehouses are inherently more elongated and possess different area-to-perimeter ratios than detached suburban houses [38].

3.4.2. Statistical Calibration

Recognizing that urban morphology varies, where a simple rectangular house and a complex industrial warehouse have inherently different geometric “signatures”, the reference data was stratified by typology (e.g., residential, commercial, industrial). For each building type T, the 95th percentile of SQM scores was computed
AQT T = P 95 SQM ( b ) b Buildings T
This choice invokes the ‘95% Confidence’ principle—establishing that an AI-generated footprint is eligible for automated upload to OSM only if its geometric quality aligns with the standards maintained by 95% of human-verified data. This approach facilitates the rapid integration of GeoAI footprints with minimal human verification. The remaining 5% of reference data typically contains valid but highly irregular “edge cases” (e.g., heritage sites) which the framework intentionally routes for manual review.

3.5. The Three-Tier Triage System

The core of the governance framework is a triage pipeline that routes each AI-generated feature (f) based on its computed SQM(f) relative to the empirical A Q T T of its type.
  • Tier 1: Auto-Accept ( SQM ( f ) > AQT T )
    Features in this tier are geometrically indistinguishable from high-quality human mapping. These are accepted without human intervention, significantly reducing reviewer burden.
  • Tier 2: Manual Review ( AQT T SQM ( f ) < 1.5 × AQT T )
    Features exhibiting borderline quality are flagged for mapper inspection. This tier captures features that are either valid complex architectures or “near-miss” AI artifacts. The context-sensitive nature of these shapes requires the “eye-test” of a human editor to determine their suitability for upload to the online database.
  • Tier 3: Reject/AI Slop ( SQM ( f ) 1.5 × AQT T )
    Automatic rejection is triggered for features that deviate so significantly from the community norm that their ingestion would degrade the integrity of the online map. This tier identifies systemic ‘AI slop’ such as buildings with irregular perimeters or shadow-hallucinated extensions.
The 1.5 × buffer for Tier 2 was determined through iterative empirical testing; tighter thresholds (e.g., 1.2×)resulted in excessive false rejections of valid complex shapes, while looser thresholds (e.g., 2.0×) admitted obvious geometric artifacts into the manual review queue, wasting volunteer time.

3.6. Human-in-the-Loop: The Web-GIS Decision Interface

The Gatekeeper framework is not designed as a “black box” automation tool, but as a decision-support system. To facilitate the Tier 2 (Manual Review) workflow, a Web-GIS interface was developed to serve as the critical bridge between algorithmic filtering and human editorial judgment (See Figure 3).
  • Visualizing uncertainty—Features flagged as Tier 2 are presented to the user in a specialized validation environment. Unlike standard GIS editors, this interface overlays the Geometric Signature (vertex distribution) of the GeoAI footprint against the underlying high-resolution imagery. Visual cues, such as color-coded vertices, highlight the areas where the SQM detected “anomalies” or “non-convexity,” allowing VGI mappers to quickly identify the failure mode (e.g., a shadow-distorted edge).
  • Adjustable confidence governance—A core feature of the HITL interface is the Confidence Slider. Recognizing that different mapping campaigns have different risk tolerances, mappers can dynamically adjust the AQT percentile (e.g., from the conservative P 99 to a more permissive P 80 ). As the slider moves, the map updates in real-time, re-classifying features between Auto-Accept and Manual Review. This empowers local OSM chapters to “tune” the gatekeeper based on the specific urban morphology or the intended use-case of the data.
  • Feedback loop for semantic enrichment—As users validate Tier 2 geometries, the interface facilitates the transition from Geometry to Semantics. Once a shape is “Accepted” by the user, the interface prompts for basic semantic tagging (e.g., building=yes), ensuring that while the geometry was AI-generated, the final feature enters the OSM database with a “human-verified” seal of approval.

4. Experimental Results

4.1. Processing Results and Triage Performance

The Gatekeeper framework processed 16,118 AI footprints in 14.2 s on a standard M1 Mac, demonstrating that the SQM-based governance layer introduces negligible latency into the data ingestion pipeline. Table 2 illustrates the final distribution of AI-generated footprints across the three-tier triage system, highlighting the Gatekeeper’s capacity to automatically validate most of the incoming data stream.
Experimental results (Table 2) indicate that 93.6% of the AI-generated features were geometrically indistinguishable from the OSM reference community data. Under the Gatekeeper framework, these would then be available for auto-upload into OSM with zero human intervention while still flagged for further manual semantic edits. Only 4.8% were routed to the Web-GIS interface for human oversight of their geometric properties, while 1.6% were immediately discarded as ‘AI Slop’.

4.2. Diagnostic Accuracy and Rejection Case Studies

To validate the Gatekeeper’s rejections, a manual audit was conducted on a random sample of 50 building features from Tier 3 (Rejected). The audit identified three distinct failure modes:
1.
Irregular edges (76%): 38 cases featured simple rectangular structures characterized by geometric artifacts. These edges were corrupted by over 100 redundant vertices resulting from high-frequency spatial noise (“stair-like” edges). The  SQM effectively identified these errors by penalizing the resulting high perimeter-to-area ratio, which deviates significantly from the expected form of a standard (rectangular) building footprint.
2.
Structural merging (18%): 9 cases showed extreme elongation (aspect ratios > 10:1) where the “AI” (simulated jitter/overlap) appeared to merge adjacent buildings into a single distorted polygon.
3.
False rejections (6%): 3 cases were identified as legitimate, highly irregular courtyard apartments. Their natural convexity deviations caused them to exceed the AQT .

4.3. Threshold Sensitivity Analysis

The confidence percentile used in the AQT calculation was varied to determine the optimal “Community Risk” setting (Table 3).
As the threshold moves from P 80 to P 99 , the system becomes increasingly “strict.” While P 99 ensures almost zero “slop” enters the database, it nearly doubles the manual review burden (from 4.8% to 8.2%). We suggest that P 95 (highlighted in Table 3) represents the “Goldilocks Zone” for urban data (in Dublin)—balancing high-volume automation with a rigorous defence against geometric degradation of the resulting online map.
This ‘Sensitivity-by-Design’ approach allows the Gatekeeper to be tuned according to a community’s risk tolerance. While the P 95 baseline is empirically optimal for our study area, a full cross-regional sensitivity analysis to determine how these thresholds shift in different urban morphologies remains a subject for further research. In different contexts, such as informal settlements versus planned suburbs, the distribution of ‘plausible’ human mapping may vary, yet the theoretical logic of using a high-percentile statistical norm as an automated data quality gate remains. For this initial framework, prioritizing precision by minimizing false accepts over recall by maximizing automation ensures that the integrity of the OSM database is protected regardless of the specific threshold value chosen.

4.4. Comparison to Existing Workflows

The VGI mapping potential of the proposed GeoAI-Gatekeeper is best understood through a comparison to human labour requirements.
  • Scenario A (total manual review): Inspecting all 16,118 features at 30 s/feature would require 134 h (3+ weeks) of volunteer labour.
  • Scenario B (one-click confirmation—e.g., RapiD [39]): Confirming features at 5 s/feature still requires 22+ h (~3 days) of active manual attention.
  • Scenario C (GeoAI-Gatekeeper): With 93.6% auto-accepted, humans only need review 775 features at 30 s/feature. Total time: ~6.5 h.
The GeoAI-Gatekeeper provides a 95% reduction in labour compared to traditional manual review and a 50% reduction compared to current state-of-the-art “AI-assisted” tools. This efficiency allows the VGI community to pivot from the tedious task of ”fixing shapes" to the high-value task of semantic enrichment and local knowledge verification.

5. Discussion and Future Research Directions

5.1. Governance Implications for OSM

The OSM Automated Edits Code of Conduct mandates that edits occur only after informed community consultation. The GeoAI-Gatekeeper presented in this paper provides a technical basis to enforce this mandate computationally. We propose that by shifting the “burden of proof” from the volunteer mapper to the algorithm, OSM can confidently move from a reactive audit model to a proactive governance model.
  • Empirical standards: The calibration phase encodes local community norms into statistical distributions ( P 95 ), ensuring AI data is judged by the same standard as human mappers.
  • Graduated response: The three-tier triage replaces binary “all-or-nothing” imports with a nuanced workflow that defaults to acceptance only for high-confidence features.
  • Algorithmic accountability: Through the audit log, every automated decision is transparent and reproducible, satisfying the need for accountability in VGI mapping ecosystems.

5.2. Limitations and Morphological Edge Cases

An analysis of the 6% false rejection rate in Tier 3 reveals that purely geometric metrics, while robust, cannot perfectly capture all architectural expressions.
  • Complexity vs. slop: Highly irregular heritage buildings, courtyard structures, and L-shaped apartments often exhibit convexity defects similar to AI slop.
  • Semantic orthogonality: We suggest that geometric governance can be set apart from semantic validation. While SQM can confidently measure that the “container” is cartographically sound, mappers retain the essential responsibility for thematic accuracy (e.g., distinguishing a church from a house).
  • Regional generalization: Dublin’s relatively homogeneous building stock (e.g., Victorian rows) allows for stable AQT benchmarks. Applying this framework to informal settlements or rural traditional architectures will require finer-grained stratification and local re-calibration.

5.3. Future Work: Toward a Multi-Modal Gatekeeper

To address current imposed restrictions on the functionality, future iterations of the Gatekeeper could evolve from a geometry-only data quality tool to a multi-modal assessment engine:
1.
Integration into OSM Production: Beyond technical enhancements, a key next step involves investigating the practical integration of the GeoAI-Gatekeeper into the online OSM mapping ecosystem. While a full integration roadmap is beyond the scope of this paper and would require close collaboration with OSM core developers, future research should explore the socio-technical challenges of such a rollout. This includes analysing the trade-offs between centralized quality gating and the decentralized nature of OSM, as well as gauging the reactions of the diverse contributor base. For instance, corporate contributors, who often handle large-scale data imports, might welcome the efficiency of an automated gatekeeper, whereas individual ’craft’ mappers may harbour concerns regarding the erosion of manual editorial control. Evaluating how to implement this framework as a standard ’pre-ingest’ plugin for editors like iD or JOSM remains an open problem for future study.
2.
Pixel-level fusion [40]: Integrating AI-model confidence maps (probability scores) with SQM metrics to identify “hallucinated” features that might otherwise appear geometrically plausible.
3.
Adaptive learning [41]: Transitioning from static percentiles to an active learning loop. By tracking mapper acceptance rates in Tier 2, the system could dynamically adjust the AQT by lowering thresholds if manual reviews consistently result in acceptance.
4.
Cross-domain expansion: Extending the SQM logic to other OSM feature types, such as road/cycle networks and land-use boundaries (e.g., parks), to provide a more comprehensive “Quality Gate” for all automated map feature imports.
5.
Semantic validation via Multimodal LLMs (MLLMs) [37,42,43]: While the current framework excels at geometric gatekeeping, it remains “thematically blind.” A future iteration could integrate Multimodal Large Language Models (MLLMs) to perform cross-modal semantic validation. By feeding the model both the AI-generated polygon and corresponding high-resolution or street-level imagery, the system could verify if the assigned tags (e.g., building = retail) are visually consistent with the structure’s appearance (e.g., presence of signage, storefronts, or parking lots). This would help to address the Semantic attribution gap identified in this study, ensuring that a building is not only the right shape but also carries the correct functional attributes.
6.
Threshold Sensitivity and Transferability: Another key area for future investigation is the empirical sensitivity analysis of the tiered pipeline across diverse geographic contexts. While the current thresholds were derived from the morphological signatures of a European city (Dublin), further research is required to determine if this holds true for informal settlements, high-density megacities, or traditional rural architectures. Future studies could focus on ‘Cross-Context Calibration,’ testing how thresholds must be adjusted to accommodate different urban forms and whether a global universal threshold is even achievable or if local re-calibration remains a prerequisite for deployment in new regions.

6. Conclusions

This research addresses the critical “Scale Asymmetry” between today’s rapid production of GeoAI building footprints and the time-consuming manual validation capacity of the VGI mapping community. Guided by the OpenStreetMap Code of Conduct for Automated Edits, this study delivers four primary contributions to the field of crowdsource mapping and geospatial data governance:
1.
A geometry-first Gatekeeper framework: We developed and implemented an AI model-agnostic validation pipeline that successfully decouples geometric fidelity from semantic attribution. This framework ensures that the “cartographic container” of a building meets local VGI community mapping standards before human mappers invest effort in thematic enrichment.
2.
Empirical AQT derivation via the 95% confidence principle: This study moved beyond arbitrary quality metrics by introducing a reference-driven calibration method. Using a “benchmark” dataset of over 52,000 human-verified (OSM) footprints in Dublin, we demonstrated that an automated system could derive local, culturally relevant Acceptable Quality Thresholds (AQT) that reflect actual community driven map accuracy standards.
3.
The three-tier triage system: We propose and validate an automated triage logic approach—comprising Auto-Accept, Manual Review, and Rejection tiers—that successfully distinguishes between legitimate architectural complexity and ‘AI slop’. This mechanism provides a scalable solution for managing the influx of huge GeoAI generated datasets while still maintaining a high level of individual feature and overall map integrity.
4.
A Human-in-the-Loop (HITL) governance bridge: Through the development of a Web-GIS mapping interface, we demonstrate that automated gatekeeping does not necessitate the removal of human agency. Instead, it empowers the community by providing visual “quality signatures,” allowing mappers to act as high-level auditors rather than manual digitizers.
The empirical results from our Dublin study are significant. With a 93.6% auto-acceptance rate and a 1.6% rejection rate for geometric slop, the GeoAI-Gatekeeper achieved a 95% reduction in human labour hours compared to traditional manual review/edit workflows. These findings confirm that the framework can process thousands of features in seconds, matching the speed of GeoAI inference with a machine-enforceable governance (data quality) layer.
In summary, adopting a GeoAI-Gatekeeper into the online mapping workflow represents a fundamental shift in contemporary VGI methodology: from reactive manual editing to proactive automated governance. While limitations remain regarding the capture of highly irregular heritage structures, the framework provides the necessary technical foundation for a new type of collaborative mapping—one where AI handles the labour of digitization and humans retain the authority of validation. As global mapping initiatives increasingly rely on automated feature extraction, our Gatekeeper framework offers a repeatable, transparent, and community-centric blueprint for ensuring that the global map remains a true representation of our real-world built environment.

Author Contributions

Conceptualization, Lasith Niroshan and James D. Carswell; methodology, Lasith Niroshan; software, Lasith Niroshan; validation, Lasith Niroshan; formal analysis, Lasith Niroshan; investigation, Lasith Niroshan; resources, Lasith Niroshan; data curation, Lasith Niroshan; writing—original draft preparation, Lasith Niroshan; writing—review and editing, Lasith Niroshan and James D. Carswell; visualization, Lasith Niroshan; supervision, James D. Carswell; project administration, James D. Carswell; funding acquisition, James D. Carswell. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Data Availability Statement

The datasets generated and analyzed during this study, including the Dublin Gold Standard reference footprints, the simulated GeoAI test datasets (OSM-GAN and DeepMapper variants), and the derived SQM benchmark distributions, are openly available in the Zenodo repository at https://doi.org/10.5281/zenodo.18214132, and the complete source code for the GeoAI-Gatekeeper framework is openly available on GitHub at https://github.com/Lasith-Niro/GeoAI-Gatekeeper (accessed on 17 May 2026).

Acknowledgments

The authors would like to express their sincere gratitude to the OpenStreetMap (OSM) community and its worldwide contributors for providing the open-access geospatial data that formed the foundation of this study. Their collective effort in maintaining a comprehensive global database is an invaluable resource for the advancement of geospatial research. The authors have reviewed and edited the output and take full responsibility for the content of this publication.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Janowicz, K.; Gao, S.; McKenzie, G.; Hu, Y.; Bhaduri, B. GeoAI: Spatially explicit artificial intelligence techniques for geographic knowledge discovery and beyond. Int. J. Geogr. Inf. Sci. 2020, 34, 625–636. [Google Scholar] [CrossRef]
  2. Zhu, X.X.; Tuia, D.; Mou, L.; Xia, G.S.; Zhang, L.; Xu, F.; Fraundorfer, F. Deep Learning in Remote Sensing: A Comprehensive Review and List of Resources. IEEE Geosci. Remote Sens. Mag. 2017, 5, 8–36. [Google Scholar] [CrossRef]
  3. Li, W.; Hsu, C.Y. GeoAI for Large-Scale Image Analysis and Machine Vision: Recent Progress of Artificial Intelligence in Geography. ISPRS Int. J. Geo-Inf. 2022, 11, 385. [Google Scholar] [CrossRef]
  4. Microsoft. Microsoft Building Footprints. 2026. Available online: https://planetarycomputer.microsoft.com/dataset/ms-buildings (accessed on 1 March 2026).
  5. Sirko, W.; Kashubin, S.; Ritter, M.; Annkah, A.; Bouchareb, Y.S.E.; Dauphin, Y.; Keysers, D.; Neumann, M.; Cisse, M.; Quinn, J. Continental-Scale Building Detection from High Resolution Satellite Imagery. arXiv 2021, arXiv:2107.12283. [Google Scholar] [CrossRef]
  6. Neptune AI. Open Solution to the AI Mapping Challenge. 2026. Available online: https://github.com/neptune-ai/open-solution-mapping-challenge (accessed on 20 February 2026).
  7. Verplanke, J.; McCall, M.K.; Uberhuaga, C.; Rambaldi, G.; Haklay, M. A Shared Perspective for PGIS and VGI. Cartogr. J. 2016, 53, 308–317. [Google Scholar] [CrossRef]
  8. Haklay, M. How good is volunteered geographical information? A comparative study of OpenStreetMap and Ordnance Survey datasets. Environ. Plan. B Plan. Des. 2010, 37, 682–703. [Google Scholar] [CrossRef]
  9. OpenStreetMap. Automated Edits Code of Conduct. 2022. Available online: https://wiki.openstreetmap.org/wiki/Automated_Edits_code_of_conduct (accessed on 15 February 2026).
  10. Barrington-Leigh, C.; Millard-Ball, A. The world’s user-generated road map is more than 80% complete. PLoS ONE 2017, 12, e0180698. [Google Scholar] [CrossRef] [PubMed]
  11. Vijendran, M.; Deng, J.; Chen, S.; Ho, E.S.L.; Shum, H.P.H. Artificial intelligence for geometry-based feature extraction, analysis and synthesis in artistic images: A survey. Artif. Intell. Rev. 2024, 58, 64. [Google Scholar] [CrossRef]
  12. Wei, S.; Zhang, T.; Ji, S.; Luo, M.; Gong, J. BuildMapper: A Fully Learnable Framework for Vectorized Building Contour Extraction. arXiv 2022, arXiv:2211.03373. [Google Scholar] [CrossRef]
  13. Kania, K. Closing the Geometry Gap in Building Footprint Extraction—Our First Look at HiSup. 2025. Available online: https://spyro-soft.com/blog/geospatial/closing-the-geometry-gap-in-building-footprint-extraction-our-first-look-at-hisup (accessed on 17 May 2026).
  14. Huang, X.; Zhang, L. Morphological Building/Shadow Index for Building Extraction From High-Resolution Imagery Over Urban Areas. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2012, 5, 161–172. [Google Scholar] [CrossRef]
  15. Zhao, K.; Kamran, M.; Sohn, G. Boundary Regularized Building Footprint Extraction From Satellite Images Using Deep Neural Network. arXiv 2020, arXiv:2006.13176. [Google Scholar] [CrossRef]
  16. Yoo, S. An Operational Ethical Framework for GeoAI: A PRISMA-Based Systematic Review of International Policy and Scholarly Literature. ISPRS Int. J. Geo-Inf. 2026, 15, 51. [Google Scholar] [CrossRef]
  17. Young, B.; Anderson, D.T.; Keller, J.; Petry, F.; Michael, C.J. SPARC: A Human-in-the-Loop Framework for Learning and Explaining Spatial Concepts. Information 2025, 16, 252. [Google Scholar] [CrossRef]
  18. Niroshan, L.; Carswell, J. A Comprehensive Shape Quality Metric to Evaluate AI-Generated Building Footprints. Submitted to State of the Map 2026 (Academic Track), Under Review. Available online: https://pretalx.com/sotm2026-osm-science/talk/review/G3ZMCTXDN7JAJ3KWYDNQUW3BYGNKA7FD (accessed on 17 May 2026).
  19. Everingham, M.; Van Gool, L.; Williams, C.K.I.; Winn, J.; Zisserman, A. The Pascal Visual Object Classes (VOC) Challenge. Int. J. Comput. Vis. 2010, 88, 303–338. [Google Scholar] [CrossRef]
  20. Naidu, G.; Zuva, T.; Sibanda, E.M. A Review of Evaluation Metrics in Machine Learning Algorithms. In Artificial Intelligence Application in Networks and Systems; Silhavy, R., Silhavy, P., Eds.; Lecture Notes in Networks and Systems; Springer International Publishing: Cham, Switzerland, 2023; Volume 724, pp. 15–25. [Google Scholar] [CrossRef]
  21. Niroshan, L.; Carswell, J.D. Evaluating GeoAI-Generated Data for Maintaining VGI Maps. Land 2025, 14, 1978. [Google Scholar] [CrossRef]
  22. Mooney, P.; Corcoran, P.; Winstanley, A.C. Towards quality metrics for OpenStreetMap. In Proceedings of the 18th SIGSPATIAL International Conference on Advances in Geographic Information Systems, San Jose, CA, USA, 2–5 November 2010; pp. 514–517. [Google Scholar] [CrossRef]
  23. Goodchild, M.F.; Li, L. Assuring the quality of volunteered geographic information. Spat. Stat. 2012, 1, 110–120. [Google Scholar] [CrossRef]
  24. Emelyanov, A.; Knyaz, V.; Kniaz, V.; Artist, D. Pixels relationship analysis for extracting building footprints. Int. Arch. Photogramm. Remote Sens. Spat. Inf. Sci. 2024, XLVIII-3-2024, 141–146. [Google Scholar] [CrossRef]
  25. Goodfellow, I.J.; Pouget-Abadie, J.; Mirza, M.; Xu, B.; Warde-Farley, D.; Ozair, S.; Courville, A.; Bengio, Y. Generative Adversarial Nets. In Proceedings of the Advances in Neural Information Processing Systems; Ghahramani, Z., Welling, M., Cortes, C., Lawrence, N., Weinberger, K.Q., Eds.; Curran Associates, Inc.: Red Hook, NY, USA, 2014; Volume 27. [Google Scholar]
  26. He, K.; Gkioxari, G.; Dollar, P.; Girshick, R. Mask R-CNN. In Proceedings of the IEEE International Conference on Computer Vision (ICCV), Venice, Italy, 22–29 October 2017. [Google Scholar]
  27. Everingham, M.; Eslami, S.M.A.; Van Gool, L.; Williams, C.K.I.; Winn, J.; Zisserman, A. The Pascal Visual Object Classes Challenge: A Retrospective. Int. J. Comput. Vis. 2015, 111, 98–136. [Google Scholar] [CrossRef]
  28. Cheng, B.; Girshick, R.; Dollar, P.; Berg, A.C.; Kirillov, A. Boundary IoU: Improving Object-Centric Image Segmentation Evaluation. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), Nashville, TN, USA, 20–25 June 2021; pp. 15334–15342. [Google Scholar]
  29. Yin, J.; Carswell, J. Spatial Search Techniques for Mobile 3D Queries in Sensor Web Environments. ISPRS Int. J. Geo-Inf. 2013, 2, 135–154. [Google Scholar] [CrossRef]
  30. Vargas-Munoz, J.E.; Srivastava, S.; Tuia, D.; Falcao, A.X. OpenStreetMap: Challenges and Opportunities in Machine Learning and Remote Sensing. IEEE Geosci. Remote Sens. Mag. 2021, 9, 184–199. [Google Scholar] [CrossRef]
  31. ISO 19157–1:2023; Geographic Information—Data Quality — Part 1: General Requirements. Standard, International Organization for Standardization: Geneva, Switzerland, 2023.
  32. European Parliament and Council of the European Union. Regulation (EU) 2024/1689 laying down harmonised rules on artificial intelligence (Artificial Intelligence Act). Technical Report OJ L 2024/1689. Off. J. Eur. Union 2024. [Google Scholar]
  33. Davis, J.L. Elevating humanism in high-stakes automation: Experts-in-the-loop and resort-to-force decision making. Aust. J. Int. Aff. 2024, 78, 200–209. [Google Scholar] [CrossRef]
  34. Van Rooy, D. Human–machine collaboration for enhanced decision-making in governance. Data Policy 2024, 6, e60. [Google Scholar] [CrossRef]
  35. Niroshan, L. Operationalizing GeoAI Governance: An Automated Gate-keeper Framework for Integrating Building Outlines into OpenStreetMap. Zenodo 2026. [Google Scholar] [CrossRef]
  36. Niroshan, L.; Carswell, J.D. DeepMapper: A GeoAI Approach to Automate the VGI Mapping Workflow. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2025, 18, 16162–16175. [Google Scholar] [CrossRef]
  37. Holzinger, A.; Malle, B.; Saranti, A.; Pfeifer, B. Towards multi-modal causability with Graph Neural Networks enabling information fusion for explainable AI. Inf. Fusion 2021, 71, 28–37. [Google Scholar] [CrossRef]
  38. Bielik, M.; Schneider, S.; Kuliga, S.; Griego, D.; Ojha, V.; König, R.; Schmitt, G.; Donath, D. Examining Trade-Offs between Social, Psychological, and Energy Potential of Urban Form. ISPRS Int. J. Geo-Inf. 2019, 8, 52. [Google Scholar] [CrossRef]
  39. Gao, X.; Klaiber, C.; Underwood, J. AI Is Supercharging the Creation of Maps Around the World. 2019. Available online: https://tech.facebook.com/artificial-intelligence/2019/7/ai-is-supercharging-the-creation-of-maps-around-the-world/ (accessed on 20 February 2026).
  40. Solanky, V.; Katiyar, S.K. Pixel-level image fusion techniques in remote sensing: A review. Spat. Inf. Res. 2016, 24, 475–483. [Google Scholar] [CrossRef]
  41. Gligorea, I.; Cioca, M.; Oancea, R.; Gorski, A.T.; Gorski, H.; Tudorache, P. Adaptive Learning Using Artificial Intelligence in e-Learning: A Literature Review. Educ. Sci. 2023, 13, 1216. [Google Scholar] [CrossRef]
  42. Wu, T.; Li, M.; Chen, J.; Ji, W.; Lin, W.; Gao, J.; Kuang, K.; Zhao, Z.; Wu, F. Semantic Alignment for Multimodal Large Language Models. In Proceedings of the 32nd ACM International Conference on Multimedia, Melbourne, VIC, Australia, 28 October–1 November 2024; pp. 3489–3498. [Google Scholar] [CrossRef]
  43. Juhász, L.; Mooney, P.; Hochmair, H.H.; Guan, B. ChatGPT as a mapping assistant: A novel method to enrich maps with generative AI and content derived from street-level photographs. Spat. Data Sci. Symp. 2023. [Google Scholar] [CrossRef]
Figure 1. Comparative analysis of geometric complexity across urban morphologies.
Figure 1. Comparative analysis of geometric complexity across urban morphologies.
Ijgi 15 00217 g001
Figure 2. The GeoAI-Gatekeeper system architecture incorporates a three-phase workflow: (1) empirical calibration, where AQT benchmarks are derived empirically from VGI reference data; (2) automated governance, involving real-time SQM profiling and three-tier triage; and (3) HITL verification, utilizing a Web-GIS interface for manual review and a feedback loop for system recalibration.
Figure 2. The GeoAI-Gatekeeper system architecture incorporates a three-phase workflow: (1) empirical calibration, where AQT benchmarks are derived empirically from VGI reference data; (2) automated governance, involving real-time SQM profiling and three-tier triage; and (3) HITL verification, utilizing a Web-GIS interface for manual review and a feedback loop for system recalibration.
Ijgi 15 00217 g002
Figure 3. A screenshot of the Gatekeeper visualisation platform, demonstrating how the system overlays AI-generated footprints with their corresponding geometric “quality signatures” for human inspection.
Figure 3. A screenshot of the Gatekeeper visualisation platform, demonstrating how the system overlays AI-generated footprints with their corresponding geometric “quality signatures” for human inspection.
Ijgi 15 00217 g003
Table 1. Morphological calibration and AQT scores by building type.
Table 1. Morphological calibration and AQT scores by building type.
Geometric SignatureP99 ThresholdMean SQM (AQT)CountBuilding Type
Standard orthogonal/rectangular1.260.5231,204Residential
High compactness, large area1.050.488913Commercial
Variable elongation1.890.631247Industrial
Multi-unit clusters1.340.552856Apartments
Tightly bound, compact0.980.46987Retail
Highly elongated, large perimeter2.140.71342Warehouse
Table 2. Final triage results (AI-generated dataset for Dublin).
Table 2. Final triage results (AI-generated dataset for Dublin).
PercentageCountActionTriage Tier
93.6%15,080Auto-AcceptTier 1
4.8%775Manual ReviewTier 2
1.6%263Rejected (Slop)Tier 3
Table 3. Sensitivity analysis of confidence threshold. (the P 95 baseline is highlighted as the optimal balance between automation volume and geometric quality control).
Table 3. Sensitivity analysis of confidence threshold. (the P 95 baseline is highlighted as the optimal balance between automation volume and geometric quality control).
Tier 3 (Reject)Tier 2 (Review)Tier 1 (Accept)AQT (Avg)Confidence
0.7%2.1%97.2%0.42 P 80
1.1%3.8%95.1%0.48 P 90
1.6%4.8%93.6%0.52 P 95 (Baseline)
3.5%8.2%88.3%0.64 P 99
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Niroshan, L.; Carswell, J.D. Addressing GeoAI Governance: An Automated Gatekeeper for Building Outlines in OpenStreetMap. ISPRS Int. J. Geo-Inf. 2026, 15, 217. https://doi.org/10.3390/ijgi15050217

AMA Style

Niroshan L, Carswell JD. Addressing GeoAI Governance: An Automated Gatekeeper for Building Outlines in OpenStreetMap. ISPRS International Journal of Geo-Information. 2026; 15(5):217. https://doi.org/10.3390/ijgi15050217

Chicago/Turabian Style

Niroshan, Lasith, and James D. Carswell. 2026. "Addressing GeoAI Governance: An Automated Gatekeeper for Building Outlines in OpenStreetMap" ISPRS International Journal of Geo-Information 15, no. 5: 217. https://doi.org/10.3390/ijgi15050217

APA Style

Niroshan, L., & Carswell, J. D. (2026). Addressing GeoAI Governance: An Automated Gatekeeper for Building Outlines in OpenStreetMap. ISPRS International Journal of Geo-Information, 15(5), 217. https://doi.org/10.3390/ijgi15050217

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop