Datasets:
Update durhamtrees.py
Browse files- durhamtrees.py +5 -5
durhamtrees.py
CHANGED
@@ -32,15 +32,15 @@ import io
|
|
32 |
# URL definitions
|
33 |
_URLS = {
|
34 |
"first_domain1": {
|
35 |
-
"csv_file": "https://drive.google.com/uc?export=download&id=
|
36 |
-
"geojson_file": "https://drive.google.com/uc?export=download&id=
|
37 |
-
|
38 |
},
|
39 |
"first_domain2": {
|
40 |
-
"csv_file2": "https://drive.google.com/uc?export=download&id=
|
41 |
},
|
42 |
-
}
|
43 |
|
|
|
44 |
# Combined Dataset Class
|
45 |
class DurhamTrees(GeneratorBasedBuilder):
|
46 |
|
|
|
32 |
# URL definitions
|
33 |
_URLS = {
|
34 |
"first_domain1": {
|
35 |
+
"csv_file": "https://drive.google.com/uc?export=download&id=1P61XDtW9fkRYKj6ULhxJyOHG7PqFhZ3s",
|
36 |
+
"geojson_file": "https://drive.google.com/uc?export=download&id=1St986GN9m8r1_xwyWWTJBmZG7iadYHgW",
|
37 |
+
|
38 |
},
|
39 |
"first_domain2": {
|
40 |
+
"csv_file2": "https://drive.google.com/uc?export=download&id=1QyTJZltvqxiZBDm1V6XcSeykBreY43tj",
|
41 |
},
|
|
|
42 |
|
43 |
+
}
|
44 |
# Combined Dataset Class
|
45 |
class DurhamTrees(GeneratorBasedBuilder):
|
46 |
|