feat(provenance): govern source snapshots and data inputs

This commit is contained in:
Jens
2026-08-01 23:46:17 +02:00
parent cebeb5f3b4
commit 5b3c17b494
96 changed files with 20156 additions and 351 deletions
+9
View File
@@ -0,0 +1,9 @@
[
{
"class_id": 2,
"x_center": 0.95,
"y_center": 0.5,
"width": 0.2,
"height": -0.1
}
]
+9
View File
@@ -0,0 +1,9 @@
[
{
"class_id": 0,
"x_center": 0.5,
"y_center": 0.5,
"width": 0.2,
"height": 0.3
}
]
@@ -0,0 +1,24 @@
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"native_id": "GRB-GBG-001",
"feature_status": "active"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[4.8470, 51.1550],
[4.8480, 51.1550],
[4.8480, 51.1560],
[4.8470, 51.1560],
[4.8470, 51.1550]
]
]
}
}
]
}
@@ -0,0 +1,24 @@
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"native_id": "GRB-GBG-002",
"feature_status": "active"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[193277.5, 205708.3],
[193377.5, 205708.3],
[193377.5, 205808.3],
[193277.5, 205808.3],
[193277.5, 205708.3]
]
]
}
}
]
}