Interface GridpointJsonLd

Raw forecast data for a 2.5km grid square.

Hierarchy

  • GridpointJsonLd

Properties

@context: JsonLdContext

Term definitions for the data in this resource.

@id: string

URI of this resource.

@type: "wx:Gridpoint"

Type of this resource.

apparentTemperature?: GridpointQuantitativeValueLayer
atmosphericDispersionIndex?: GridpointQuantitativeValueLayer
davisStabilityIndex?: GridpointQuantitativeValueLayer
forecastOffice: string

URI of the forecast office.

geometry?: null | string

Geometry represented in Well-Known Text (WKT) format.

grasslandFireDangerIndex?: GridpointQuantitativeValueLayer
gridId: string

Three-letter identifier for a NWS office.

gridX: string
gridY: string
hazards: {
    values: GridpointHazardValue[];
}

Type declaration

lightningActivityLevel?: GridpointQuantitativeValueLayer
lowVisibilityOccurrenceRiskIndex?: GridpointQuantitativeValueLayer
potentialOf15mphWinds?: GridpointQuantitativeValueLayer
potentialOf20mphWindGusts?: GridpointQuantitativeValueLayer
potentialOf25mphWinds?: GridpointQuantitativeValueLayer
potentialOf30mphWindGusts?: GridpointQuantitativeValueLayer
potentialOf35mphWinds?: GridpointQuantitativeValueLayer
potentialOf40mphWindGusts?: GridpointQuantitativeValueLayer
potentialOf45mphWinds?: GridpointQuantitativeValueLayer
potentialOf50mphWindGusts?: GridpointQuantitativeValueLayer
potentialOf60mphWindGusts?: GridpointQuantitativeValueLayer
primarySwellDirection?: GridpointQuantitativeValueLayer
primarySwellHeight?: GridpointQuantitativeValueLayer
probabilityOfHurricaneWinds?: GridpointQuantitativeValueLayer
probabilityOfPrecipitation?: GridpointQuantitativeValueLayer
probabilityOfThunder?: GridpointQuantitativeValueLayer
probabilityOfTropicalStormWinds?: GridpointQuantitativeValueLayer
quantitativePrecipitation?: GridpointQuantitativeValueLayer
redFlagThreatIndex?: GridpointQuantitativeValueLayer
secondarySwellDirection?: GridpointQuantitativeValueLayer
secondarySwellHeight?: GridpointQuantitativeValueLayer
transportWindDirection?: GridpointQuantitativeValueLayer
transportWindSpeed?: GridpointQuantitativeValueLayer
twentyFootWindDirection?: GridpointQuantitativeValueLayer
twentyFootWindSpeed?: GridpointQuantitativeValueLayer
updateTime: string

Update time of the forecast.

See

RFC 3339

validTimes: string

Time interval during which this data is valid.

See

ISO 8601-1:2019

weather: {
    values: GridpointWeatherValue[];
}

Type declaration

Generated using TypeDoc