Skip to content

Commit

Permalink
Updated citation and added bibtex
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Riese committed Dec 28, 2018
1 parent b4e2a64 commit f7e6383
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,28 @@

Hyperspectral and soil-moisture data from a field campaign based on a soil sample. Karlsruhe (Germany), 2017.

**Introducing paper:** Felix M. Riese and Sina Keller, “Introducing a Framework of Self-Organizing Maps for Regression of Soil Moisture with Hyperspectral Data,” in *2018 IEEE International Geoscience and Remote Sensing Symposium (IGARSS)*, Valencia, Spain, 2018, accepted.
**Introducing paper:** Felix M. Riese and Sina Keller, “Introducing a Framework of Self-Organizing Maps for Regression of Soil Moisture with Hyperspectral Data,” in *IGARSS 2018 - 2018 IEEE International Geoscience and Remote Sensing Symposium*, Valencia, Spain, 2018, pp. 6151-6154.

**License:** [GNU GPLv2](https://www.gnu.org/licenses/gpl-2.0.html)

**Authors:**

- [Felix M. Riese, M.Sc.](mailto:[email protected])
- [Dr. rer.nat. Sina Keller](mailto:[email protected])
- [Dr. rer.nat. Sina Keller](mailto:[email protected])

**Citation of the dataset:** Riese, Felix M. and Keller, Sina. (2018). Hyperspectral benchmark dataset on soil moisture (Version v1.0.0) [Data set]. Zenodo. http://doi.org/10.5281/zenodo.1227837

**BibTex:** File included in this repository ([here](bibliography.bib))

## Description

This dataset was measured in a five-day field campaign in May 2017 in Karlsruhe, Germany. An undisturbed soil sample is the centerpiece of the measurement setup. The soil sample consists of bare soil without any vegetation and was taken in the area near Waldbronn, Germany.

The following sensors were deployed:

- Cubert UHD 285 **hyperspectral** snapshot camera recording 50 by 50 images with 125 spectral bands ranging from 450 nm to 950 nm and a spectral resolution of 4 nm.
- TRIME-PICO time-domain reflectometry (TDR) sensor in a depth of 2 cm measuring the **soil moisture** in percent.


## Variables

- **datetime:** date and time of the measurement
Expand Down Expand Up @@ -56,4 +58,3 @@ X_train, X_test, y_train, y_test = train_test_split(
df[hypbands], df["soil_moisture"],
test_size=0.5, random_state=42, shuffle=True)
```

23 changes: 23 additions & 0 deletions bibliography.bib
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
@inproceedings{riese2018introducing,
author = {Riese, Felix~M. and Keller, Sina},
title = {{Introducing a Framework of Self-Organizing Maps for Regression of Soil Moisture with Hyperspectral Data}},
booktitle = {IGARSS 2018 - 2018 IEEE International Geoscience and Remote Sensing Symposium},
year = {2018},
month = {July},
address = {Valencia, Spain},
doi = {10.1109/IGARSS.2018.8517812},
ISSN = {2153-7003},
volume = {},
number = {},
pages = {6151--6154},
}

@misc{riesekeller2018,
author = {Riese, Felix~M. and Keller, Sina},
title = {Hyperspectral benchmark dataset on soil moisture},
year = {2018},
DOI = {10.5281/zenodo.1227837},
publisher = {Zenodo},
howpublished = {\href{https://doi.org/10.5281/zenodo.1227837}{doi.org/10.5281/zenodo.1227837}}
}

0 comments on commit f7e6383

Please sign in to comment.