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

Added the Mock Datasource

parent 17361037
No related merge requests found
......@@ -43,3 +43,48 @@ datasources:
- 3001 # Instantaneous RH at 2m (%)
- 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 all locations and periods"
public_URL: https://test.madiphs.org/mwds/
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
authentication_type: NONE
needs_data_control: false
temporal:
historic:
start: 2021-01-01
end: 2021-12-31
forecast: 0
intervals:
- 3600
- 86400
access_type: location
spatial:
countries: null
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
- 4002 # Instantaneous wind speed at 2m
- 4003 # Mean wind speed at 2m
- 5001 # Global radiation (w/sqm)
- 4002 # Instantaneous wind speed at 2m
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment