Update README.md
Browse files
README.md
CHANGED
|
@@ -1,4 +1,39 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
license: cc-by-nc-4.0
|
| 3 |
language:
|
| 4 |
- en
|
|
|
|
| 1 |
---
|
| 2 |
+
configs:
|
| 3 |
+
- config_name: enmap
|
| 4 |
+
data_files:
|
| 5 |
+
- split: image
|
| 6 |
+
path: CaseStudies/EnMAP/clip2_south.tif
|
| 7 |
+
- split: bands
|
| 8 |
+
path: CaseStudies/EnMAP/EnmapBands.csv
|
| 9 |
+
- split: labels_lc
|
| 10 |
+
path: CaseStudies/EnMAP/southLeipzig2_mask_lc.csv
|
| 11 |
+
- split: labels_lc_veg
|
| 12 |
+
path: CaseStudies/EnMAP/southLeipzig2_mask_lc_veg.csv
|
| 13 |
+
description: >
|
| 14 |
+
EnMAP hyperspectral scene over south Leipzig, Germany. Includes the
|
| 15 |
+
GeoTIFF image, spectral band metadata, and land cover label masks
|
| 16 |
+
(all classes and vegetation-only).
|
| 17 |
+
|
| 18 |
+
- config_name: neon
|
| 19 |
+
data_files:
|
| 20 |
+
- split: image
|
| 21 |
+
path: CaseStudies/NEON/clip_Liro_3.tif
|
| 22 |
+
- split: bands
|
| 23 |
+
path: CaseStudies/NEON/NeonBands.csv
|
| 24 |
+
- split: labels_lc
|
| 25 |
+
path: CaseStudies/NEON/Liro3_mask_lc.csv
|
| 26 |
+
description: >
|
| 27 |
+
NEON AOP hyperspectral scene over the Liro site (Wisconsin, USA).
|
| 28 |
+
Includes the GeoTIFF image, spectral band metadata, and land cover
|
| 29 |
+
label mask.
|
| 30 |
+
|
| 31 |
+
- config_name: training_spectra
|
| 32 |
+
data_files: TrainingSpectra_1522.csv
|
| 33 |
+
default: true
|
| 34 |
+
description: >
|
| 35 |
+
Global pool of 1522 labeled training spectra for supervised learning,
|
| 36 |
+
combining samples from both EnMAP and NEON acquisitions.
|
| 37 |
license: cc-by-nc-4.0
|
| 38 |
language:
|
| 39 |
- en
|