Notebook 2.1 validates whether station density is good enough to support district-level weather feature construction.
Technical lane: Data Evaluation Business lane: Product & DeliveryValidation intent.
Coverage checks happen before feature engineering so weak districts are identified early and can be handled explicitly in model assumptions.
- Data source
- DWD CDC station metadata
- Spatial join
- Point-in-polygon assignment to NUTS-3 districts
- Output class
- District coverage quality labels and counts
Evaluate DWD Stations at NUTS-3
Spatially join station points to NUTS-3 polygons and quantify districts with zero or low station coverage.
Key output
The notebook provides a district-level station coverage table and supports the ingest decision for station-based weather inputs.
- Quality gate principleIf spatial support is weak, that uncertainty should be represented as data quality metadata instead of hidden in later model outputs.
Open notebook source
More evaluation posts