NAME
Subjectiveforecast - Forecasts and analyses charts from the meteorologist
DESCRIPTION
The meteorologists makes analysis and forecasts every day.
Analysis is created at 00, 03, 06, 12 and 18 UTC.
Forecasts (prognose_map) are made before noon each day for 12 UTC for tomorrow and 12 UTC for the day after tomorrow.
USAGE
Parameters
product (mandatory):
- analyse_map
- prognose_map
time:
Which time in local timezone the product is wanted for, in iso8601-format (YYYY-MM-DDTHH:MM:SSZ).
Defaults to the latest, which for prognose_map is the day after tomorrow.
content-type:
Currently only "image/png" (default)
Sample request URLs:
https://api.met.no./weatherapi/subjectiveforecast/1.0/?product=prognose_map&time=2024-11-22T12:00:00Z
https://api.met.no./weatherapi/subjectiveforecast/1.0/?product=prognose_map
https://api.met.no./weatherapi/subjectiveforecast/1.0/?product=analyse_map
Available
Available is implemented. The list is currently dynamically generated from the files on disk.
Change log
v1.0, 2019-12-17
Rewrite, now defaults to latest for both products
v1.0 available, 2008-05-20
Initial version