72 lines
1.1 KiB
Cheetah
72 lines
1.1 KiB
Cheetah
# {{ .ReportTitle }}
|
|
|
|
{{ .LocationName }}
|
|
Valid: {{ .ValidPeriod }}
|
|
Generated: {{ .GeneratedAt }}
|
|
|
|
## Summary
|
|
|
|
{{ .GeneratedText.Summary }}
|
|
|
|
## Timing
|
|
|
|
{{ .GeneratedText.Timing }}
|
|
|
|
## Impacts
|
|
|
|
{{ .GeneratedText.Impacts }}
|
|
{{ with .GeneratedText.Confidence }}
|
|
|
|
## Confidence
|
|
|
|
{{ . }}
|
|
{{ end }}
|
|
|
|
## Current Conditions
|
|
|
|
{{ .CurrentConditions }}
|
|
|
|
## Hourly Forecast
|
|
{{ range .HourlyForecast }}
|
|
- {{ .Time }}: {{ .Summary }}{{ with .Temperature }}; {{ . }}{{ end }}{{ with .Precipitation }}; {{ . }}{{ end }}{{ with .Wind }}; {{ . }}{{ end }}
|
|
{{ else }}
|
|
- No hourly forecast rows available.
|
|
{{ end }}
|
|
|
|
## Precipitation Timing
|
|
|
|
{{ .PrecipitationTiming }}
|
|
|
|
## Alerts
|
|
{{ range .Alerts }}
|
|
- {{ . }}
|
|
{{ else }}
|
|
- No active alert overlaps for this report period.
|
|
{{ end }}
|
|
|
|
## SPC Outlooks
|
|
{{ range .SPCOutlooks }}
|
|
- {{ . }}
|
|
{{ else }}
|
|
- No overlapping SPC outlooks.
|
|
{{ end }}
|
|
|
|
## Forecast Discussion
|
|
{{ range .ForecastDiscussion.KeyMessages }}
|
|
- {{ . }}
|
|
{{ end }}{{ with .ForecastDiscussion.ShortTerm }}
|
|
|
|
{{ . }}
|
|
{{ end }}
|
|
|
|
## SPC Discussion
|
|
{{ range .SPCDiscussions }}
|
|
- {{ . }}
|
|
{{ else }}
|
|
- No overlapping SPC discussion.
|
|
{{ end }}
|
|
|
|
## Weather Story
|
|
|
|
{{ .WeatherStory }}
|