Ziyuan111 commited on
Commit
97ebca3
1 Parent(s): da15413

Update durhamtrees.py

Browse files
Files changed (1) hide show
  1. 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=18HmgMbtbntWsvAySoZr4nV1KNu-i7GCy",
36
- "geojson_file": "https://drive.google.com/uc?export=download&id=1cbn7EY7RofXN7c6Ph0eIGFIZowPZ5lKE",
37
-
38
  },
39
  "first_domain2": {
40
- "csv_file2": "https://drive.google.com/uc?export=download&id=1RVdaI5dSTPStjhOHO40ypDv2cAQZpi_Y",
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