so2sab

  • Descrizione :

So2Sat LCZ42 è un set di dati costituito da radar ad apertura sintetica co-registrati e patch di immagini ottiche multispettrali acquisite dai satelliti di telerilevamento Sentinel-1 e Sentinel-2 e la corrispondente etichetta di zone climatiche locali (LCZ). Il set di dati è distribuito in 42 città in diversi continenti e regioni culturali del mondo.

Il set di dati completo ( all ) è costituito da 8 canali Sentinel-1 e 10 Sentinel-2. In alternativa, è possibile selezionare il sottoinsieme rgb , che contiene solo le bande di frequenza ottiche di Sentinel-2, ridimensionate e codificate come JPEG.

URL del set di dati: http://doi.org/10.14459/2018MP1454690
Licenza: http://creativecommons.org/licenses/by/4.0

Diviso Esempi
@misc{mediatum1483140,
    author = {Zhu, Xiaoxiang  and  Hu, Jingliang  and  Qiu, Chunping  and  Shi, Yilei  and  Bagheri, Hossein  and  Kang, Jian  and  Li, Hao  and  Mou, Lichao  and  Zhang, Guicheng  and  Häberle, Matthias  and  Han, Shiyao  and  Hua, Yuansheng  and  Huang, Rong  and  Hughes, Lloyd  and  Sun, Yao  and  Schmitt, Michael and  Wang, Yuanyuan },
    title = {NEW: So2Sat LCZ42},
    publisher = {Technical University of Munich},
    url = {https://mediatum.ub.tum.de/1483140},
    type = {Dataset},
    year = {2019},
    doi = {10.14459/2018mp1483140},
    keywords = {local climate zones ; big data ; classification ; remote sensing ; deep learning ; data fusion ; synthetic aperture radar imagery ; optical imagery},
    abstract = {So2Sat LCZ42 is a dataset consisting of corresponding synthetic aperture radar and multispectral optical image data acquired by the Sentinel-1 and Sentinel-2 remote sensing satellites, and a corresponding local climate zones (LCZ) label. The dataset is distributed over 42 cities across different continents and cultural regions of the world, and comes with a split into fully independent, non-overlapping training, validation, and test sets.},
    language = {en},

}

so2sat/rgb (configurazione predefinita)

  • Descrizione della configurazione : Canali Sentinel-2 RGB

  • Struttura delle caratteristiche :

FeaturesDict({
    'image': Image(shape=(32, 32, 3), dtype=uint8),
    'label': ClassLabel(shape=(), dtype=int64, num_classes=17),
    'sample_id': int64,
})
  • Documentazione delle funzionalità :
Caratteristica Classe Forma Tipo D Descrizione
CaratteristicheDict
Immagine Immagine (32, 32, 3) uint8
etichetta ClassLabel int64
sample_id Tensore int64

so2sat/all

  • Descrizione della configurazione : 8 canali Sentinel-1 e 10 Sentinel-2

  • Struttura delle caratteristiche :

FeaturesDict({
    'label': ClassLabel(shape=(), dtype=int64, num_classes=17),
    'sample_id': int64,
    'sentinel1': Tensor(shape=(32, 32, 8), dtype=float32),
    'sentinel2': Tensor(shape=(32, 32, 10), dtype=float32),
})
  • Documentazione delle funzionalità :
Caratteristica Classe Forma Tipo D Descrizione
CaratteristicheDict
etichetta ClassLabel int64
sample_id Tensore int64
sentinella1 Tensore (32, 32, 8) galleggiante32
sentinella2 Tensore (32, 32, 10) galleggiante32