Skip to content
Snippets Groups Projects
Commit 930a6eb3 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Add DCCMS locationforecast for Malawi

parent d7232ed4
No related branches found
No related tags found
No related merge requests found
...@@ -44,47 +44,46 @@ datasources: ...@@ -44,47 +44,46 @@ datasources:
- 2001 # Precipitation (mm) - 2001 # Precipitation (mm)
- 4002 # Instantaneous wind speed at 2m - 4002 # Instantaneous wind speed at 2m
- -
id: no.nibio.mockweatherdatasource id: mw.gov.dccms.locationforecast
name: "Mock Weather Data Source" name: "DCCMS Locationforecast"
description: "Placeholder datasource providing same data for all locations and periods" description: "5-day forecasts for Malawi"
public_URL: https://test.madiphs.org/mwds/ public_URL: "https://https://www.metmalawi.gov.mw/"
priority: 0 # From 0 (lowest) - 10 (highest) When more than one datasource relevant, use this value for prioritization priority: 10 # From 0 (lowest) - 10 (highest) When more than one datasource relevant, use this value for prioritization
organization: organization:
name: NIBIO name: Departmend of Climate Change and Meteorological Services
country: Norway country: Malawi
address: Høgskoleveien 7 address: Southern Regional Government Buildings, Victoria Avenue
postal_code: "1431" city: Blantyre
city: Ås email: metdept@metmalawi.gov.mw
email: tor-einar.skog@nibio.no url: https://https://www.metmalawi.gov.mw/
url: https://nibio.no endpoint: "{WEATHER_API_URL}/rest/weatheradapter/dccmslocationforecast/"
endpoint: https://test.madiphs.org/mwds/weather_data
authentication_type: NONE authentication_type: NONE
needs_data_control: false needs_data_control: false
temporal: temporal:
historic: historic: #
start: 2021-01-01 #start: null # Start == null => No measured/historic/observational data
end: 2021-12-31 #end: null #null => Recent data available (continuously updated) UNLESS OF COURSE start == null
forecast: 0 forecast: 5 # 0 = no forecast. All other positive integers indicate the number of days ahead
intervals: intervals: # Array of accepted interval requests
- 3600 - 3600
- 86400
access_type: location access_type: location
spatial: 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: |- geoJSON: |-
{"type": "Sphere"} {"type": "Sphere"}
parameters: parameters:
common: common:
- 1002 # Average temperature at 2m (Celcius) - 1001 # Instantaneous temperature at 2m (Celcius)
- 1003 # Minimum temperature at 2m (Celcius) - 2001 # Precipitation
- 1004 # Maximum temperature at 2m (Celcius) - 4001 # Average wind speed
- 1112 # Soil temp 10cm
- 2001 # Precipitation (mm)
- 3002 # Average RH at 2m (%)
- 3101 # Leaf wetness
- 4002 # Instantaneous wind speed at 2m - 4002 # Instantaneous wind speed at 2m
- 4003 # Mean wind speed at 2m
- 5001 # Global radiation (w/sqm)
- -
id: org.tahmo id: org.tahmo
name: "Tahmo weather stations" name: "Tahmo weather stations"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment