The date to fetch the forecast for. Forecasts are not available for future dates and only exist approximately a month into the past.
The type of forecast to get (either hour or day).
The forecast model to use. Must be one of GEM, GEM_DETER, NCEP, or CUSTOM.
An array of integer model IDs to use with the custom model type. Will be ignored if the model type is not CUSTOM.
The percentile to use for calculating the forecast. Not valid for GEM Deterministic.
The province to fetch the forecast for (can be either the full name or abbreviation).
The calculated forecast values.
Forecasts are generated at both 00Z and 12Z. This specifies which of those times to get the forecast data for. Must be one of 00Z and 12Z.
The timezone index to format the returned forecast times in. Must be from the list obtained from Timezone::getTimezoneNameList().
Lookup a forecast for the currently specified location and model.
A method that will be called when the forecast has been received.
Lookup a forecast for the currently specified location and model.
The current ForecastCalculator object.
Get a list of supported cities in the provided province.
The province to get the available cities for.
Get a list of supported cities in the provided province.
The province to get the available cities for.
A list of supported cities for the requested province.
The city to fetch the forecast for. Must be one of the predefined cities for the specified province.