Commit
·
c0a94a4
1
Parent(s):
3063af8
Change 's4a_test' to 's4a'
Browse files
S4A.py
CHANGED
@@ -49,7 +49,7 @@ _HOMEPAGE = "https://www.sen4agrinet.space.noa.gr/"
|
|
49 |
|
50 |
_LICENSE = "MIT License"
|
51 |
|
52 |
-
_URL = 'https://huggingface.co/datasets/paren8esis/
|
53 |
|
54 |
# The tiles of Catalonia
|
55 |
CAT_TILES = ['31TBF', '31TCF', '31TCG', '31TDF', '31TDG']
|
@@ -82,7 +82,7 @@ PATCH_IDX = {
|
|
82 |
}
|
83 |
|
84 |
|
85 |
-
class
|
86 |
VERSION = datasets.Version("0.0.1")
|
87 |
|
88 |
BUILDER_CONFIGS = [
|
|
|
49 |
|
50 |
_LICENSE = "MIT License"
|
51 |
|
52 |
+
_URL = 'https://huggingface.co/datasets/paren8esis/S4A/resolve/main/data'
|
53 |
|
54 |
# The tiles of Catalonia
|
55 |
CAT_TILES = ['31TBF', '31TCF', '31TCG', '31TDF', '31TDG']
|
|
|
82 |
}
|
83 |
|
84 |
|
85 |
+
class S4A(datasets.GeneratorBasedBuilder):
|
86 |
VERSION = datasets.Version("0.0.1")
|
87 |
|
88 |
BUILDER_CONFIGS = [
|