Skip to content

Interface: FireRiskReading

Defined in: lib/types.ts:114

Current fire risk reading for a specific zone/location.

Contains geospatial coordinates, risk measurements, and temporal metadata.

FireRiskReading

Extends

Properties

Property Type Description Inherited from Defined in
_links? HATEOASLink[] Navigation and action links (optional) BaseHATEOASResponse._links lib/types.ts:43
@context? Record\<string, string> - BaseHATEOASResponse.@context lib/types.ts:42
geohash string Zone geohash identifier - lib/types.ts:115
latitude number Reading latitude - lib/types.ts:116
longitude number Reading longitude - lib/types.ts:117
prediction_timestamp string ISO 8601 timestamp when prediction was made - lib/types.ts:121
risk_category string | null Category name (low/moderate/high/extreme) or null - lib/types.ts:119
risk_legend? RiskLegend | null Risk category legend or null - lib/types.ts:123
risk_score number | null Numerical risk score (0-100) or null - lib/types.ts:118
ttf number Time to fire / prediction hours - lib/types.ts:120
updated_at string ISO 8601 timestamp of last update - lib/types.ts:122