You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/research/new-publisher-source-planning/UK_AIR_Publisher_Completion_Report_2026-05-26.md
+28-4Lines changed: 28 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,6 +113,23 @@ Verified examples:
113
113
-`deployments?uid=urn:os4csapi:deployment:uk-air-demo:v1&limit=1000` returned one item.
114
114
-`deployments?uid=urn:os4csapi:deployment:uk-air-stations:v1&limit=1000` returned one item.
115
115
116
+
## Explorer Visual Validation
117
+
118
+
Production Explorer was connected to the `OSH (OS4CSAPI)` preset and the map was filtered for `UK-AIR`. The live card for `UK-AIR Auchencorth Moss` opened successfully and displayed:
- Freshness: `recent`, approximately two hours old at validation time
124
+
- Source links: UK-AIR representative timeseries, UK-AIR REST API docs, Open Government Licence v3.0
125
+
126
+
Two UI polish issues were found and fixed in the Explorer repo:
127
+
128
+
1. UK-AIR deployments initially fell through to the generic `Monitoring Site` classification. The Explorer now recognizes `UK-AIR`, `air quality`, `air pollution`, pollutant names, and pollutant codes as air-quality sites and labels the side card `Air Quality Site`.
129
+
2. Latest-reading value/unit text rendered without a visible space in the card text extraction. The card now formats the display as `67.85 ug/m3`.
130
+
131
+
The UK-AIR symbol rule now maps air-quality stations to the same friendly emplaced sensor family used for Environment Agency Hydrology, USGS Water, CO-OPS, NDBC, and weather station markers.
All final validation commands completed successfully.
127
144
145
+
Explorer validation command:
146
+
147
+
```powershell
148
+
npm --prefix demo run build
149
+
```
150
+
151
+
The patched Explorer build completed successfully and was validated locally through Vite preview at `http://127.0.0.1:4174/` against the live `OSH (OS4CSAPI)` backend.
152
+
128
153
## Follow-Up Items
129
154
130
-
1. Open the production Explorer map with the `OSH (OS4CSAPI)` preset and visually confirm marker styling, side-card labels, and popup latest-reading display for UK-AIR deployments.
131
-
2. If the marker falls back to a blank/generic NATO symbol, add a targeted UK-AIR / air-quality keyword mapping in the Explorer symbol mapper.
132
-
3. Consider adding a representative monitoring-station image/fallback after the visual pass, following the Environment Agency Hydrology pattern.
133
-
4. Consider expanding the curated sidecar after demo validation, especially for additional urban NO2/PM sites and rural background stations.
155
+
1. After the Explorer deployment completes, spot-check production again to confirm the patched `Air Quality Site` label and value/unit spacing are live.
156
+
2. Consider adding a representative monitoring-station image/fallback after a verified public image source is selected, following the Environment Agency Hydrology pattern.
157
+
3. Consider expanding the curated sidecar after demo validation, especially for additional urban NO2/PM sites and rural background stations.
0 commit comments