DarthReca
commited on
Commit
·
fff0586
1
Parent(s):
4274ecc
:hammer: Corrected URL
Browse files
california_burned_areas.py
CHANGED
@@ -39,7 +39,7 @@ _HOMEPAGE = "https://huggingface.co/datasets/DarthReca/california_burned_areas"
|
|
39 |
|
40 |
_LICENSE = "OPENRAIL"
|
41 |
|
42 |
-
_URLS = "raw/
|
43 |
|
44 |
|
45 |
class CaBuArConfig(datasets.BuilderConfig):
|
|
|
39 |
|
40 |
_LICENSE = "OPENRAIL"
|
41 |
|
42 |
+
_URLS = "raw/patched/512x512.hdf5"
|
43 |
|
44 |
|
45 |
class CaBuArConfig(datasets.BuilderConfig):
|