Initial GeoIntel V1 foundation
GeoIntel CI / docs-smoke (push) Has been cancelled
GeoIntel CI / contract-smoke (push) Has been cancelled

This commit is contained in:
Codex
2026-06-16 23:36:32 +02:00
commit 6ea3586a3e
605 changed files with 45284 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
# Domain Model Contract
## Core aggregates
### Project
A project is an investigation workspace. It contains areas, datasets, analyses, and exports.
### Area
A spatial polygon or selected administrative unit used to clip and analyze datasets.
### Dataset
A source artifact or external reference. Datasets can be raster, vector, reference, model output, mask, or export.
### AnalysisRun
A tracked execution of a pipeline such as detection, segmentation, QA, clipping, tiling, or index computation.
### Detection
A model-derived feature, usually a georeferenced bounding box or polygon.
### Segmentation
A mask-derived polygon or raster mask output.
### QualityCheck
A comparison between model outputs and reference data such as GRB.
## Geometry rules
- Use SRID 4326 for API-level GeoJSON interchange unless explicitly documented.
- Use projected CRS for area/length calculations when required.
- Store original CRS metadata for every dataset.
- Never calculate area in degrees.