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
17361037
Commit
17361037
authored
2 years ago
by
Tor-Einar Skog
Browse files
Options
Downloads
Patches
Plain Diff
Initial commit
parents
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
weather_datasources.yaml
+45
-0
45 additions, 0 deletions
weather_datasources.yaml
with
45 additions
and
0 deletions
weather_datasources.yaml
0 → 100644
+
45
−
0
View file @
17361037
# Weather datasource meta data to be used by the plaform
# (c) 2021 Tor-Einar Skog <tor-einar.skog@nibio.no>
---
datasources
:
-
id
:
no.met.locationforecast
name
:
"
Met
Norway
Locationforecast"
description
:
"
9-day
forecasts
for
the
entire
planet.
2.5
km
resolution
in
the
Nordic-Baltic
region,
9km
elsewhere"
public_URL
:
"
https://api.met.no/weatherapi/locationforecast/1.9/documentation"
priority
:
0
# From 0 (lowest) - 10 (highest) When more than one datasource relevant, use this value for prioritization
organization
:
name
:
The Norwegian Meteorological Institute
country
:
Norway
address
:
Postboks 43 Blindern
postal_code
:
"
0371"
city
:
Oslo
email
:
david.melchior@met.no
url
:
https://www.met.no/en
endpoint
:
"
{WEATHER_API_URL}/rest/weatheradapter/yr/"
authentication_type
:
NONE
needs_data_control
:
false
temporal
:
historic
:
#
start
:
null
# Start == null => No measured/historic/observational data
end
:
null
#null => Recent data available (continuously updated) UNLESS OF COURSE start == null
forecast
:
9
# 0 = no forecast. All other positive integers indicate the number of days ahead
intervals
:
# Array of accepted interval requests
-
3600
access_type
:
location
spatial
:
# Using country codes to get GeoJSON. Saves a lot of duplication.
# ISO-3166-1 Three-letter country codes https://en.wikipedia.org/wiki/ISO_3166-1#Current_codes
# e.g.
# - NOR
# - SWE
countries
:
null
# "Sphere" simply means the whole globe (NOT part of GEOJson spec!)
geoJSON
:
|-
{"type": "Sphere"}
parameters
:
common
:
-
1001
# Instantaneous temperature at 2m (Celcius)
-
3001
# Instantaneous RH at 2m (%)
-
2001
# Precipitation (mm)
-
4002
# Instantaneous wind speed at 2m
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