Align normalizer docs with outlook v2
This commit is contained in:
@@ -27,7 +27,7 @@ Current mappings:
|
|||||||
| `raw.nws.forecast_discussion.v1` | `weather.forecast_discussion.v1` |
|
| `raw.nws.forecast_discussion.v1` | `weather.forecast_discussion.v1` |
|
||||||
| `raw.nws.weatherstories.v1` | `weather.weather_story.v1` |
|
| `raw.nws.weatherstories.v1` | `weather.weather_story.v1` |
|
||||||
| `raw.nws.alerts.v1` | `weather.alert.v1` |
|
| `raw.nws.alerts.v1` | `weather.alert.v1` |
|
||||||
| `raw.spc.convective_outlook.v1` | `weather.outlook.v1` |
|
| `raw.spc.convective_outlook.v1` | `weather.outlook.v2` |
|
||||||
|
|
||||||
## Boundaries
|
## Boundaries
|
||||||
|
|
||||||
@@ -59,13 +59,13 @@ Weatherfeeder registers normalizers in a stable order:
|
|||||||
|
|
||||||
The current normalizers avoid ambiguous matches by using schema equality.
|
The current normalizers avoid ambiguous matches by using schema equality.
|
||||||
|
|
||||||
The SPC outlook normalizer decodes the raw multi-document bundle, maps each
|
The SPC outlook normalizer decodes the raw multi-document bundle, maps
|
||||||
GeoJSON feature to a canonical outlook, and enriches all outlooks for a day with
|
location-containing GeoJSON features to canonical outlooks, and adds one
|
||||||
the matching print-page headline, summary, and discussion. It preserves compact
|
run-level print-page discussion per retained outlook day. It preserves compact
|
||||||
GeoJSON feature geometry and computes `containsLocation` with
|
GeoJSON feature geometry and computes `containsLocation` with
|
||||||
`internal/geo.ContainsPoint` using the source-configured point. Boundary points
|
`internal/geo.ContainsPoint` using the source-configured point. Boundary points
|
||||||
count as contained, and all polygons are preserved whether or not they contain
|
count as contained. Polygons that do not contain the point are omitted from the
|
||||||
the point.
|
canonical run.
|
||||||
|
|
||||||
## State
|
## State
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user