Skip to content
Snippets Groups Projects
Commit a5fd57d5 authored by Lene Wasskog's avatar Lene Wasskog
Browse files

feat: Update URLs, add 86400 as valid interval for Tahmo

parent 08af508b
Branches
No related tags found
1 merge request!1feat: Update URLs, add 86400 as valid interval for Tahmo
......@@ -16,7 +16,7 @@ datasources:
city: Oslo
email: david.melchior@met.no
url: https://www.met.no/en
endpoint: "{WEATHER_API_URL}/rest/weatheradapter/yr/"
endpoint: "{WEATHER_API_URL}/weatheradapter/metnorwaylocationforecast/"
authentication_type: NONE
needs_data_control: false
temporal:
......@@ -98,7 +98,7 @@ datasources:
city: Nairobi
email: info@tahmo.org
url: https://tahmo.org/
endpoint: "{WEATHER_API_URL}/rest/weatheradapter/tahmo/"
endpoint: "{WEATHER_API_URL}/weatheradapter/tahmo/"
authentication_type: CREDENTIALS # This implies http(s) POST and sending parameters x-www-form-urlencoded, adding parameter credentials={"username":"XXX", "password":"XXX"}
needs_data_control: true
temporal:
......@@ -108,6 +108,7 @@ datasources:
forecast: 0
intervals:
- 3600
- 86400
access_type: stations
spatial:
countries:
......@@ -138,7 +139,7 @@ datasources:
city: Unknown
email: info@open-meteo.com
url: https://open-meteo.com/
endpoint: "{WEATHER_API_URL}/rest/weatheradapter/openmeteo/"
endpoint: "{WEATHER_API_URL}/weatheradapter/openmeteo/"
authentication_type: NONE
needs_data_control: false
temporal:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment