Dataset Open Access
Pospiech, Solveig;
Middleton, Maarit
<?xml version='1.0' encoding='utf-8'?>
<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://datacite.org/schema/kernel-4" xsi:schemaLocation="http://datacite.org/schema/kernel-4 http://schema.datacite.org/meta/kernel-4.1/metadata.xsd">
<identifier identifierType="DOI">10.14278/rodare.4073</identifier>
<creators>
<creator>
<creatorName>Pospiech, Solveig</creatorName>
<givenName>Solveig</givenName>
<familyName>Pospiech</familyName>
<nameIdentifier nameIdentifierScheme="ORCID" schemeURI="http://orcid.org/">0000-0003-2727-2375</nameIdentifier>
<affiliation>HZDR</affiliation>
</creator>
<creator>
<creatorName>Middleton, Maarit</creatorName>
<givenName>Maarit</givenName>
<familyName>Middleton</familyName>
<nameIdentifier nameIdentifierScheme="ORCID" schemeURI="http://orcid.org/">0000-0002-9117-7690</nameIdentifier>
<affiliation>Geological Survey of Finland: Rovaniemi, FI</affiliation>
</creator>
</creators>
<titles>
<title>Data publication: Plant data of the Horizon 2020 project NEXT</title>
</titles>
<publisher>Rodare</publisher>
<publicationYear>2025</publicationYear>
<subjects>
<subject>data</subject>
<subject>plant</subject>
<subject>Finland</subject>
<subject>geochemistry</subject>
<subject>exploration</subject>
<subject>NEXT</subject>
</subjects>
<dates>
<date dateType="Issued">2025-11-04</date>
</dates>
<resourceType resourceTypeGeneral="Dataset"/>
<alternateIdentifiers>
<alternateIdentifier alternateIdentifierType="url">https://rodare.hzdr.de/record/4073</alternateIdentifier>
</alternateIdentifiers>
<relatedIdentifiers>
<relatedIdentifier relatedIdentifierType="DOI" relationType="IsCitedBy">10.3030/776804</relatedIdentifier>
<relatedIdentifier relatedIdentifierType="URL" relationType="IsIdenticalTo">https://www.hzdr.de/publications/Publ-42138</relatedIdentifier>
<relatedIdentifier relatedIdentifierType="URL" relationType="IsReferencedBy">https://www.hzdr.de/publications/Publ-42237</relatedIdentifier>
<relatedIdentifier relatedIdentifierType="DOI" relationType="IsVersionOf">10.14278/rodare.4072</relatedIdentifier>
<relatedIdentifier relatedIdentifierType="URL" relationType="IsPartOf">https://rodare.hzdr.de/communities/energy</relatedIdentifier>
<relatedIdentifier relatedIdentifierType="URL" relationType="IsPartOf">https://rodare.hzdr.de/communities/rodare</relatedIdentifier>
</relatedIdentifiers>
<version>1</version>
<rightsList>
<rights rightsURI="https://creativecommons.org/licenses/by/4.0/legalcode">Creative Commons Attribution 4.0 International</rights>
<rights rightsURI="info:eu-repo/semantics/openAccess">Open Access</rights>
</rightsList>
<descriptions>
<description descriptionType="Abstract"><p>Plant‑Soil Chemistry Dataset (Raja 2019 Field Campaign)</p>
<p>## 1. Overview&nbsp;&nbsp;</p>
<p>This repository contains the **final, cleaned chemistry data** that were produced from the 2019 Raja field campaign.&nbsp;&nbsp;<br>
The data combine:</p>
<p>* Plant tissue concentrations (leaf, bark, needles, &hellip;) for a set of selected elements.&nbsp;&nbsp;<br>
* Corresponding soil‑till depth, point location, lithology and basic tree information.&nbsp;&nbsp;<br>
* Element‑specific relative‑standard‑deviation (RSD) uncertainties that were calculated from laboratory‑derived uncertainty parameters.</p>
<p>All files are provided in **CSV** format (UTF‑8, `,` separator) and/or the R programming language binary format RData.</p>
<p>*The exact set of tissue files depends on the species/plant‑parts that were sampled; the naming convention is `pl` + lower‑case abbreviation of the tissue (generated by `abbreviate(Plant, minlength = 2)` + `PlantPart`).*</p>
<p>---</p>
<p>## 2. Column description (common to all tables)</p>
<p>| Column | Meaning | Type |<br>
|--------|---------|------|<br>
| `PointID` | Unique identifier for the sampling point (e.g., `NEXT‑2019‑257`). | character |<br>
| `X` / `Y` | Projected coordinates (Easting / Northing, EPSG 3067). | numeric |<br>
| `Plant` | Species name (full). | character |<br>
| `PlantPart` | Plant part sampled (`Leaf`, `Bark`, `Fruit`, &hellip;). | character |<br>
| `Tissue` | Short code: `&lt;abbr&gt; &lt;PlantPart&gt;` (e.g., `Ac Leaf`). | character |<br>
| `Lithology_updated_Sol` | Detailed lithology description from field notes. | character |<br>
| `Lith_simpl` | Simplified lithology (e.g., `Mafic rocks`). | character |<br>
| `TillDepth_cm` | Soil till depth at the point (cm). | numeric |<br>
| **Element columns** (e.g. `Al`, `As`, `Ca`, &hellip;) | Measured concentration **or** relative uncertainty, depending on the file (see below). | numeric |<br>
| `Tissue` (re‑appears) | Same as above &ndash; kept for convenience. | character |</p>
<p>### 2.1. Concentration vs. Uncertainty tables&nbsp;&nbsp;</p>
<p>* **`Plant_all_final.csv`** &ndash; contains **concentrations** (units as reported by the laboratory, typically mg kg⁻&sup1;).&nbsp;&nbsp;<br>
* **`Plant_uncensored_raw.RData`** &ndash; contains the very original, untreated data.&nbsp;&nbsp;<br>
* **`*_uncertainty*.csv`**&nbsp; &ndash; the element columns have been **replaced by their relative standard deviation (RSD)**, i.e. a unit‑less proportion (`0.12` = 12 % RSD).&nbsp;&nbsp;</p>
<p>If you need both concentration **and** uncertainty for a given point, use the two files together (join on `PointID`).</p>
<p>---</p>
<p>## 3. Usage notes&nbsp;&nbsp;</p>
<p>* **Joining concentration &amp; uncertainty** &ndash; the two CSVs &#39;plant&#39; and &#39;plant_uncertainty&#39; share the same column order and can be merged on `PointID`.&nbsp;&nbsp;<br>
* **Missing values** &ndash; `NA` indicates either a non‑detected element or that no uncertainty parameter was available for that element.&nbsp;&nbsp;<br>
* **Spatial reference** &ndash; coordinates are in **ETRS89 / Lantm&auml;teriet 3006 (EPSG 3067)**, suitable for Swedish national mapping.&nbsp;&nbsp;<br>
* **Element selection** &ndash; in the subdatasets not every element is present in every tissue file; only the elements that passed the QC selection criteria are kept.&nbsp;&nbsp;</p></description>
</descriptions>
</resource>
| All versions | This version | |
|---|---|---|
| Views | 28 | 28 |
| Downloads | 43 | 43 |
| Data volume | 8.5 MB | 8.5 MB |
| Unique views | 18 | 18 |
| Unique downloads | 14 | 14 |