dimzog commited on
Commit
296b6f4
1 Parent(s): e580698

Update eo4wildfires.py

Browse files
Files changed (1) hide show
  1. eo4wildfires.py +2 -2
eo4wildfires.py CHANGED
@@ -93,7 +93,7 @@ class EO4Wildfires(datasets.GeneratorBasedBuilder):
93
  }
94
  ),
95
  supervised_keys=None,
96
- homepage='https://huggingface.co/AUA-Informatics-Lab',
97
  citation=_CITATION,
98
  version=VERSION
99
  )
@@ -197,7 +197,7 @@ class EO4Wildfires(datasets.GeneratorBasedBuilder):
197
  for patch_id in range(num_patches):
198
  _id = f'{event_id}-{patch_id:03d}'
199
  yield _id, {
200
- '_id': _id,
201
  'event_id': event_id,
202
  'patch_id': patch_id,
203
  'S1_GRD_A': s1a[patch_id],
 
93
  }
94
  ),
95
  supervised_keys=None,
96
+ homepage='https://informatics.aua.gr/',
97
  citation=_CITATION,
98
  version=VERSION
99
  )
 
197
  for patch_id in range(num_patches):
198
  _id = f'{event_id}-{patch_id:03d}'
199
  yield _id, {
200
+ 'id': _id,
201
  'event_id': event_id,
202
  'patch_id': patch_id,
203
  'S1_GRD_A': s1a[patch_id],