From 8651a9328c875e02aa11645737d5a2538ce8262d Mon Sep 17 00:00:00 2001 From: Tor-Einar Skog <tor-einar.skog@nibio.no> Date: Tue, 14 Jan 2025 11:05:04 +0100 Subject: [PATCH] fix: Avoid null in temporal/historic --- weather_datasources.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/weather_datasources.yaml b/weather_datasources.yaml index 902b8d3..1999abe 100644 --- a/weather_datasources.yaml +++ b/weather_datasources.yaml @@ -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 -- GitLab