Datasets:

ArXiv:
paren8esis commited on
Commit
c0a94a4
·
1 Parent(s): 3063af8

Change 's4a_test' to 's4a'

Browse files
Files changed (1) hide show
  1. S4A.py +2 -2
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/s4a_test/resolve/main/data'
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 S4A_TEST(datasets.GeneratorBasedBuilder):
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 = [