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
Branches
Tags
No related merge requests found
......@@ -61,8 +61,8 @@ datasources:
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
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment