edornd commited on
Commit
1107451
·
1 Parent(s): 93dc568

Add data batch

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +29 -6
  2. data/sen12vts.tar.100.gz.part +3 -0
  3. data/sen12vts.tar.101.gz.part +3 -0
  4. data/sen12vts.tar.102.gz.part +3 -0
  5. data/sen12vts.tar.103.gz.part +3 -0
  6. data/sen12vts.tar.104.gz.part +3 -0
  7. data/sen12vts.tar.105.gz.part +3 -0
  8. data/sen12vts.tar.106.gz.part +3 -0
  9. data/sen12vts.tar.107.gz.part +3 -0
  10. data/sen12vts.tar.108.gz.part +3 -0
  11. data/sen12vts.tar.109.gz.part +3 -0
  12. data/sen12vts.tar.110.gz.part +3 -0
  13. data/sen12vts.tar.111.gz.part +3 -0
  14. data/sen12vts.tar.112.gz.part +3 -0
  15. data/sen12vts.tar.113.gz.part +3 -0
  16. data/sen12vts.tar.114.gz.part +3 -0
  17. data/sen12vts.tar.115.gz.part +3 -0
  18. data/sen12vts.tar.116.gz.part +3 -0
  19. data/sen12vts.tar.117.gz.part +3 -0
  20. data/sen12vts.tar.118.gz.part +3 -0
  21. data/sen12vts.tar.119.gz.part +3 -0
  22. data/sen12vts.tar.120.gz.part +3 -0
  23. data/sen12vts.tar.121.gz.part +3 -0
  24. data/sen12vts.tar.122.gz.part +3 -0
  25. data/sen12vts.tar.123.gz.part +3 -0
  26. data/sen12vts.tar.124.gz.part +3 -0
  27. data/sen12vts.tar.125.gz.part +3 -0
  28. data/sen12vts.tar.126.gz.part +3 -0
  29. data/sen12vts.tar.127.gz.part +3 -0
  30. data/sen12vts.tar.128.gz.part +3 -0
  31. data/sen12vts.tar.129.gz.part +3 -0
  32. data/sen12vts.tar.130.gz.part +3 -0
  33. data/sen12vts.tar.131.gz.part +3 -0
  34. data/sen12vts.tar.132.gz.part +3 -0
  35. data/sen12vts.tar.133.gz.part +3 -0
  36. data/sen12vts.tar.134.gz.part +3 -0
  37. data/sen12vts.tar.135.gz.part +3 -0
  38. data/sen12vts.tar.136.gz.part +3 -0
  39. data/sen12vts.tar.137.gz.part +3 -0
  40. data/sen12vts.tar.138.gz.part +3 -0
  41. data/sen12vts.tar.139.gz.part +3 -0
  42. data/sen12vts.tar.140.gz.part +3 -0
  43. data/sen12vts.tar.141.gz.part +3 -0
  44. data/sen12vts.tar.142.gz.part +3 -0
  45. data/sen12vts.tar.143.gz.part +3 -0
  46. data/sen12vts.tar.144.gz.part +3 -0
  47. data/sen12vts.tar.145.gz.part +3 -0
  48. data/sen12vts.tar.146.gz.part +3 -0
  49. data/sen12vts.tar.147.gz.part +3 -0
  50. data/sen12vts.tar.148.gz.part +3 -0
README.md CHANGED
@@ -1,47 +1,58 @@
1
  ---
2
  license: mit
3
  language:
4
- - en
5
  tags:
6
- - agricolture
7
- - computer-vision
8
  pretty_name: sen12vts
9
  ---
 
10
  # SEN12VTS: Sentinel 1 and 2 Vegetation Time-Series Dataset
11
 
12
  ## Overview
 
13
  The **SEN12VTS** (Sentinel-1 & Sentinel-2 Vegetation Time-Series) dataset has been created to support research on time-series analysis for vegetation indices, specifically targeting **NDVI (Normalized Difference Vegetation Index)** regression tasks. Recognizing the lack of datasets catering to this specific temporal and spatial need, SEN12VTS was developed to fill the gap with a high-quality, Europe-focused time-series dataset.
14
 
15
  ## Motivation
 
16
  This dataset is part of the **GUARDIANS project**, aiming to build models for vegetation monitoring across Europe. The focus is on:
 
17
  - **Highly vegetated areas**.
18
  - Sampling over time to enable the reconstruction of coherent time-series for selected zones.
19
 
20
  ## Dataset Description
 
21
  ### Spatial and Temporal Extent
 
22
  - **Region:** Europe (approx. bounded by EPSG:4326 `(-10.5, 34.5, 31.6, 71.5)`).
23
  - **Temporal Coverage:** 2022–2023.
24
  - **Spatial Resolution:** 10 meters.
25
 
26
  ### Data Sources
 
27
  1. **ESA WorldCover 2021**: Used to identify highly vegetated areas.
28
  2. **Sentinel-1 RTC**: Radiometrically Terrain Corrected radar imagery for ascending and descending orbits, VV and VH polarization.
29
  3. **Sentinel-2 L2A**: Atmospherically corrected optical imagery with 12 spectral bands and Scene Classification (SCL).
30
 
31
  ### Sampling Methodology
 
32
  - Bounding boxes (bboxes) of size 512x512 pixels were sampled where **90% of pixels** corresponded to vegetation categories (WorldCover values: 10, 20, 30, 40, 90, 95).
33
  - Non-overlapping bboxes were selected within the Europe bounds.
34
  - Sentinel-1 and Sentinel-2 data were downloaded for 1,166 bboxes across the two years.
35
  - Final cropped tiles: **256x256 pixels**.
36
 
37
  ### Dataset Statistics
 
38
  - **BBoxes (2022 only):** 36
39
  - **BBoxes (2023 only):** 454
40
  - **BBoxes (both years):** 676
41
  - **Total Dataset Size:** ~824.89 GB
42
 
43
  ## Data Structure
 
44
  Each bbox folder contains the following subfolders and files:
 
45
  ```
46
  bbox_number/
47
  ├── s1_rtc/
@@ -60,24 +71,32 @@ bbox_number/
60
  ├── worldcover/
61
  ├── worldcover.tif
62
  ```
 
63
  ### File Formats
 
64
  - **TIFF (Tagged Image File Format):** Used for storing all raster data with metadata and lossless compression.
65
 
66
  ## Sentinel Data Details
 
67
  ### Sentinel-1 RTC
 
68
  - Pre-processed for radiometric terrain correction and orthorectified to UTM zones.
69
  - Data stored in ascending and descending orbits to allow analysis of orbit-specific effects.
70
  - Each file has two bands, in this order: VV, VH
71
 
72
  ### Sentinel-2 L2A
 
