[WIP] Configure dataset viewer
Browse files
README.md
CHANGED
|
@@ -8,6 +8,42 @@ tags:
|
|
| 8 |
- satellite
|
| 9 |
size_categories:
|
| 10 |
- 1M<n<10M
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# Core-S2L2A (🥧 Pre-Release)
|
|
|
|
| 8 |
- satellite
|
| 9 |
size_categories:
|
| 10 |
- 1M<n<10M
|
| 11 |
+
dataset_info:
|
| 12 |
+
features:
|
| 13 |
+
- name: product_id
|
| 14 |
+
dtype: string
|
| 15 |
+
- name: grid_cell
|
| 16 |
+
dtype: string
|
| 17 |
+
- name: product_datetime
|
| 18 |
+
dtype: string
|
| 19 |
+
- name: thumbnail
|
| 20 |
+
dtype: image
|
| 21 |
+
- name: B01
|
| 22 |
+
dtype: binary
|
| 23 |
+
- name: B02
|
| 24 |
+
dtype: binary
|
| 25 |
+
- name: B03
|
| 26 |
+
dtype: binary
|
| 27 |
+
- name: B04
|
| 28 |
+
dtype: binary
|
| 29 |
+
- name: B05
|
| 30 |
+
dtype: binary
|
| 31 |
+
- name: B06
|
| 32 |
+
dtype: binary
|
| 33 |
+
- name: B07
|
| 34 |
+
dtype: binary
|
| 35 |
+
- name: B08
|
| 36 |
+
dtype: binary
|
| 37 |
+
- name: B8A
|
| 38 |
+
dtype: binary
|
| 39 |
+
- name: B09
|
| 40 |
+
dtype: binary
|
| 41 |
+
- name: B11
|
| 42 |
+
dtype: binary
|
| 43 |
+
- name: B12
|
| 44 |
+
dtype: binary
|
| 45 |
+
- name: cloud_mask
|
| 46 |
+
dtype: binary
|
| 47 |
---
|
| 48 |
|
| 49 |
# Core-S2L2A (🥧 Pre-Release)
|