Update README.md
Browse files
README.md
CHANGED
|
@@ -1,13 +1,57 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-sa-4.0
|
| 3 |
tags:
|
| 4 |
-
- earth-observation
|
| 5 |
-
- remote-sensing
|
| 6 |
-
- sentinel-2
|
| 7 |
-
- multi-spectral
|
| 8 |
-
- satellite
|
| 9 |
size_categories:
|
| 10 |
-
- 1M<n<10M
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# Core-S2L1C
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-sa-4.0
|
| 3 |
tags:
|
| 4 |
+
- earth-observation
|
| 5 |
+
- remote-sensing
|
| 6 |
+
- sentinel-2
|
| 7 |
+
- multi-spectral
|
| 8 |
+
- satellite
|
| 9 |
size_categories:
|
| 10 |
+
- 1M<n<10M
|
| 11 |
+
dataset_info:
|
| 12 |
+
- config_name: default
|
| 13 |
+
features:
|
| 14 |
+
- name: product_id
|
| 15 |
+
dtype: string
|
| 16 |
+
- name: grid_cell
|
| 17 |
+
dtype: string
|
| 18 |
+
- name: product_datetime
|
| 19 |
+
dtype: string
|
| 20 |
+
- name: thumbnail
|
| 21 |
+
dtype: image
|
| 22 |
+
- name: B01
|
| 23 |
+
dtype: binary
|
| 24 |
+
- name: B02
|
| 25 |
+
dtype: binary
|
| 26 |
+
- name: B03
|
| 27 |
+
dtype: binary
|
| 28 |
+
- name: B04
|
| 29 |
+
dtype: binary
|
| 30 |
+
- name: B05
|
| 31 |
+
dtype: binary
|
| 32 |
+
- name: B06
|
| 33 |
+
dtype: binary
|
| 34 |
+
- name: B07
|
| 35 |
+
dtype: binary
|
| 36 |
+
- name: B08
|
| 37 |
+
dtype: binary
|
| 38 |
+
- name: B8A
|
| 39 |
+
dtype: binary
|
| 40 |
+
- name: B09
|
| 41 |
+
dtype: binary
|
| 42 |
+
- name: B10
|
| 43 |
+
dtype: binary
|
| 44 |
+
- name: B11
|
| 45 |
+
dtype: binary
|
| 46 |
+
- name: B12
|
| 47 |
+
dtype: binary
|
| 48 |
+
- name: cloud_mask
|
| 49 |
+
dtype: binary
|
| 50 |
+
configs:
|
| 51 |
+
- config_name: default
|
| 52 |
+
data_files: images/*.parquet
|
| 53 |
+
- config_name: metadata
|
| 54 |
+
data_files: metadata.parquet
|
| 55 |
---
|
| 56 |
|
| 57 |
# Core-S2L1C
|