Reject blank positive imagery in training loop
This commit is contained in:
@@ -117,6 +117,27 @@ class OrthophotoAcquisitionService:
|
||||
valid_from=datetime(2024, 4, 6, tzinfo=UTC),
|
||||
valid_to=datetime(2024, 9, 21, 23, 59, 59, tzinfo=UTC),
|
||||
),
|
||||
OrthophotoProduct(
|
||||
key="wallonia_2023",
|
||||
display_name="Zomerorthofoto Wallonië 2023",
|
||||
observation_label="27 mei tot 25 juni 2023",
|
||||
temporal_granularity="period",
|
||||
native_resolution_m=0.25,
|
||||
wms_url="https://geoservices.wallonie.be/arcgis/services/IMAGERIE/ORTHO_2023_ETE/MapServer/WMSServer",
|
||||
layer="0",
|
||||
catalog_url="https://geoportail.wallonie.be/catalogue/ad55c2ce-62ad-4c3c-b3cf-8fbc270a6b6e.html",
|
||||
limitation_message="Officiële gebiedsdekkende SPW-zomercampagne 2023; exacte vliegdata zijn beschikbaar in het afzonderlijke maillage- en tuilageproduct.",
|
||||
provider="spw_orthophoto",
|
||||
source_label="SPW ORTHO_2023_ETE WMS",
|
||||
attribution="Bron: Service public de Wallonie (SPW), Orthophotos 2023 Été",
|
||||
license_note="CC BY 4.0; citeer SPW en vermeld wijzigingen.",
|
||||
series_namespace="spw",
|
||||
coverage_zone="wallonia",
|
||||
supports_detection=True,
|
||||
observed_at=datetime(2023, 5, 27, tzinfo=UTC),
|
||||
valid_from=datetime(2023, 5, 27, tzinfo=UTC),
|
||||
valid_to=datetime(2023, 6, 25, 23, 59, 59, tzinfo=UTC),
|
||||
),
|
||||
OrthophotoProduct(
|
||||
key="brussels_latest",
|
||||
display_name="Meest recente orthofoto Brussel",
|
||||
|
||||
Reference in New Issue
Block a user