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
930a6eb3
Commit
930a6eb3
authored
5 months ago
by
Tor-Einar Skog
Browse files
Options
Downloads
Patches
Plain Diff
Add DCCMS locationforecast for Malawi
parent
d7232ed4
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
+28
-29
28 additions, 29 deletions
weather_datasources.yaml
with
28 additions
and
29 deletions
weather_datasources.yaml
+
28
−
29
View file @
930a6eb3
...
...
@@ -44,47 +44,46 @@ datasources:
-
2001
# Precipitation (mm)
-
4002
# Instantaneous wind speed at 2m
-
id
:
no.nibio.mockweatherdatasource
name
:
"
Mock
Weather
Data
Source
"
description
:
"
Placeholder
datasource
providing
same
data
for
al
l
locations
and
periods
"
public_URL
:
https://
test.madiphs.org/mwds/
priority
:
0
# From 0 (lowest) - 10 (highest) When more than one datasource relevant, use this value for prioritization
id
:
mw.gov.dccms.locationforecast
name
:
"
DCCMS
Locationforecast
"
description
:
"
5-day
forecasts
for
M
al
awi
"
public_URL
:
"
https://
https://www.metmalawi.gov.mw/"
priority
:
1
0
# From 0 (lowest) - 10 (highest) When more than one datasource relevant, use this value for prioritization
organization
:
name
:
NIBIO
country
:
Norway
address
:
Høgskoleveien
7
postal_code
:
"
1431"
city
:
Ås
email
:
tor-einar.skog@nibio.no
url
:
https://nibio.no
endpoint
:
https://test.madiphs.org/mwds/weather_data
name
:
Departmend of Climate Change and Meteorological Services
country
:
Malawi
address
:
Southern Regional Government Buildings, Victoria Avenue
city
:
Blantyre
email
:
metdept@metmalawi.gov.mw
url
:
https://https://www.metmalawi.gov.mw/
endpoint
:
"
{WEATHER_API_URL}/rest/weatheradapter/dccmslocationforecast/"
authentication_type
:
NONE
needs_data_control
:
false
temporal
:
historic
:
start
:
2021-01-01
end
:
2021-12-31
forecast
:
0
intervals
:
historic
:
#
#
start:
null # Start == null => No measured/historic/observational data
#
end:
null #null => Recent data available (continuously updated) UNLESS OF COURSE start == null
forecast
:
5
# 0 = no forecast. All other positive integers indicate the number of days ahead
intervals
:
# Array of accepted interval requests
-
3600
-
86400
access_type
:
location
spatial
:
countries
:
null
# 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
:
-
MWI
# "Sphere" simply means the whole globe (NOT part of GEOJson spec!)
geoJSON
:
|-
{"type": "Sphere"}
parameters
:
common
:
-
1002
# Average temperature at 2m (Celcius)
-
1003
# Minimum temperature at 2m (Celcius)
-
1004
# Maximum temperature at 2m (Celcius)
-
1112
# Soil temp 10cm
-
2001
# Precipitation (mm)
-
3002
# Average RH at 2m (%)
-
3101
# Leaf wetness
-
1001
# Instantaneous temperature at 2m (Celcius)
-
2001
# Precipitation
-
4001
# Average wind speed
-
4002
# Instantaneous wind speed at 2m
-
4003
# Mean wind speed at 2m
-
5001
# Global radiation (w/sqm)
-
id
:
org.tahmo
name
:
"
Tahmo
weather
stations"
...
...
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