Comprehensive guidelines for submitting geospatial data to the GeoDxT platform. Ensure compatibility, automation, and reliability across all models.
To ensure compatibility, automation, and reliability across all models on the GeoDxT platform, all submitted geospatial data must adhere to the following technical standards. Submissions that do not meet these criteria will be returned for correction.
Seamless model integration
Plug-and-play workflows
Consistent, quality results
The core value of GeoDxT is the ability for users to chain simple, specialized models together to create complex workflows. Combining data into a single layer prevents this modularity.
This is the global standard for web mapping and interoperability. It prevents misalignment and projection errors when chaining models together.
+proj=longlat +datum=WGS84 +no_defs
Adjacent polygons must share coincident boundaries without gaps or unintended overlaps.
The data source (e.g., "Natural Earth," "OpenStreetMap," "US Census TIGER") must be clearly stated in the accompanying metadata.
Data must be appropriate for the analysis scale. Generalized boundaries for national-level views are acceptable, but high-resolution data is required for local analysis.
Each grid cell must be exactly 2km x 2km at its origin point.
The grid must be generated in a projected coordinate system that preserves distance for the area of interest (e.g., UTM zones) and then transformed to WGS 84 (EPSG:4326) for submission.
Each grid cell must have a unique identifier (GridID).
GridID: "G001", "G002", "G003", ... Geometry: Polygon (2km x 2km) CRS: EPSG:4326 Attributes: Confidence, Timestamp, Version
Every vector or grid-based layer submitted to GeoDxT must contain the following core attributes:
| Attribute Name | Data Type | Description | Example |
|---|---|---|---|
| LayerID | String (UUID) | A unique identifier for each feature or grid cell | "f47ac10b-58cc..." |
| Confidence | Float (0.0-1.0) | Certainty of classification/accuracy | 0.87 |
| Version | String | Model/algorithm version | "2.1.0" |
| Timestamp | Date/Time | Data generation time (ISO 8601) | "2025-10-27T14:30:00Z" |
For models that output classified risk levels
For models that output economic valuations
Your final submission must be a ZIP file named using the convention: [YourCompany]_[LayerName]_v[Version].zip
GeoAnalyticsCo_FloodRiskNigeria_v1.2.zip