# Constants
METJSONForecastTypeFeature captures enum value "Feature".
PointGeometryTypePoint captures enum value "Point".
# Structs
Forecast Forecast timeseries
swagger:model Forecast.
ForecastMeta forecast meta
swagger:model ForecastMeta.
ForecastSummary Summary of weather conditions.
ForecastTimeInstant Weather parameters valid for a specific point in time.
ForecastTimePeriod Weather parameters valid for a specified time period.
ForecastTimeStep Forecast for a specific time step
swagger:model ForecastTimeStep.
ForecastTimeStepData Forecast for a specific time
swagger:model ForecastTimeStepData.
ForecastTimeStepDataInstant Parameters which applies to this exact point in time
swagger:model ForecastTimeStepDataInstant.
ForecastTimeStepDataNext12Hours Parameters with validity times over twelve hours.
ForecastTimeStepDataNext1Hours Parameters with validity times over one hour.
ForecastTimeStepDataNext6Hours Parameters with validity times over six hours.
ForecastUnits forecast units
swagger:model ForecastUnits.
METJSONForecast GeoJSON Forecast Timeseries
swagger:model METJSONForecast.
PointGeometry GeoJSON point type
swagger:model PointGeometry.
# Interfaces
WeatherSymbol A identifier that sums up the weather condition for this time period.