File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -111,11 +111,11 @@ An example usage looks as follows:
111111 dav.components = components
112112 dav.datastream = datastream
113113 obs1 = fsc.Observation(result = 3 ,
114- phenomenon_time = ' 2022-12-19T10:00:00Z/2022-12-19T11:0:0Z ' ,
114+ phenomenon_time = ' 2022-12-19T10:00:00Z' ,
115115 datastream = datastream,
116116 feature_of_interest = foi)
117117 obs2 = fsc.Observation(result = 5 ,
118- phenomenon_time = ' 2022-12-19T10:00:00Z/2022-12-19T11:0:0Z ' ,
118+ phenomenon_time = ' 2022-12-19T10:00:00Z/2022-12-19T11:00:00Z ' ,
119119 datastream = datastream,
120120 feature_of_interest = foi)
121121 dav.add_observation(obs1)
Original file line number Diff line number Diff line change 11__title__ = 'frost_sta_client'
2- __version__ = '1.1.40 '
2+ __version__ = '1.1.41 '
33__license__ = 'LGPL3'
44__author__ = 'Jonathan Vogl'
55__copyright__ = 'Fraunhofer IOSB'
You can’t perform that action at this time.
0 commit comments