Upload folder using huggingface_hub
Browse files- README.md +106 -0
- header.png +3 -0
- main.json +710 -0
- test/0000001.safetensors.gz +3 -0
- test/0000002.safetensors.gz +3 -0
- test/0000003.safetensors.gz +3 -0
- test/0000004.safetensors.gz +3 -0
- test/metadata.parquet +3 -0
- train/0000001.safetensors.gz +3 -0
- train/0000002.safetensors.gz +3 -0
- train/0000003.safetensors.gz +3 -0
- train/0000004.safetensors.gz +3 -0
- train/0000005.safetensors.gz +3 -0
- train/0000006.safetensors.gz +3 -0
- train/0000007.safetensors.gz +3 -0
- train/0000008.safetensors.gz +3 -0
- train/0000009.safetensors.gz +3 -0
- train/000000A.safetensors.gz +3 -0
- train/000000B.safetensors.gz +3 -0
- train/000000C.safetensors.gz +3 -0
- train/metadata.parquet +3 -0
- validation/0000001.safetensors.gz +3 -0
- validation/0000002.safetensors.gz +3 -0
- validation/0000003.safetensors.gz +3 -0
- validation/0000004.safetensors.gz +3 -0
- validation/metadata.parquet +3 -0
README.md
ADDED
|
@@ -0,0 +1,106 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
tags:
|
| 5 |
+
- clouds
|
| 6 |
+
- sentinel-2
|
| 7 |
+
- image-segmentation
|
| 8 |
+
- deep-learning
|
| 9 |
+
- remote-sensing
|
| 10 |
+
pretty_name: cloudsen12
|
| 11 |
+
---
|
| 12 |
+
# cloudsen12
|
| 13 |
+
|
| 14 |
+
***``A dataset about clouds from Sentinel-2``***
|
| 15 |
+
|
| 16 |
+
CloudSEN12 is a LARGE dataset (~1 TB) for cloud semantic understanding that consists of 49,400 image patches (IP) that are evenly spread throughout all continents except Antarctica. Each IP covers 5090 x 5090 meters and contains data from Sentinel-2 levels 1C and 2A, hand-crafted annotations of thick and thin clouds and cloud shadows, Sentinel-1 Synthetic Aperture Radar (SAR), digital elevation model, surface water occurrence, land cover classes, and cloud mask results from six cutting-edge cloud detection algorithms.
|
| 17 |
+
CloudSEN12 is designed to support both weakly and self-/semi-supervised learning strategies by including three distinct forms of hand-crafted labeling data: high-quality, scribble and no-annotation. For more details on how we created the dataset see our paper: CloudSEN12 - a global dataset for semantic understanding of cloud and cloud shadow in Sentinel-2.
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
**ML-STAC Snippet**
|
| 21 |
+
```python
|
| 22 |
+
import mlstac
|
| 23 |
+
secret = 'https://huggingface.co/datasets/jfloresf/mlstac-demo/resolve/main/main.json'
|
| 24 |
+
train_db = mlstac.load(secret, framework='torch', stream=True, device='cpu')
|
| 25 |
+
```
|
| 26 |
+
|
| 27 |
+
<p align="center">
|
| 28 |
+
<img src="header.png" />
|
| 29 |
+
</p>
|
| 30 |
+
|
| 31 |
+
**Sensor: Sentinel2 - MSI**
|
| 32 |
+
|
| 33 |
+
**ML-STAC Task: TensorToTensor, TensorSegmentation**
|
| 34 |
+
|
| 35 |
+
**Data raw repository: [https://cloudsen12.github.io/](https://cloudsen12.github.io/)**
|
| 36 |
+
|
| 37 |
+
**Dataset discussion: [https://github.com/IPL-UV/ML-STAC/discussions/2](https://github.com/IPL-UV/ML-STAC/discussions/2)**
|
| 38 |
+
|
| 39 |
+
**Review mean score: 5.0**
|
| 40 |
+
|
| 41 |
+
**Split_strategy: random**
|
| 42 |
+
|
| 43 |
+
**Paper: [https://www.nature.com/articles/s41597-022-01878-2](https://www.nature.com/articles/s41597-022-01878-2)**
|
| 44 |
+
## Data Providers
|
| 45 |
+
|
| 46 |
+
|Name|Role|URL|
|
| 47 |
+
| :---: | :---: | :---: |
|
| 48 |
+
|Image & Signal Processing|['host']|https://isp.uv.es/|
|
| 49 |
+
|ESA|['producer']|https://www.esa.int/|
|
| 50 |
+
|
| 51 |
+
## Curators
|
| 52 |
+
|
| 53 |
+
|Name|Organization|URL|
|
| 54 |
+
| :---: | :---: | :---: |
|
| 55 |
+
|Jair Flores|OEFA|http://jflores.github.io/|
|
| 56 |
+
|
| 57 |
+
## Reviewers
|
| 58 |
+
|
| 59 |
+
|Name|Organization|URL|Score|
|
| 60 |
+
| :---: | :---: | :---: | :---: |
|
| 61 |
+
|Cesar Aybar|Image & Signal Processing|http://csaybar.github.io/|5|
|
| 62 |
+
|
| 63 |
+
## Labels
|
| 64 |
+
|
| 65 |
+
|Name|Value|
|
| 66 |
+
| :---: | :---: |
|
| 67 |
+
|clear|0|
|
| 68 |
+
|thick-cloud|1|
|
| 69 |
+
|thin-cloud|2|
|
| 70 |
+
|cloud-shadow|3|
|
| 71 |
+
|
| 72 |
+
## Dimensions
|
| 73 |
+
|
| 74 |
+
### input
|
| 75 |
+
|
| 76 |
+
|Axis|Name|Description|
|
| 77 |
+
| :---: | :---: | :---: |
|
| 78 |
+
|0|C|Spectral bands|
|
| 79 |
+
|1|H|Height|
|
| 80 |
+
|2|W|Width|
|
| 81 |
+
|
| 82 |
+
### target
|
| 83 |
+
|
| 84 |
+
|Axis|Name|Description|
|
| 85 |
+
| :---: | :---: | :---: |
|
| 86 |
+
|0|C|Hand-crafted labels|
|
| 87 |
+
|1|H|Height|
|
| 88 |
+
|2|W|Width|
|
| 89 |
+
|
| 90 |
+
## Spectral Bands
|
| 91 |
+
|
| 92 |
+
|Name|Common Name|Description|Center Wavelength|Full Width Half Max|Index|
|
| 93 |
+
| :---: | :---: | :---: | :---: | :---: | :---: |
|
| 94 |
+
|B01|coastal aerosol|Band 1 - Coastal aerosol - 60m|443.5|17.0|0|
|
| 95 |
+
|B02|blue|Band 2 - Blue - 10m|496.5|53.0|1|
|
| 96 |
+
|B03|green|Band 3 - Green - 10m|560.0|34.0|2|
|
| 97 |
+
|B04|red|Band 4 - Red - 10m|664.5|29.0|3|
|
| 98 |
+
|B05|red edge 1|Band 5 - Vegetation red edge 1 - 20m|704.5|13.0|4|
|
| 99 |
+
|B06|red edge 2|Band 6 - Vegetation red edge 2 - 20m|740.5|13.0|5|
|
| 100 |
+
|B07|red edge 3|Band 7 - Vegetation red edge 3 - 20m|783.0|18.0|6|
|
| 101 |
+
|B08|NIR|Band 8 - Near infrared - 10m|840.0|114.0|7|
|
| 102 |
+
|B8A|red edge 4|Band 8A - Vegetation red edge 4 - 20m|864.5|19.0|8|
|
| 103 |
+
|B09|water vapor|Band 9 - Water vapor - 60m|945.0|18.0|9|
|
| 104 |
+
|B10|cirrus|Band 10 - Cirrus - 60m|1375.5|31.0|10|
|
| 105 |
+
|B11|SWIR 1|Band 11 - Shortwave infrared 1 - 20m|1613.5|89.0|11|
|
| 106 |
+
|B12|SWIR 2|Band 12 - Shortwave infrared 2 - 20m|2199.5|173.0|12|
|
header.png
ADDED
|
Git LFS Details
|
main.json
ADDED
|
@@ -0,0 +1,710 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"description": "CloudSEN12 is a LARGE dataset (~1 TB) for cloud semantic understanding that consists of 49,400 image patches (IP) that are evenly spread throughout all continents except Antarctica. Each IP covers 5090 x 5090 meters and contains data from Sentinel-2 levels 1C and 2A, hand-crafted annotations of thick and thin clouds and cloud shadows, Sentinel-1 Synthetic Aperture Radar (SAR), digital elevation model, surface water occurrence, land cover classes, and cloud mask results from six cutting-edge cloud detection algorithms.\n CloudSEN12 is designed to support both weakly and self-/semi-supervised learning strategies by including three distinct forms of hand-crafted labeling data: high-quality, scribble and no-annotation. For more details on how we created the dataset see our paper: CloudSEN12 - a global dataset for semantic understanding of cloud and cloud shadow in Sentinel-2.",
|
| 3 |
+
"extent": {
|
| 4 |
+
"spatial": {
|
| 5 |
+
"bbox": [
|
| 6 |
+
[
|
| 7 |
+
0,
|
| 8 |
+
0,
|
| 9 |
+
0,
|
| 10 |
+
0
|
| 11 |
+
],
|
| 12 |
+
[
|
| 13 |
+
0,
|
| 14 |
+
0,
|
| 15 |
+
0,
|
| 16 |
+
0
|
| 17 |
+
],
|
| 18 |
+
[
|
| 19 |
+
0,
|
| 20 |
+
0,
|
| 21 |
+
0,
|
| 22 |
+
0
|
| 23 |
+
]
|
| 24 |
+
]
|
| 25 |
+
},
|
| 26 |
+
"temporal": {
|
| 27 |
+
"interval": [
|
| 28 |
+
[
|
| 29 |
+
"2020-01-01T00:00:00",
|
| 30 |
+
"2020-01-01T00:00:00"
|
| 31 |
+
],
|
| 32 |
+
[
|
| 33 |
+
"2020-01-01T00:00:00",
|
| 34 |
+
"2020-01-01T00:00:00"
|
| 35 |
+
],
|
| 36 |
+
[
|
| 37 |
+
"2020-01-01T00:00:00",
|
| 38 |
+
"2020-01-01T00:00:00"
|
| 39 |
+
]
|
| 40 |
+
]
|
| 41 |
+
}
|
| 42 |
+
},
|
| 43 |
+
"id": "cloudsen12",
|
| 44 |
+
"keywords": [
|
| 45 |
+
"clouds",
|
| 46 |
+
"sentinel-2",
|
| 47 |
+
"image-segmentation",
|
| 48 |
+
"deep-learning",
|
| 49 |
+
"remote-sensing"
|
| 50 |
+
],
|
| 51 |
+
"license": "cc-by-4.0",
|
| 52 |
+
"links": [
|
| 53 |
+
{
|
| 54 |
+
"href": "./main.json",
|
| 55 |
+
"rel": "root",
|
| 56 |
+
"type": "application/json",
|
| 57 |
+
"title": null
|
| 58 |
+
}
|
| 59 |
+
],
|
| 60 |
+
"providers": [
|
| 61 |
+
{
|
| 62 |
+
"name": "Image & Signal Processing",
|
| 63 |
+
"roles": [
|
| 64 |
+
"host"
|
| 65 |
+
],
|
| 66 |
+
"url": "https://isp.uv.es/"
|
| 67 |
+
},
|
| 68 |
+
{
|
| 69 |
+
"name": "ESA",
|
| 70 |
+
"roles": [
|
| 71 |
+
"producer"
|
| 72 |
+
],
|
| 73 |
+
"url": "https://www.esa.int/"
|
| 74 |
+
}
|
| 75 |
+
],
|
| 76 |
+
"stac_extensions": [
|
| 77 |
+
"https://stac-extensions.github.io/contacts/v0.1.1/schema.json"
|
| 78 |
+
],
|
| 79 |
+
"stac_version": "1.0.0",
|
| 80 |
+
"title": "A dataset about clouds from Sentinel-2",
|
| 81 |
+
"type": "Collection",
|
| 82 |
+
"ml:authors": {
|
| 83 |
+
"authors": [
|
| 84 |
+
{
|
| 85 |
+
"name": "David Montero",
|
| 86 |
+
"organization": "RSC4Earth",
|
| 87 |
+
"identifier": null,
|
| 88 |
+
"position": "PhD",
|
| 89 |
+
"logo": null,
|
| 90 |
+
"phones": null,
|
| 91 |
+
"emails": null,
|
| 92 |
+
"addresses": null,
|
| 93 |
+
"links": [
|
| 94 |
+
{
|
| 95 |
+
"href": "https://twitter.com/dmlmont",
|
| 96 |
+
"rel": "group",
|
| 97 |
+
"type": null,
|
| 98 |
+
"title": null
|
| 99 |
+
}
|
| 100 |
+
],
|
| 101 |
+
"contactInstructions": null,
|
| 102 |
+
"roles": null
|
| 103 |
+
},
|
| 104 |
+
{
|
| 105 |
+
"name": "Cesar Aybar",
|
| 106 |
+
"organization": "Image & Signal Processing",
|
| 107 |
+
"identifier": null,
|
| 108 |
+
"position": "PhD",
|
| 109 |
+
"logo": null,
|
| 110 |
+
"phones": null,
|
| 111 |
+
"emails": null,
|
| 112 |
+
"addresses": null,
|
| 113 |
+
"links": [
|
| 114 |
+
{
|
| 115 |
+
"href": "http://csaybar.github.io/",
|
| 116 |
+
"rel": "about",
|
| 117 |
+
"type": null,
|
| 118 |
+
"title": null
|
| 119 |
+
}
|
| 120 |
+
],
|
| 121 |
+
"contactInstructions": null,
|
| 122 |
+
"roles": null
|
| 123 |
+
},
|
| 124 |
+
{
|
| 125 |
+
"name": "Gonzalo Mateo-Garc\u00eda",
|
| 126 |
+
"organization": "Image & Signal Processing",
|
| 127 |
+
"identifier": null,
|
| 128 |
+
"position": "PhD",
|
| 129 |
+
"logo": null,
|
| 130 |
+
"phones": null,
|
| 131 |
+
"emails": null,
|
| 132 |
+
"addresses": null,
|
| 133 |
+
"links": [
|
| 134 |
+
{
|
| 135 |
+
"href": "https://www.uv.es/gonmagar/",
|
| 136 |
+
"rel": "about",
|
| 137 |
+
"type": null,
|
| 138 |
+
"title": null
|
| 139 |
+
}
|
| 140 |
+
],
|
| 141 |
+
"contactInstructions": null,
|
| 142 |
+
"roles": null
|
| 143 |
+
},
|
| 144 |
+
{
|
| 145 |
+
"name": "Luis G\u00f3mez-Chova",
|
| 146 |
+
"organization": "Image & Signal Processing",
|
| 147 |
+
"identifier": null,
|
| 148 |
+
"position": "PhD",
|
| 149 |
+
"logo": null,
|
| 150 |
+
"phones": null,
|
| 151 |
+
"emails": null,
|
| 152 |
+
"addresses": null,
|
| 153 |
+
"links": [
|
| 154 |
+
{
|
| 155 |
+
"href": "https://www.uv.es/chovago/",
|
| 156 |
+
"rel": "about",
|
| 157 |
+
"type": null,
|
| 158 |
+
"title": null
|
| 159 |
+
}
|
| 160 |
+
],
|
| 161 |
+
"contactInstructions": null,
|
| 162 |
+
"roles": null
|
| 163 |
+
},
|
| 164 |
+
{
|
| 165 |
+
"name": "Luis Ysuhuaylas",
|
| 166 |
+
"organization": "UNMSM",
|
| 167 |
+
"identifier": null,
|
| 168 |
+
"position": "Bachelor student",
|
| 169 |
+
"logo": null,
|
| 170 |
+
"phones": null,
|
| 171 |
+
"emails": null,
|
| 172 |
+
"addresses": null,
|
| 173 |
+
"links": [
|
| 174 |
+
{
|
| 175 |
+
"href": "https://vrip.unmsm.edu.pe/ecohidro/",
|
| 176 |
+
"rel": "group",
|
| 177 |
+
"type": null,
|
| 178 |
+
"title": null
|
| 179 |
+
}
|
| 180 |
+
],
|
| 181 |
+
"contactInstructions": null,
|
| 182 |
+
"roles": null
|
| 183 |
+
},
|
| 184 |
+
{
|
| 185 |
+
"name": "Jhomira Loja",
|
| 186 |
+
"organization": "UNMSM",
|
| 187 |
+
"identifier": null,
|
| 188 |
+
"position": "Bachelor student",
|
| 189 |
+
"logo": null,
|
| 190 |
+
"phones": null,
|
| 191 |
+
"emails": null,
|
| 192 |
+
"addresses": null,
|
| 193 |
+
"links": [
|
| 194 |
+
{
|
| 195 |
+
"href": "https://vrip.unmsm.edu.pe/ecohidro/",
|
| 196 |
+
"rel": "group",
|
| 197 |
+
"type": null,
|
| 198 |
+
"title": null
|
| 199 |
+
}
|
| 200 |
+
],
|
| 201 |
+
"contactInstructions": null,
|
| 202 |
+
"roles": null
|
| 203 |
+
},
|
| 204 |
+
{
|
| 205 |
+
"name": "Karen Gonzales",
|
| 206 |
+
"organization": "UNMSM",
|
| 207 |
+
"identifier": null,
|
| 208 |
+
"position": "Bachelor student",
|
| 209 |
+
"logo": null,
|
| 210 |
+
"phones": null,
|
| 211 |
+
"emails": null,
|
| 212 |
+
"addresses": null,
|
| 213 |
+
"links": [
|
| 214 |
+
{
|
| 215 |
+
"href": "https://vrip.unmsm.edu.pe/ecohidro/",
|
| 216 |
+
"rel": "group",
|
| 217 |
+
"type": null,
|
| 218 |
+
"title": null
|
| 219 |
+
}
|
| 220 |
+
],
|
| 221 |
+
"contactInstructions": null,
|
| 222 |
+
"roles": null
|
| 223 |
+
},
|
| 224 |
+
{
|
| 225 |
+
"name": "Fernando Herrera",
|
| 226 |
+
"organization": "UNMSM",
|
| 227 |
+
"identifier": null,
|
| 228 |
+
"position": "Bachelor student",
|
| 229 |
+
"logo": null,
|
| 230 |
+
"phones": null,
|
| 231 |
+
"emails": null,
|
| 232 |
+
"addresses": null,
|
| 233 |
+
"links": [
|
| 234 |
+
{
|
| 235 |
+
"href": "https://vrip.unmsm.edu.pe/ecohidro/",
|
| 236 |
+
"rel": "group",
|
| 237 |
+
"type": null,
|
| 238 |
+
"title": null
|
| 239 |
+
}
|
| 240 |
+
],
|
| 241 |
+
"contactInstructions": null,
|
| 242 |
+
"roles": null
|
| 243 |
+
},
|
| 244 |
+
{
|
| 245 |
+
"name": "Lesly Bautista",
|
| 246 |
+
"organization": "UNMSM",
|
| 247 |
+
"identifier": null,
|
| 248 |
+
"position": "Bachelor student",
|
| 249 |
+
"logo": null,
|
| 250 |
+
"phones": null,
|
| 251 |
+
"emails": null,
|
| 252 |
+
"addresses": null,
|
| 253 |
+
"links": [
|
| 254 |
+
{
|
| 255 |
+
"href": "https://vrip.unmsm.edu.pe/ecohidro/",
|
| 256 |
+
"rel": "group",
|
| 257 |
+
"type": null,
|
| 258 |
+
"title": null
|
| 259 |
+
}
|
| 260 |
+
],
|
| 261 |
+
"contactInstructions": null,
|
| 262 |
+
"roles": null
|
| 263 |
+
},
|
| 264 |
+
{
|
| 265 |
+
"name": "Roy Yali",
|
| 266 |
+
"organization": "UNMSM",
|
| 267 |
+
"identifier": null,
|
| 268 |
+
"position": "Bachelor student",
|
| 269 |
+
"logo": null,
|
| 270 |
+
"phones": null,
|
| 271 |
+
"emails": null,
|
| 272 |
+
"addresses": null,
|
| 273 |
+
"links": [
|
| 274 |
+
{
|
| 275 |
+
"href": "https://vrip.unmsm.edu.pe/ecohidro/",
|
| 276 |
+
"rel": "group",
|
| 277 |
+
"type": null,
|
| 278 |
+
"title": null
|
| 279 |
+
}
|
| 280 |
+
],
|
| 281 |
+
"contactInstructions": null,
|
| 282 |
+
"roles": null
|
| 283 |
+
},
|
| 284 |
+
{
|
| 285 |
+
"name": "Angie Flores",
|
| 286 |
+
"organization": "UNMSM",
|
| 287 |
+
"identifier": null,
|
| 288 |
+
"position": "Bachelor student",
|
| 289 |
+
"logo": null,
|
| 290 |
+
"phones": null,
|
| 291 |
+
"emails": null,
|
| 292 |
+
"addresses": null,
|
| 293 |
+
"links": [
|
| 294 |
+
{
|
| 295 |
+
"href": "https://vrip.unmsm.edu.pe/ecohidro/",
|
| 296 |
+
"rel": "group",
|
| 297 |
+
"type": null,
|
| 298 |
+
"title": null
|
| 299 |
+
}
|
| 300 |
+
],
|
| 301 |
+
"contactInstructions": null,
|
| 302 |
+
"roles": null
|
| 303 |
+
},
|
| 304 |
+
{
|
| 305 |
+
"name": "Lissette Diaz",
|
| 306 |
+
"organization": "UNMSM",
|
| 307 |
+
"identifier": null,
|
| 308 |
+
"position": "Bachelor student",
|
| 309 |
+
"logo": null,
|
| 310 |
+
"phones": null,
|
| 311 |
+
"emails": null,
|
| 312 |
+
"addresses": null,
|
| 313 |
+
"links": [
|
| 314 |
+
{
|
| 315 |
+
"href": "https://vrip.unmsm.edu.pe/ecohidro/",
|
| 316 |
+
"rel": "group",
|
| 317 |
+
"type": null,
|
| 318 |
+
"title": null
|
| 319 |
+
}
|
| 320 |
+
],
|
| 321 |
+
"contactInstructions": null,
|
| 322 |
+
"roles": null
|
| 323 |
+
},
|
| 324 |
+
{
|
| 325 |
+
"name": "Nicole Cuenca",
|
| 326 |
+
"organization": "UNMSM",
|
| 327 |
+
"identifier": null,
|
| 328 |
+
"position": "Bachelor student",
|
| 329 |
+
"logo": null,
|
| 330 |
+
"phones": null,
|
| 331 |
+
"emails": null,
|
| 332 |
+
"addresses": null,
|
| 333 |
+
"links": [
|
| 334 |
+
{
|
| 335 |
+
"href": "https://vrip.unmsm.edu.pe/ecohidro/",
|
| 336 |
+
"rel": "group",
|
| 337 |
+
"type": null,
|
| 338 |
+
"title": null
|
| 339 |
+
}
|
| 340 |
+
],
|
| 341 |
+
"contactInstructions": null,
|
| 342 |
+
"roles": null
|
| 343 |
+
},
|
| 344 |
+
{
|
| 345 |
+
"name": "Wendy Espinoza",
|
| 346 |
+
"organization": "UNMSM",
|
| 347 |
+
"identifier": null,
|
| 348 |
+
"position": "Bachelor student",
|
| 349 |
+
"logo": null,
|
| 350 |
+
"phones": null,
|
| 351 |
+
"emails": null,
|
| 352 |
+
"addresses": null,
|
| 353 |
+
"links": [
|
| 354 |
+
{
|
| 355 |
+
"href": "https://vrip.unmsm.edu.pe/ecohidro/",
|
| 356 |
+
"rel": "group",
|
| 357 |
+
"type": null,
|
| 358 |
+
"title": null
|
| 359 |
+
}
|
| 360 |
+
],
|
| 361 |
+
"contactInstructions": null,
|
| 362 |
+
"roles": null
|
| 363 |
+
},
|
| 364 |
+
{
|
| 365 |
+
"name": "Fernando Prudencio",
|
| 366 |
+
"organization": "UNMSM",
|
| 367 |
+
"identifier": null,
|
| 368 |
+
"position": "Bachelor student",
|
| 369 |
+
"logo": null,
|
| 370 |
+
"phones": null,
|
| 371 |
+
"emails": null,
|
| 372 |
+
"addresses": null,
|
| 373 |
+
"links": [
|
| 374 |
+
{
|
| 375 |
+
"href": "https://vrip.unmsm.edu.pe/ecohidro/",
|
| 376 |
+
"rel": "group",
|
| 377 |
+
"type": null,
|
| 378 |
+
"title": null
|
| 379 |
+
}
|
| 380 |
+
],
|
| 381 |
+
"contactInstructions": null,
|
| 382 |
+
"roles": null
|
| 383 |
+
},
|
| 384 |
+
{
|
| 385 |
+
"name": "Valeria Llactayo",
|
| 386 |
+
"organization": "UNMSM",
|
| 387 |
+
"identifier": null,
|
| 388 |
+
"position": "Bachelor student",
|
| 389 |
+
"logo": null,
|
| 390 |
+
"phones": null,
|
| 391 |
+
"emails": null,
|
| 392 |
+
"addresses": null,
|
| 393 |
+
"links": [
|
| 394 |
+
{
|
| 395 |
+
"href": "https://vrip.unmsm.edu.pe/ecohidro/",
|
| 396 |
+
"rel": "group",
|
| 397 |
+
"type": null,
|
| 398 |
+
"title": null
|
| 399 |
+
}
|
| 400 |
+
],
|
| 401 |
+
"contactInstructions": null,
|
| 402 |
+
"roles": null
|
| 403 |
+
},
|
| 404 |
+
{
|
| 405 |
+
"name": "Martin Sudmanns",
|
| 406 |
+
"organization": "Salzburg University - Z_GIS",
|
| 407 |
+
"identifier": null,
|
| 408 |
+
"position": "PhD",
|
| 409 |
+
"logo": null,
|
| 410 |
+
"phones": null,
|
| 411 |
+
"emails": null,
|
| 412 |
+
"addresses": null,
|
| 413 |
+
"links": [
|
| 414 |
+
{
|
| 415 |
+
"href": "https://www.plus.ac.at/geoinformatik/department/team/sudmanns/?lang=en",
|
| 416 |
+
"rel": "about",
|
| 417 |
+
"type": null,
|
| 418 |
+
"title": null
|
| 419 |
+
}
|
| 420 |
+
],
|
| 421 |
+
"contactInstructions": null,
|
| 422 |
+
"roles": null
|
| 423 |
+
},
|
| 424 |
+
{
|
| 425 |
+
"name": "Dirk Tiede",
|
| 426 |
+
"organization": "Salzburg University - Z_GIS",
|
| 427 |
+
"identifier": null,
|
| 428 |
+
"position": "PhD",
|
| 429 |
+
"logo": null,
|
| 430 |
+
"phones": null,
|
| 431 |
+
"emails": null,
|
| 432 |
+
"addresses": null,
|
| 433 |
+
"links": [
|
| 434 |
+
{
|
| 435 |
+
"href": "https://www.plus.ac.at/geoinformatik/department/team/tiede/?lang=en",
|
| 436 |
+
"rel": "about",
|
| 437 |
+
"type": null,
|
| 438 |
+
"title": null
|
| 439 |
+
}
|
| 440 |
+
],
|
| 441 |
+
"contactInstructions": null,
|
| 442 |
+
"roles": null
|
| 443 |
+
}
|
| 444 |
+
]
|
| 445 |
+
},
|
| 446 |
+
"ml:curators": {
|
| 447 |
+
"curators": [
|
| 448 |
+
{
|
| 449 |
+
"name": "Jair Flores",
|
| 450 |
+
"organization": "OEFA",
|
| 451 |
+
"identifier": null,
|
| 452 |
+
"position": "Researcher",
|
| 453 |
+
"logo": null,
|
| 454 |
+
"phones": null,
|
| 455 |
+
"emails": null,
|
| 456 |
+
"addresses": null,
|
| 457 |
+
"links": [
|
| 458 |
+
{
|
| 459 |
+
"href": "http://jflores.github.io/",
|
| 460 |
+
"rel": "about",
|
| 461 |
+
"type": null,
|
| 462 |
+
"title": null
|
| 463 |
+
}
|
| 464 |
+
],
|
| 465 |
+
"contactInstructions": null,
|
| 466 |
+
"roles": null
|
| 467 |
+
}
|
| 468 |
+
]
|
| 469 |
+
},
|
| 470 |
+
"ml:dimensions": {
|
| 471 |
+
"input": {
|
| 472 |
+
"dimensions": [
|
| 473 |
+
{
|
| 474 |
+
"axis": 0,
|
| 475 |
+
"name": "C",
|
| 476 |
+
"description": "Spectral bands"
|
| 477 |
+
},
|
| 478 |
+
{
|
| 479 |
+
"axis": 1,
|
| 480 |
+
"name": "H",
|
| 481 |
+
"description": "Height"
|
| 482 |
+
},
|
| 483 |
+
{
|
| 484 |
+
"axis": 2,
|
| 485 |
+
"name": "W",
|
| 486 |
+
"description": "Width"
|
| 487 |
+
}
|
| 488 |
+
],
|
| 489 |
+
"dtype": "F32",
|
| 490 |
+
"shape": [
|
| 491 |
+
13,
|
| 492 |
+
128,
|
| 493 |
+
128
|
| 494 |
+
]
|
| 495 |
+
},
|
| 496 |
+
"target": {
|
| 497 |
+
"dimensions": [
|
| 498 |
+
{
|
| 499 |
+
"axis": 0,
|
| 500 |
+
"name": "C",
|
| 501 |
+
"description": "Hand-crafted labels"
|
| 502 |
+
},
|
| 503 |
+
{
|
| 504 |
+
"axis": 1,
|
| 505 |
+
"name": "H",
|
| 506 |
+
"description": "Height"
|
| 507 |
+
},
|
| 508 |
+
{
|
| 509 |
+
"axis": 2,
|
| 510 |
+
"name": "W",
|
| 511 |
+
"description": "Width"
|
| 512 |
+
}
|
| 513 |
+
],
|
| 514 |
+
"dtype": "I64",
|
| 515 |
+
"shape": [
|
| 516 |
+
1,
|
| 517 |
+
128,
|
| 518 |
+
128
|
| 519 |
+
]
|
| 520 |
+
},
|
| 521 |
+
"extra": {
|
| 522 |
+
"dimensions": [],
|
| 523 |
+
"dtype": null,
|
| 524 |
+
"shape": null
|
| 525 |
+
}
|
| 526 |
+
},
|
| 527 |
+
"ml:discussion_url": "https://github.com/IPL-UV/ML-STAC/discussions/2",
|
| 528 |
+
"ml:labels": {
|
| 529 |
+
"labels": {
|
| 530 |
+
"clear": 0,
|
| 531 |
+
"thick-cloud": 1,
|
| 532 |
+
"thin-cloud": 2,
|
| 533 |
+
"cloud-shadow": 3
|
| 534 |
+
}
|
| 535 |
+
},
|
| 536 |
+
"ml:metadata_test": "curated/test/metadata.parquet",
|
| 537 |
+
"ml:metadata_train": "curated/train/metadata.parquet",
|
| 538 |
+
"ml:metadata_validation": "curated/validation/metadata.parquet",
|
| 539 |
+
"ml:paper": "https://www.nature.com/articles/s41597-022-01878-2",
|
| 540 |
+
"ml:raw_data_url": "https://cloudsen12.github.io/",
|
| 541 |
+
"ml:reviewers": {
|
| 542 |
+
"reviewers": [
|
| 543 |
+
{
|
| 544 |
+
"reviewer": {
|
| 545 |
+
"name": "Cesar Aybar",
|
| 546 |
+
"organization": "Image & Signal Processing",
|
| 547 |
+
"identifier": null,
|
| 548 |
+
"position": "PhD",
|
| 549 |
+
"logo": null,
|
| 550 |
+
"phones": null,
|
| 551 |
+
"emails": null,
|
| 552 |
+
"addresses": null,
|
| 553 |
+
"links": [
|
| 554 |
+
{
|
| 555 |
+
"href": "http://csaybar.github.io/",
|
| 556 |
+
"rel": "about",
|
| 557 |
+
"type": null,
|
| 558 |
+
"title": null
|
| 559 |
+
}
|
| 560 |
+
],
|
| 561 |
+
"contactInstructions": null,
|
| 562 |
+
"roles": null
|
| 563 |
+
},
|
| 564 |
+
"score": 5
|
| 565 |
+
}
|
| 566 |
+
]
|
| 567 |
+
},
|
| 568 |
+
"ml:size": 0.0183,
|
| 569 |
+
"ml:spectral": {
|
| 570 |
+
"bands": [
|
| 571 |
+
{
|
| 572 |
+
"name": "B01",
|
| 573 |
+
"index": 0,
|
| 574 |
+
"common_name": "coastal aerosol",
|
| 575 |
+
"description": "Band 1 - Coastal aerosol - 60m",
|
| 576 |
+
"unit": "nm",
|
| 577 |
+
"center_wavelength": 443.5,
|
| 578 |
+
"full_width_half_max": 17.0
|
| 579 |
+
},
|
| 580 |
+
{
|
| 581 |
+
"name": "B02",
|
| 582 |
+
"index": 1,
|
| 583 |
+
"common_name": "blue",
|
| 584 |
+
"description": "Band 2 - Blue - 10m",
|
| 585 |
+
"unit": "nm",
|
| 586 |
+
"center_wavelength": 496.5,
|
| 587 |
+
"full_width_half_max": 53.0
|
| 588 |
+
},
|
| 589 |
+
{
|
| 590 |
+
"name": "B03",
|
| 591 |
+
"index": 2,
|
| 592 |
+
"common_name": "green",
|
| 593 |
+
"description": "Band 3 - Green - 10m",
|
| 594 |
+
"unit": "nm",
|
| 595 |
+
"center_wavelength": 560.0,
|
| 596 |
+
"full_width_half_max": 34.0
|
| 597 |
+
},
|
| 598 |
+
{
|
| 599 |
+
"name": "B04",
|
| 600 |
+
"index": 3,
|
| 601 |
+
"common_name": "red",
|
| 602 |
+
"description": "Band 4 - Red - 10m",
|
| 603 |
+
"unit": "nm",
|
| 604 |
+
"center_wavelength": 664.5,
|
| 605 |
+
"full_width_half_max": 29.0
|
| 606 |
+
},
|
| 607 |
+
{
|
| 608 |
+
"name": "B05",
|
| 609 |
+
"index": 4,
|
| 610 |
+
"common_name": "red edge 1",
|
| 611 |
+
"description": "Band 5 - Vegetation red edge 1 - 20m",
|
| 612 |
+
"unit": "nm",
|
| 613 |
+
"center_wavelength": 704.5,
|
| 614 |
+
"full_width_half_max": 13.0
|
| 615 |
+
},
|
| 616 |
+
{
|
| 617 |
+
"name": "B06",
|
| 618 |
+
"index": 5,
|
| 619 |
+
"common_name": "red edge 2",
|
| 620 |
+
"description": "Band 6 - Vegetation red edge 2 - 20m",
|
| 621 |
+
"unit": "nm",
|
| 622 |
+
"center_wavelength": 740.5,
|
| 623 |
+
"full_width_half_max": 13.0
|
| 624 |
+
},
|
| 625 |
+
{
|
| 626 |
+
"name": "B07",
|
| 627 |
+
"index": 6,
|
| 628 |
+
"common_name": "red edge 3",
|
| 629 |
+
"description": "Band 7 - Vegetation red edge 3 - 20m",
|
| 630 |
+
"unit": "nm",
|
| 631 |
+
"center_wavelength": 783.0,
|
| 632 |
+
"full_width_half_max": 18.0
|
| 633 |
+
},
|
| 634 |
+
{
|
| 635 |
+
"name": "B08",
|
| 636 |
+
"index": 7,
|
| 637 |
+
"common_name": "NIR",
|
| 638 |
+
"description": "Band 8 - Near infrared - 10m",
|
| 639 |
+
"unit": "nm",
|
| 640 |
+
"center_wavelength": 840.0,
|
| 641 |
+
"full_width_half_max": 114.0
|
| 642 |
+
},
|
| 643 |
+
{
|
| 644 |
+
"name": "B8A",
|
| 645 |
+
"index": 8,
|
| 646 |
+
"common_name": "red edge 4",
|
| 647 |
+
"description": "Band 8A - Vegetation red edge 4 - 20m",
|
| 648 |
+
"unit": "nm",
|
| 649 |
+
"center_wavelength": 864.5,
|
| 650 |
+
"full_width_half_max": 19.0
|
| 651 |
+
},
|
| 652 |
+
{
|
| 653 |
+
"name": "B09",
|
| 654 |
+
"index": 9,
|
| 655 |
+
"common_name": "water vapor",
|
| 656 |
+
"description": "Band 9 - Water vapor - 60m",
|
| 657 |
+
"unit": "nm",
|
| 658 |
+
"center_wavelength": 945.0,
|
| 659 |
+
"full_width_half_max": 18.0
|
| 660 |
+
},
|
| 661 |
+
{
|
| 662 |
+
"name": "B10",
|
| 663 |
+
"index": 10,
|
| 664 |
+
"common_name": "cirrus",
|
| 665 |
+
"description": "Band 10 - Cirrus - 60m",
|
| 666 |
+
"unit": "nm",
|
| 667 |
+
"center_wavelength": 1375.5,
|
| 668 |
+
"full_width_half_max": 31.0
|
| 669 |
+
},
|
| 670 |
+
{
|
| 671 |
+
"name": "B11",
|
| 672 |
+
"index": 11,
|
| 673 |
+
"common_name": "SWIR 1",
|
| 674 |
+
"description": "Band 11 - Shortwave infrared 1 - 20m",
|
| 675 |
+
"unit": "nm",
|
| 676 |
+
"center_wavelength": 1613.5,
|
| 677 |
+
"full_width_half_max": 89.0
|
| 678 |
+
},
|
| 679 |
+
{
|
| 680 |
+
"name": "B12",
|
| 681 |
+
"index": 12,
|
| 682 |
+
"common_name": "SWIR 2",
|
| 683 |
+
"description": "Band 12 - Shortwave infrared 2 - 20m",
|
| 684 |
+
"unit": "nm",
|
| 685 |
+
"center_wavelength": 2199.5,
|
| 686 |
+
"full_width_half_max": 173.0
|
| 687 |
+
}
|
| 688 |
+
],
|
| 689 |
+
"axis": null,
|
| 690 |
+
"sensor": "Sentinel2 - MSI"
|
| 691 |
+
},
|
| 692 |
+
"ml:split_strategy": "random",
|
| 693 |
+
"ml:task": [
|
| 694 |
+
"TensorToTensor",
|
| 695 |
+
"TensorSegmentation"
|
| 696 |
+
],
|
| 697 |
+
"ml:test": {
|
| 698 |
+
"n_items": 4,
|
| 699 |
+
"link": "https://huggingface.co/datasets/jfloresf/mlstac-demo/resolve/main/test/"
|
| 700 |
+
},
|
| 701 |
+
"ml:train": {
|
| 702 |
+
"n_items": 12,
|
| 703 |
+
"link": "https://huggingface.co/datasets/jfloresf/mlstac-demo/resolve/main/train/"
|
| 704 |
+
},
|
| 705 |
+
"ml:validation": {
|
| 706 |
+
"n_items": 4,
|
| 707 |
+
"link": "https://huggingface.co/datasets/jfloresf/mlstac-demo/resolve/main/validation/"
|
| 708 |
+
},
|
| 709 |
+
"ml:version": "0.1.0"
|
| 710 |
+
}
|
test/0000001.safetensors.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e5d583664063f38fb35cb306df40eecdcfc2137405659c88e5dc1ef23be1628d
|
| 3 |
+
size 798119
|
test/0000002.safetensors.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ae186b2a05334dd937809be365ca7d8d3f7ffefc514a46028aed072ebd1afd25
|
| 3 |
+
size 798199
|
test/0000003.safetensors.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2b276ed55de4d9d6b5b08fca4e9f2ca08aed23e92a08c01cbe2ffde8100b8e4f
|
| 3 |
+
size 798120
|
test/0000004.safetensors.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9d9bfc564d0dc8b7511f7262bcc6fdf2dc0232933606c37a9320b5492f70e0e8
|
| 3 |
+
size 798118
|
test/metadata.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:07d1c2b4b38450b70479e535de71ae9023894c0e0a6d29d0adc3b1ee297bb565
|
| 3 |
+
size 4431
|
train/0000001.safetensors.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:458a9bfe1c44f42d81aa0fd4c709fd054412b0aea5bfc867fb75e96b24c1531d
|
| 3 |
+
size 798250
|
train/0000002.safetensors.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9a4f7a8ba1a7e4aa169756673a4524e71420a32ea378f2e1605352b986450632
|
| 3 |
+
size 798275
|
train/0000003.safetensors.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5212908cbc9795fe42d4a03c7efd8399d447c6ff7aa2f59c11e7dda3507f33d0
|
| 3 |
+
size 798044
|
train/0000004.safetensors.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e8706cfe625f7ed41ffedeff0b1ab4ca2b959391d5ed86f33338fdc506f3e2f2
|
| 3 |
+
size 798296
|
train/0000005.safetensors.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:72ce7bdaf799e330be87467b894e57d32a5e721ef608d4c03b91e9fbeda4cc6f
|
| 3 |
+
size 798418
|
train/0000006.safetensors.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e158acde136618f102d17721c148c1e58c7804dd9b2163f86b2dc631d47dbef7
|
| 3 |
+
size 798174
|
train/0000007.safetensors.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5684fafd1e580082a0bd0fa98d9ce56ff3f30928aca05845a52bc64c1568ea7e
|
| 3 |
+
size 798003
|
train/0000008.safetensors.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:abe2b37a38a98d46e31b1ddd896e5e00004c977abd8d5ae8ae3b5cc61befcd8f
|
| 3 |
+
size 798230
|
train/0000009.safetensors.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:60220d6fa39df1e1a461452ff9e2b02459c8bfb3ce3321cb05d65d9e893eea72
|
| 3 |
+
size 798135
|
train/000000A.safetensors.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9d72126961440226ecbce1c829677170cec2e750f098ce4ca70967043634df72
|
| 3 |
+
size 798098
|
train/000000B.safetensors.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:36ca7b6eaebcecb4eb012eb391459e315666cbb6d095c210e3d5b77edc553c15
|
| 3 |
+
size 798113
|
train/000000C.safetensors.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:405d1787b8d6325b179826d145ba779e14ca8ba3277373659cc9f81fdde25f8b
|
| 3 |
+
size 798142
|
train/metadata.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9d52f5c23c70b335cab503a352de23af3c420b3f7a3047ada1c495c0cdece76c
|
| 3 |
+
size 4664
|
validation/0000001.safetensors.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f70029398e2acb8ee9f9db2af6a75616947a08e1f5a236026b9f7268e3868994
|
| 3 |
+
size 797985
|
validation/0000002.safetensors.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:560a7215f8aa9db8d6cab0aa7e900aa7913c2140af759881096b35a316949b0b
|
| 3 |
+
size 798188
|
validation/0000003.safetensors.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f06f91685c8c40b5d8b6461697b52beedd2ea0dc54b80666330eb36ae803dc04
|
| 3 |
+
size 798275
|
validation/0000004.safetensors.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b935e9214b8f75da5c61cba35521ff684f288e626fa769120c2ae9cae13fb6d9
|
| 3 |
+
size 798271
|
validation/metadata.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:01c0ba97d7bd38a1abaad46ce81ef81c68459307a05e7fba3fe7ac3166318a64
|
| 3 |
+
size 4431
|