Skip to content

Commit e3243aa

Browse files
committed
updated IOTest
1 parent 76ad7c5 commit e3243aa

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

fiduceo/fcdr/test/read_write/hirs_easy_iotest.py

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,17 @@ def create_easy_dataset(self, type):
295295
hirs_easy.attrs["source"] = "invention"
296296
hirs_easy.attrs["history"] = "new"
297297
hirs_easy.attrs["references"] = "myself"
298-
hirs_easy.attrs["comment"] = "should define a test version of this set"
298+
hirs_easy.attrs["project"] = "test-project"
299+
hirs_easy.attrs["creator_url"] = "test-url"
300+
hirs_easy.attrs["creator_name"] = "test-name"
301+
hirs_easy.attrs["creator_email"] = "test@fiduceo.eu"
302+
hirs_easy.attrs["fcdr_software_version"] = "12"
303+
hirs_easy.attrs["data_version"] = "13"
304+
hirs_easy.attrs["time_coverage_start"] = "now"
305+
hirs_easy.attrs["time_coverage_end"] = "later"
306+
hirs_easy.attrs["time_coverage_duration"] = "some moment"
307+
hirs_easy.attrs["platform"] = "yo"
308+
hirs_easy.attrs["comment"] = "what?"
299309

300310
for x in range(0, 56):
301311
hirs_easy["bt"].data[:, :, x] = np.ones((944), np.int16) * x * 0.01

0 commit comments

Comments
 (0)