Datasets:
Update eo4wildfires.py
Browse files- eo4wildfires.py +2 -2
eo4wildfires.py
CHANGED
|
@@ -93,7 +93,7 @@ class EO4Wildfires(datasets.GeneratorBasedBuilder):
|
|
| 93 |
}
|
| 94 |
),
|
| 95 |
supervised_keys=None,
|
| 96 |
-
homepage='https://
|
| 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 |
-
'
|
| 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],
|