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: ...@@ -16,7 +16,7 @@ datasources:
city: Oslo city: Oslo
email: david.melchior@met.no email: david.melchior@met.no
url: https://www.met.no/en url: https://www.met.no/en
endpoint: "{WEATHER_API_URL}/rest/weatheradapter/yr/" endpoint: "{WEATHER_API_URL}/weatheradapter/metnorwaylocationforecast/"
authentication_type: NONE authentication_type: NONE
needs_data_control: false needs_data_control: false
temporal: temporal:
...@@ -98,7 +98,7 @@ datasources: ...@@ -98,7 +98,7 @@ datasources:
city: Nairobi city: Nairobi
email: info@tahmo.org email: info@tahmo.org
url: https://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"} 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 needs_data_control: true
temporal: temporal:
...@@ -108,6 +108,7 @@ datasources: ...@@ -108,6 +108,7 @@ datasources:
forecast: 0 forecast: 0
intervals: intervals:
- 3600 - 3600
- 86400
access_type: stations access_type: stations
spatial: spatial:
countries: countries:
...@@ -138,7 +139,7 @@ datasources: ...@@ -138,7 +139,7 @@ datasources:
city: Unknown city: Unknown
email: info@open-meteo.com email: info@open-meteo.com
url: https://open-meteo.com/ url: https://open-meteo.com/
endpoint: "{WEATHER_API_URL}/rest/weatheradapter/openmeteo/" endpoint: "{WEATHER_API_URL}/weatheradapter/openmeteo/"
authentication_type: NONE authentication_type: NONE
needs_data_control: false needs_data_control: false
temporal: temporal:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment