mikonvergence
commited on
Commit
•
0a0b682
1
Parent(s):
35253ff
Update README.md
Browse files
README.md
CHANGED
@@ -10,13 +10,13 @@ size_categories:
|
|
10 |
- 1M<n<10M
|
11 |
---
|
12 |
|
13 |
-
# Core-S2L1C
|
14 |
|
15 |
Contains a global coverage of Sentinel-2 (Level 1C) patches, each of size 1,068 x 1,068 pixels.
|
16 |
|
17 |
| Source | Sensing Type | Number of Patches | Patch Size | Total Pixels |
|
18 |
|--------|--------------|-------------------|------------|--------------|
|
19 |
-
|Sentinel-2 Level-1C |Optical Multispectral|
|
20 |
|
21 |
## Content
|
22 |
|
@@ -34,7 +34,8 @@ Contains a global coverage of Sentinel-2 (Level 1C) patches, each of size 1,068
|
|
34 |
| B09 | Water vapour, 945.1 nm (S2A), 943.2 nm (S2B) | 60m |
|
35 |
| B10 | SWIR – Cirrus, 1373.5 nm (S2A), 1376.9 nm (S2B) | 60m |
|
36 |
| B11 | SWIR, 1613.7 nm (S2A), 1610.4 nm (S2B) | 20m |
|
37 |
-
| B12 | SWIR, 2202.4 nm (S2A), 2185.7 nm (S2B) | 20m |
|
|
|
38 |
| thumbnail | RGB composite [B04, B03, B02] saved as png | 10m |
|
39 |
|
40 |
## Spatial Coverage
|
@@ -45,7 +46,7 @@ The following figure demonstrates the spatial coverage (only black pixels are ab
|
|
45 |
|
46 |
## Example Use
|
47 |
|
48 |
-
Interface scripts
|
49 |
|
50 |
Here's a sneak peek with a thumbnail image:
|
51 |
```python
|
|
|
10 |
- 1M<n<10M
|
11 |
---
|
12 |
|
13 |
+
# Core-S2L1C
|
14 |
|
15 |
Contains a global coverage of Sentinel-2 (Level 1C) patches, each of size 1,068 x 1,068 pixels.
|
16 |
|
17 |
| Source | Sensing Type | Number of Patches | Patch Size | Total Pixels |
|
18 |
|--------|--------------|-------------------|------------|--------------|
|
19 |
+
|Sentinel-2 Level-1C |Optical Multispectral|2,245,886|1,068x1,068|2.56 Trillion|
|
20 |
|
21 |
## Content
|
22 |
|
|
|
34 |
| B09 | Water vapour, 945.1 nm (S2A), 943.2 nm (S2B) | 60m |
|
35 |
| B10 | SWIR – Cirrus, 1373.5 nm (S2A), 1376.9 nm (S2B) | 60m |
|
36 |
| B11 | SWIR, 1613.7 nm (S2A), 1610.4 nm (S2B) | 20m |
|
37 |
+
| B12 | SWIR, 2202.4 nm (S2A), 2185.7 nm (S2B) | 20m |
|
38 |
+
| cloud_mask | Cloud Mask produced by [SEnSeI](https://huggingface.co/aliFrancis/SEnSeIv2) | 10m |
|
39 |
| thumbnail | RGB composite [B04, B03, B02] saved as png | 10m |
|
40 |
|
41 |
## Spatial Coverage
|
|
|
46 |
|
47 |
## Example Use
|
48 |
|
49 |
+
Interface scripts are available at https://github.com/ESA-PhiLab/Major-TOM
|
50 |
|
51 |
Here's a sneak peek with a thumbnail image:
|
52 |
```python
|