Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
Weather-Metadata
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MaDiPHS
Weather-Metadata
Commits
a5fd57d5
Commit
a5fd57d5
authored
5 months ago
by
Lene Wasskog
Browse files
Options
Downloads
Patches
Plain Diff
feat: Update URLs, add 86400 as valid interval for Tahmo
parent
08af508b
Branches
Branches containing commit
No related tags found
1 merge request
!1
feat: Update URLs, add 86400 as valid interval for Tahmo
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
weather_datasources.yaml
+4
-3
4 additions, 3 deletions
weather_datasources.yaml
with
4 additions
and
3 deletions
weather_datasources.yaml
+
4
−
3
View file @
a5fd57d5
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment