Add dated regional imagery training sources
This commit is contained in:
@@ -169,7 +169,7 @@ def test_orthophoto_product_registry_exposes_only_governed_official_layers() ->
|
||||
assert {"2025", "2012", "2008_2011", "2000_2003", "1979_1990", "1971"}.issubset(keys)
|
||||
assert next(item for item in products if item["key"] == "most_recent")["supports_detection"] is True
|
||||
detection_keys = {item["key"] for item in products if item["supports_detection"]}
|
||||
assert detection_keys == {"most_recent", "wallonia_latest", "brussels_latest"}
|
||||
assert {"most_recent", "wallonia_latest", "wallonia_2024", "brussels_latest", "brussels_2025", "2025"} <= detection_keys
|
||||
by_key = {item["key"]: item for item in products}
|
||||
assert by_key["wallonia_latest"]["provider"] == "spw_orthophoto"
|
||||
assert by_key["wallonia_latest"]["coverage_zone"] == "wallonia"
|
||||
|
||||
Reference in New Issue
Block a user