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

fix: Avoid null in temporal/historic

parent 930a6eb3
No related branches found
No related tags found
No related merge requests found
...@@ -61,8 +61,8 @@ datasources: ...@@ -61,8 +61,8 @@ datasources:
needs_data_control: false needs_data_control: false
temporal: temporal:
historic: # historic: #
#start: null # Start == null => No measured/historic/observational data start: null # Start == null => No measured/historic/observational data
#end: null #null => Recent data available (continuously updated) UNLESS OF COURSE start == null 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 forecast: 5 # 0 = no forecast. All other positive integers indicate the number of days ahead
intervals: # Array of accepted interval requests intervals: # Array of accepted interval requests
- 3600 - 3600
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment