moved wayve scenes around
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ AWS_ACCESS_KEY_ID = os.getenv("AWS_ACCESS_KEY_ID")
|
|
13 |
AWS_SECRET_ACCESS_KEY = os.getenv("AWS_SECRET_ACCESS_KEY")
|
14 |
|
15 |
# Predefined list of datasets
|
16 |
-
datasets = ["
|
17 |
folder_path_dict = {
|
18 |
"WayveScenes": "WayveScenes/",
|
19 |
"MajorTom-Germany": "MajorTOM-DE/",
|
@@ -27,7 +27,7 @@ description = {
|
|
27 |
"MajorTom-UK" :"A geospatial dataset containing satellite imagery from across the United Kingdom, designed for tasks like land-use classification, environmental monitoring, and earth observation analytics."
|
28 |
}
|
29 |
selection = {
|
30 |
-
'WayveScenes': [1,
|
31 |
"MajorTom-Germany": [1, 1],
|
32 |
"MajorTom-Netherlands": [1,1],
|
33 |
"MajorTom-UK": [1,1]
|
|
|
13 |
AWS_SECRET_ACCESS_KEY = os.getenv("AWS_SECRET_ACCESS_KEY")
|
14 |
|
15 |
# Predefined list of datasets
|
16 |
+
datasets = ["MajorTom-Germany", "MajorTom-Netherlands","WayveScenes"]
|
17 |
folder_path_dict = {
|
18 |
"WayveScenes": "WayveScenes/",
|
19 |
"MajorTom-Germany": "MajorTOM-DE/",
|
|
|
27 |
"MajorTom-UK" :"A geospatial dataset containing satellite imagery from across the United Kingdom, designed for tasks like land-use classification, environmental monitoring, and earth observation analytics."
|
28 |
}
|
29 |
selection = {
|
30 |
+
'WayveScenes': [1, 10], #Is there problem?
|
31 |
"MajorTom-Germany": [1, 1],
|
32 |
"MajorTom-Netherlands": [1,1],
|
33 |
"MajorTom-UK": [1,1]
|