73
  - 12 spectral bands selected, along with a scene classification map ([SCL](https://custom-scripts.sentinel-hub.com/custom-scripts/sentinel-2/scene-classification/)).
74
  - Resolutions vary from **10m to 60m** (resampled to 10m).
75
 
76
  ### [WorldCover](https://esa-worldcover.org/en)
 
77
  - Extracted and resampled to match bbox projections for consistency.
78
 
79
  ## Example Visualization
 
80
  The dataset provides:
 
81
  - RGB composites from Sentinel-2 (red, green, and blue bands).
82
  - NDVI derived from Sentinel-2 data.
83
  - Sentinel-1 radar images for both polarizations (ascending and descending).
@@ -85,23 +104,27 @@ The dataset provides:
85
 
86
  ![Time-Series Visualization](resources/preview.png "Example of Time-Series Visualization")
87
 
88
-
89
  ## Citation
 
90
  If you use SEN12VTS in your research, please cite this repository and the corresponding publication.
91
 
92
  ---
93
 
94
  ## Usage
 
95
  The dataset can be used for various applications, including but not limited to:
 
96
  - NDVI regression.
97
  - Vegetation monitoring and analysis.
98
  - Time-series forecasting.
99
  - Multi-sensor data fusion.
100
 
101
  ## Licensing
102
- The dataset is distributed under the MIT, and its use is subject to compliance with the Sentinel and ESA WorldCover data usage policies.
 
103
 
104
  ---
105
 
106
  ### Contact
107
- For questions, issues, or contributions, please open an issue on this repository or contact federico.oldani@gmail.com.
 
 
1
  ---
2
  license: mit
3
  language:
4
+ - en
5
  tags:
6
+ - agricolture
7
+ - computer-vision
8
  pretty_name: sen12vts
9
  ---
10
+
11
  # SEN12VTS: Sentinel 1 and 2 Vegetation Time-Series Dataset
12
 
13
  ## Overview
14
+
15
  The **SEN12VTS** (Sentinel-1 & Sentinel-2 Vegetation Time-Series) dataset has been created to support research on time-series analysis for vegetation indices, specifically targeting **NDVI (Normalized Difference Vegetation Index)** regression tasks. Recognizing the lack of datasets catering to this specific temporal and spatial need, SEN12VTS was developed to fill the gap with a high-quality, Europe-focused time-series dataset.
16
 
17
  ## Motivation
18
+
19
  This dataset is part of the **GUARDIANS project**, aiming to build models for vegetation monitoring across Europe. The focus is on:
20
+
21
  - **Highly vegetated areas**.
22
  - Sampling over time to enable the reconstruction of coherent time-series for selected zones.
23
 
24
  ## Dataset Description
25
+
26
  ### Spatial and Temporal Extent
27
+
28
  - **Region:** Europe (approx. bounded by EPSG:4326 `(-10.5, 34.5, 31.6, 71.5)`).
29
  - **Temporal Coverage:** 2022–2023.
30
  - **Spatial Resolution:** 10 meters.
31
 
32
  ### Data Sources
33
+
34
  1. **ESA WorldCover 2021**: Used to identify highly vegetated areas.
35
  2. **Sentinel-1 RTC**: Radiometrically Terrain Corrected radar imagery for ascending and descending orbits, VV and VH polarization.
36
  3. **Sentinel-2 L2A**: Atmospherically corrected optical imagery with 12 spectral bands and Scene Classification (SCL).
37
 
38
  ### Sampling Methodology
39
+
40
  - Bounding boxes (bboxes) of size 512x512 pixels were sampled where **90% of pixels** corresponded to vegetation categories (WorldCover values: 10, 20, 30, 40, 90, 95).
41
  - Non-overlapping bboxes were selected within the Europe bounds.
42
  - Sentinel-1 and Sentinel-2 data were downloaded for 1,166 bboxes across the two years.
43
  - Final cropped tiles: **256x256 pixels**.
44
 
45
  ### Dataset Statistics
46
+
47
  - **BBoxes (2022 only):** 36
48
  - **BBoxes (2023 only):** 454
49
  - **BBoxes (both years):** 676
50
  - **Total Dataset Size:** ~824.89 GB
51
 
52
  ## Data Structure
53
+
54
  Each bbox folder contains the following subfolders and files:
55
+
56
  ```
57
  bbox_number/
58
  ├── s1_rtc/
 
71
  ├── worldcover/
72
  ├── worldcover.tif
73
  ```
74
+
75
  ### File Formats
76
+
77
  - **TIFF (Tagged Image File Format):** Used for storing all raster data with metadata and lossless compression.
78
 
79
  ## Sentinel Data Details
80
+
81
  ### Sentinel-1 RTC
82
+
83
  - Pre-processed for radiometric terrain correction and orthorectified to UTM zones.
84
  - Data stored in ascending and descending orbits to allow analysis of orbit-specific effects.
85
  - Each file has two bands, in this order: VV, VH
86
 
87
  ### Sentinel-2 L2A
88
+
89
  - 12 spectral bands selected, along with a scene classification map ([SCL](https://custom-scripts.sentinel-hub.com/custom-scripts/sentinel-2/scene-classification/)).
90
  - Resolutions vary from **10m to 60m** (resampled to 10m).
91
 
92
  ### [WorldCover](https://esa-worldcover.org/en)
93
+
94
  - Extracted and resampled to match bbox projections for consistency.
95
 
96
  ## Example Visualization
97
+
98
  The dataset provides:
99
+
100
  - RGB composites from Sentinel-2 (red, green, and blue bands).
101
  - NDVI derived from Sentinel-2 data.
102
  - Sentinel-1 radar images for both polarizations (ascending and descending).
 
104
 
105
  ![Time-Series Visualization](resources/preview.png "Example of Time-Series Visualization")
106
 
 
107
  ## Citation
108
+
109
  If you use SEN12VTS in your research, please cite this repository and the corresponding publication.
110
 
111
  ---
112
 
113
  ## Usage
114
+
115
  The dataset can be used for various applications, including but not limited to:
116
+
117
  - NDVI regression.
118
  - Vegetation monitoring and analysis.
119
  - Time-series forecasting.
120
  - Multi-sensor data fusion.
121
 
122
  ## Licensing
123
+
124
+ The dataset is distributed under MIT license, and its use is subject to compliance with the Sentinel and ESA WorldCover data usage policies.
125
 
126
  ---
127
 
128
  ### Contact
129
+
130
+ For questions, issues, or contributions, please open an issue on this repository or contact federico.oldani@gmail.com.
data/sen12vts.tar.100.gz.part ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97a8315dd6de064f91da4bc7e4f62237e2d8e5dcada1a82577d40bbc40f23525
3
+ size 1073741824
data/sen12vts.tar.101.gz.part ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b8a2798348ef507a6c0bcd5c5e0f768c667be6187c749b3c35987644b0fbd4b
3
+ size 1073741824
data/sen12vts.tar.102.gz.part ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd5586c153bc7f7b23c3ab2630add6434e870bf724371dc5a9e8d285811300d6
3
+ size 1073741824
data/sen12vts.tar.103.gz.part ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35f95691d66fc67f0d0eb213beada16ea013ed964d24a3e426d7644b6e98d19c
3
+ size 1073741824
data/sen12vts.tar.104.gz.part ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:722020c7697c6f2950a5ac0fb64bb2b90c5f61224cc2e6d6872d1301d3455cfc
3
+ size 1073741824
data/sen12vts.tar.105.gz.part ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8046ebf95028f90d44c9b89d3a9f3f6e6e4fe3e55f087ac43ad0f47ea7cca51
3
+ size 1073741824
data/sen12vts.tar.106.gz.part ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73a7b940ed2c01e4a35b781cc546c418979eaa104477c9c3fd1deb5a74e6003d
3
+ size 1073741824
data/sen12vts.tar.107.gz.part ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:992acd1b4a282f6e1f36aeda832df92580c705d79ddf29ec51a383b32784598d
3
+ size 1073741824
data/sen12vts.tar.108.gz.part ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6500bcb5492277bb5b95878fb7148e71e4e1e96410835efbe653caa202d12cb3
3
+ size 1073741824
data/sen12vts.tar.109.gz.part ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0914d337965707a54530b605e7826c0debaa59031b423468274b37d9e0eb53f
3
+ size 1073741824
data/sen12vts.tar.110.gz.part ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de84b66667a22add23e2f4a6a927cf3386b4dad92a6bcf4ca56b869103b85eab
3
+ size 1073741824
data/sen12vts.tar.111.gz.part ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60b2595536d3c95e101173538e898ce91f56298bdc2a8f3be9b571e97d044191
3
+ size 1073741824
data/sen12vts.tar.112.gz.part ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:caafd6825d7c57b30ee0b78aea7084c04599a1800f9f1fe1c6bab0cf4ac94e79
3
+ size 1073741824
data/sen12vts.tar.113.gz.part ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aaafaa3571e6a5b06fa94e4f630ce642ade5785711ff2ec1848cf01ba10bbb2c
3
+ size 1073741824
data/sen12vts.tar.114.gz.part ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65309d177baa03d22b39db4b9a7b9dbab5796c6b6bda027a6115520bd1c4821f
3
+ size 1073741824
data/sen12vts.tar.115.gz.part ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd331aa58b645baafb1d2d57dd17f58bc8cf4a16437b21ef8128c69f35b3a20f
3
+ size 1073741824
data/sen12vts.tar.116.gz.part ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12cfda1937cd5e77f15c7bb5a626adbff26478481c1c9789065ace3fd32b9249
3
+ size 1073741824
data/sen12vts.tar.117.gz.part ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26abc25724620c9d4fb325ac7d2c28f2fdf3bc78e279b48c252c53b706a7d6a5
3
+ size 1073741824
data/sen12vts.tar.118.gz.part ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbe6280d3a2c9afd171636d386520c801d54a07eea599141dddda840d128f5ab
3
+ size 1073741824
data/sen12vts.tar.119.gz.part ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4bf3cf93db4e2760450cbb97968b5008603c16812b5598937b8bc8d0c2081e1
3
+ size 1073741824
data/sen12vts.tar.120.gz.part ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04c66c819447f958f02ecc72e09211d98fd795bbd105ed32d5c3df250055c3ee
3
+ size 1073741824
data/sen12vts.tar.121.gz.part ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f210686c30f9e087324bb391e9e5549d19cee389fc636a2dc8a13bc69fff069
3
+ size 1073741824
data/sen12vts.tar.122.gz.part ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:961e3fdeedd3ebce5b79b051f102ae61c341e4d76b68afb0eaa7682335b0f697
3
+ size 1073741824
data/sen12vts.tar.123.gz.part ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97574a4a672f557efe5b6317ed86df16f8a2e9e576a0f9e65412f96b5d9c7f37
3
+ size 1073741824
data/sen12vts.tar.124.gz.part ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:839ecd3018814b1c94276ad03ced1cb21def7933163313b4a7fdb3db9004a9e0
3
+ size 1073741824
data/sen12vts.tar.125.gz.part ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ee2c24ed01324687d7c1554614e24c6c5758b29bde13a5e9b3623010a68a0fc
3
+ size 1073741824
data/sen12vts.tar.126.gz.part ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e422d2cc3d03503461c4d38bbe1561a87231058912619097eb6b36af2b058c8
3
+ size 1073741824
data/sen12vts.tar.127.gz.part ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6dd8f057c8db04c8f8ead19298004b2c9f436a7f24579b4eff821ae2bd66bcc9
3
+ size 1073741824
data/sen12vts.tar.128.gz.part ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f43f11bab39cbf3e562dfcc46b5fe0eb00f0e0ff6d2d003bad487b471e607978
3
+ size 1073741824
data/sen12vts.tar.129.gz.part ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:937194d251ebdadb9cdb1b8d80de1502269281851d2849edf1a36d6333797807
3
+ size 1073741824
data/sen12vts.tar.130.gz.part ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3766b62616297efbd35c6df40420f0fb36b21b1571bbce8b6b8f41c83f822bf
3
+ size 1073741824
data/sen12vts.tar.131.gz.part ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4a85419b67ab68f236691de69dd2c291abe5fa26435a5078de88f538041236a
3
+ size 1073741824
data/sen12vts.tar.132.gz.part ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1d9abf5928b2f46ccd955b31b5f45fb8bce928bca42821bd4c29b423eec7a85
3
+ size 1073741824
data/sen12vts.tar.133.gz.part ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:293e5e06f8ef386b4ffed16c3d95df29fe96dec45db3236755d12a01001031c5
3
+ size 1073741824
data/sen12vts.tar.134.gz.part ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af1a3e47259e00b303415eeae1622097ea617b29af52c7297df9dfa24a47bd1c
3
+ size 1073741824
data/sen12vts.tar.135.gz.part ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc47976ac00f272831953afc856c48a2b3b6c752387bee5fb9cff0a3e11e6d1e
3
+ size 1073741824
data/sen12vts.tar.136.gz.part ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81ac28f638a07c834a1574339d604dd60e4190070550e43a5e72c44b929ebbf8
3
+ size 1073741824
data/sen12vts.tar.137.gz.part ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f93e17ef6e234326b5d79be97dbfdd3d66f1b7a581828757a5e4f886075cc2f
3
+ size 1073741824
data/sen12vts.tar.138.gz.part ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec13163ffddf3ebb3c97535e818960c4e4196438f5e4c763304d58ce7bf22a5a
3
+ size 1073741824
data/sen12vts.tar.139.gz.part ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:580092bf8a58e086ef6795c4d7b19ce373614bb66c87df1b1136e5a7bea051cb
3
+ size 1073741824
data/sen12vts.tar.140.gz.part ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1940f625fcb6fa55d0518cd2d7f3f60f91a08cfa289ff0ae2b28614dcc6c79f1
3
+ size 1073741824
data/sen12vts.tar.141.gz.part ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06bb94eee47da2d8b64c09b76f03634907474fae230b5209a1168c2f5e03df14
3
+ size 1073741824
data/sen12vts.tar.142.gz.part ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b44c0e0cfa53026247beb47ab3477c017b6c01b38fb158f7f43335d420ee731e
3
+ size 1073741824
data/sen12vts.tar.143.gz.part ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70396830fbfe85e4e58afdedc43dcfbc1bcfcbf6180bbf93f8d84773c82872da
3
+ size 1073741824
data/sen12vts.tar.144.gz.part ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f31fb06441e0204621fff34520bf60e4e34ef3681b5a83841df47ff734ac38b1
3
+ size 1073741824
data/sen12vts.tar.145.gz.part ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:276ef2ddf858ae02077e2b916fb6d0aafa8ac60b3d1d28fd30207a23bc5e1a9d
3
+ size 1073741824
data/sen12vts.tar.146.gz.part ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d511262f0f3fc0017c51df8a63085de4110d762edc82644a1cea2a6dc628f286
3
+ size 1073741824
data/sen12vts.tar.147.gz.part ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66659d4ead94d12854bb8d75483336487f4e913b324b2d678c0863740b8df2ce
3
+ size 1073741824
data/sen12vts.tar.148.gz.part ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:efb5d701433073fbe93f7bbd6d149cf46826f40cf4055a8d69559f1067f840e7
3
+ size 1073741824