Skip to main content
Powered by ShareScore

Find research datasets worth reusing

Search datasets from major research repositories and use ShareScore to quickly assess how well each record supports discovery, access, and reuse.

867

datasets available to search

ShareScore release 0.9.0

Reset

Dataset results

867 results for “spatiotemporal”

Learn how ShareScore rates datasets ↗
zenodo52/100

Spatiotemporal data for spotted lanternfly occurrence in the US

<p>An aggregated data set containing anonymized, spatiotemporal occurrence data for the spotted lanternfly (<em>Lycorma delicatula</em>, White 1845) in the United States. More details on the data, and additional tools to visualize it, can be found here:&nbsp;https://github.com/ieco-lab/lydemapr, and in the related publication.</p>

opencc-by-4.0May 2023View details →
edi52/100

MCR LTER: Coral Reef: Spatial portfolios in coral metapopulations are shaped by spatiotemporal asynchrony in environmental conditions; Data for Srednick et al., 2026 Ecology Letters

Using wavelet analyses of a 19-year coral community timeseries from Moorea, French Polynesia, we quantified timescale-specific population synchrony in four common coral genera and evaluated the predictors of spatial portfolio effects. We detected synchrony within genera associated with synchrony in degree heating days, diurnal temperature range (DTR), and macroalgal cover at different timescales. Synchrony in DTR and macroalgal cover was associated with lower synchrony of Pocillopora and Porites populations, respectively. Population (for three of four genera) and environmental synchrony were stronger within than among habitats across timescales, underscoring the role of habitat-specific conditions in driving spatial synchrony and spatial portfolios. These results describe how the spatial and temporal scales of heterogeneity in environmental and ecological conditions determine synchrony in coral population dynamics and support a spatial portfolio effect, which may buffer coral metapopulations from island-scale collapse. Data in support of analyses for: Spatial portfolios in coral metapopulations are shaped by spatiotemporal asynchrony in environmental conditions. Published in Ecology Letters 2026.

openCC (other)Jan 2026View details →
zenodo48/100

Spatiotemporal Dataset on Moon Jellyfish (Aurelia aurita) Incidental Observations in the Gulf of Riga and Eastern Gotland Basin, Baltic Sea

<p>This data article describes the occurrences of the moon jelly <em>Aurelia aurita </em>medusae in the Eastern Gotland basin and the Gulf of Riga (Baltic Sea) between 1998 and 2023. All data are incidental observations obtained during Latvian national monitoring cruises.&nbsp;</p>

opencc-by-4.0Jul 2024View details →
zenodo48/100

Dataset: Mapping saltmarsh communities in South Portugal using high spatiotemporal resolution satellite imagery

<div> <div> <div> <p>This repository containts the datasets from the article "Mapping saltmarsh communities in South Portugal using high spatiotemporal resolution satellite imagery" (Submitted). The dataset was used in a workflow used to create saltmarsh maps for the Algarve region (South Portugal), focused on the 4 main costal systems of the region: Alvor, Arade, Ria Formosa and Guadiana.</p> <p>&nbsp;</p> <p>For a description of the methodology see the article [link] and Github repo [link].</p> <p>&nbsp;</p> <h1>Repository content</h1> <h2>1. system-masks.zip</h2> <p>Contains 4 <code>geojson</code>files with a polygon which delimits the areas included in the study. The files are named after the respective systems that they delimit. Any region outside of these polygons were not used in the analysis.</p> <p><strong>CRS</strong> - EPSG:4326</p> <h2>2. manual-clean-up-masks.gpkg</h2> <p>Polygons which were manually created to mask out (exclude) pixels which were classified as saltmarsh, but are clearly not.</p> <p>File contains a single layer with 52 polygons and one variable.</p> <p><strong>Variables:</strong></p> <ul> <li>system [<em>string</em>] - Which system the polygon delimits</li> </ul> <h2>3. saltmarsh-training-data.gpkg</h2> <p>Data used for supervised model training. Each row represents one quadrat, and each column contains either quadrat identifiers, target classes, or predictor classes.</p> <p>File contains a single layer with 2448 points and 18 variables.</p> <p><strong>Variables:</strong></p> <ul> <li>water_system [<em>string</em>] - Study system in which the quadrat was sampled</li> <li>transect [<em>string</em>] - Name of transect in which the quadrat was sampled</li> <li>quad_id [<em>integer</em>] - Unique identifier per quadrat</li> <li>cluster [<em>integer</em>] - Vegetation cluster identified via hierarchical clustering. They are nested within <code>water_system</code>, and the same number within different systems will not correspond to the same vegetation type.</li> <li>marsh_type [<em>string</em>] - Functional groupings of saltmarsh vegetation (low, middle or high), created by grouping <code>cluster</code> based on niche of the defined clusters.</li> <li>train [<em>boolean</em>] - Was quadrat used in the train (TRUE) or test (FALSE) stage of model training?</li> <li>ndvi [<em>numerical</em>] - Normalized Difference Vegetation Index, calculated from the satellite image mosaic as (nir &ndash; red) / (nir + red).</li> <li>ndwi_high [<em>numerical</em>] - Normalized Difference Water Index estimated from images at high tide, calculated as (green &ndash; nir) / (green + nir)</li> <li>ndwi_low [<em>numerical</em>] - Normalized Difference Water Index estimated from images at low tide, calculated as (green &ndash; nir) / (green + nir)</li> <li>subtime [<em>numerical</em>] - Fraction of time that a cell is estimated to be submerged in water over one year.</li> <li>coastal_blue [<em>numerical</em>] - Surface reflectance values at 443 nm.</li> <li>blue [<em>numerical</em>] - Surface reflectance values at 490 nm.</li> <li>green_i [<em>numerical</em>] - Surface reflectance values at 531 nm.</li> <li>green [<em>numerical</em>] - Surface reflectance values at 565 nm.</li> <li>yellow [<em>numerical</em>] - Surface reflectance values at 610 nm.</li> <li>red [<em>numerical</em>] - Surface reflectance values at 665 nm.</li> <li>rededge [<em>numerical</em>] - Surface reflectance values at 705 nm.</li> <li>nir [<em>numerical</em>] - Surface reflectance values at 865 nm.</li> </ul> <h2>4. saltmarsh-transect-metadata.csv</h2> <p>Comma-delimited file with information about vegetation sampling transects. Each row represents one transect.</p> <p>File contains 6 variables.</p> <p><strong>Variables:</strong></p> <ul> <li>water_system [<em>string</em>] - Study system in which the transect was sampled</li> <li>transect_set [<em>string</em>] - Which set of transects was this transect sampled in? Set A was performed in 2019, set B in 2023.</li> <li>site [<em>string</em>] - Name of the site within the study system. This was used exclusively to plan transects.</li> <li>transect [<em>string</em>] - Name of transect in which the quadrat was sampled</li> <li>date [<em>date yyyy-mm-dd</em>] - Date of transect sampling.</li> <li>notes [<em>string</em>] - Notes taken during transect sampling and which might be relevant to understand data issues.</li> </ul> <h2>5. saltmarsh-vegetation-quadrats.gpkg</h2> <p>Data used for to create vegetation clusters (<code>cluster</code>) and saltmarsh community types (<code>marsh_type</code>). The later was used as the target class in the supervised model training. Each row represents one quadrat, and each column contains either quadrat identifiers, or presence/absence of species.</p> <p>File contains a single layer with 2448 points and 32 variables.</p> <p><strong>Variables:</strong></p> <ul> <li>water_system [<em>string</em>] - Study system in which the transect was sampled</li> <li>transect [<em>string</em>] - Name of transect in which the quadrat was sampled</li> <li>transect_set [<em>string</em>] - Which set of transects was this transect sampled in? Set A was performed in 2019, set B in 2023.</li> <li>quad_id [<em>integer</em>] - Unique identifier per quadrat</li> <li>distance_from_water <em>[integer]</em> - Distance from start of quadrat, which was the point closes to the water where saltmarsh was found for that transect.</li> <li>cluster [<em>integer</em>] - Vegetation cluster identified via hierarchical clustering. They are nested within <code>water_system</code>, and the same number within different systems will not correspond to the same vegetation type.</li> <li>marsh_type [<em>string</em>] - Functional groupings of saltmarsh vegetation (low, middle or high), created by grouping <code>cluster</code> based on niche of the defined clusters.</li> <li>Arthrocaulon.macrostachyum [<em>boolean</em>] - Presence (1) or absence (0) of the species with the variable name.</li> <li>Tripolium.pannonicum [<em>boolean</em>] - Presence (1) or absence (0) of the species with the variable name.</li> <li>Atriplex.halimus [<em>boolean</em>] - Presence (1) or absence (0) of the species with the variable name.</li> <li>Cistanche.phelypaea [<em>boolean</em>] - Presence (1) or absence (0) of the species with the variable name.</li> <li>Atriplex.portulacoides [<em>boolean</em>] - Presence (1) or absence (0) of the species with the variable name.</li> <li>Limbarda.crithmoides [<em>boolean</em>] - Presence (1) or absence (0) of the species with the variable name.</li> <li>Juncus.effusus [<em>boolean</em>] - Presence (1) or absence (0) of the species with the variable name.</li> <li>Limoniastrum.monopetalum [<em>boolean</em>] - Presence (1) or absence (0) of the species with the variable name.</li> <li>Myriolimon.ferulaceum [<em>boolean</em>] - Presence (1) or absence (0) of the species with the variable name.</li> <li>Limonium.vulgare [<em>boolean</em>] - Presence (1) or absence (0) of the species with the variable name.</li> <li>Phragmites.australis [<em>boolean</em>] - Presence (1) or absence (0) of the species with the variable name.</li> <li>Polygonum.maritimum [<em>boolean</em>] - Presence (1) or absence (0) of the species with the variable name.</li> <li>Puccinellia.maritima [<em>boolean</em>] - Presence (1) or absence (0) of the species with the variable name.</li> <li>Salicornia.procumbens [<em>boolean</em>] - Presence (1) or absence (0) of the species with the variable name.</li> <li>Salicornia.europaea [<em>boolean</em>] - Presence (1) or absence (0) of the species with the variable name.</li> <li>Caroxylon.vermiculatum [<em>boolean</em>] - Presence (1) or absence (0) of the species with the variable name.</li> <li>Salicornia.fruticosa [<em>boolean</em>] - Presence (1) or absence (0) of the species with the variable name.</li> <li>Salicornia.perennis [<em>boolean</em>] - Presence (1) or absence (0) of the species with the variable name.</li> <li>Bolboschoenus.maritimus [<em>boolean</em>] - Presence (1) or absence (0) of the species with the variable name.</li> <li>Sporobolus.maritimus [<em>boolean</em>] - Presence (1) or absence (0) of the species with the variable name.</li> <li>Spergularia.bocconei [<em>boolean</em>] - Presence (1) or absence (0) of the species with the variable name.</li> <li>Suaeda.vera [<em>boolean</em>] - Presence (1) or absence (0) of the species with the variable name.</li> <li>Triglochin.maritima [<em>boolean</em>] - Presence (1) or absence (0) of the species with the variable name.</li> <li>Sporobolus.montevidensis [<em>boolean</em>] - Presence (1) or absence (0) of the species with the variable name.</li> </ul> <h2>6. predicted-map.tif</h2> <p>Geotiff file with a single layer for predicted saltmarsh community. Values are:<br>&nbsp; - <em>no data</em> - Not saltmarsh<br>&nbsp; - <em>1</em> - Low saltmarsh<br>&nbsp; - <em>2</em> - Middle saltmarsh<br>&nbsp; - <em>3</em> - High saltmarsh</p> <p><strong>CRS</strong> - EPSG:32629</p> </div> </div> </div>

opencc-by-4.0Sep 2024View details →
zenodo48/100

Data supplement for "Land use intensification increasingly drives the spatiotemporal patterns of the global human appropriation of net primary production in the last century"

<p>This data supplements the publication &quot;Land use intensification increasingly drives the spatiotemporal patterns of the global human appropriation of net primary production in the last century&quot; by Thomas Kastner, Sarah Matej, Matthew Forrest, Simone Gingrich, Helmut Haberl, Thomas Hickler, Fridolin Krausmann, Gitta Lasslop, Maria Niedertscheider, Christoph Plutzar, Florian Schwarzm&uuml;ller, J&ouml;rg Steinkamp, Karl-Heinz Erb.</p> <p>For details, please refer to the included readme file and to the publication (<a href="https://doi.org/10.1111/gcb.15932">https://doi.org/10.1111/gcb.15932</a>)</p> <p>In this new Version 1.01, we changed the file&nbsp;structure&nbsp;to make the data more accessible, we added data on means across modulations as used in the paper, and we include csv files with national totals for the different HANPP components.</p>

opencc-by-4.0Sep 2021View details →
edi48/100

Spatiotemporal variation in internal phosphorus loading, sediment characteristics, water column chemistry, and thermal mixing in a hypereutrophic reservoir in southwest Iowa, USA (2019-2020)

The primary aim of the data product is to quantify seasonal and spatial variation in sediment phosphorus fluxes in a temperate reservoir and evaluate mechanisms responsible for instances of elevated sediment phosphorus release. We studied Green Valley Lake, a hypereutrophic reservoir in southwest Iowa, USA, from 2019 to 2020. We measured sediment phosphorus flux rates and potential explanatory variables at three sites along the longitudinal gradient of the reservoir over six sampling events during winter and summer stratification as well as mixing events in the spring, summer, and fall. Ex situ sediment core incubations were used to measure sediment P release rates under ambient temperature and dissolved oxygen conditions. Explanatory variables measured included sediment phosphorus chemistry, sediment physical characteristics, epilimnetic and hypolimnetic nutrient concentrations, and thermal stratification patterns. These data will be used to identify mechanisms driving hot spots and hot moments of sediment phosphorus release, which will contribute to our understanding of how areas of lakebed and times of the year can disproportionately influence whole-lake water chemistry.

openCC (other)Oct 2021View details →
edi48/100

Stomach contents (1977-1981) and stable isotopes (1994) from the Everglades, Florida, USA from the publication "Fishes in a seasonally pulsed wetland show spatiotemporal shifts in diet and trophic niche but not shifts in trophic position"

Stomach contents of fishes (1977-1981) and stable isotopes of fishes, invertebrates, and basal resources (1994) were collected from spikerush marsh, sawgrass ridge, and alligator pond habitats in Shark River Slough, Everglades National Park, Florida, USA. These data were used to quantify diet, trophic niche area, trophic position, basal resource use and how these metrics vary among size classes, seasons, and habitats. Data collection is complete. These data support Flood et al. (2023). Associated R code will be made available through Peter Flood's GitHub: https://github.com/pjflood/historic_everglades_aquatic_food_web. References: Flood, Peter J., William F. Loftus, and Joel C. Trexler. "Fishes in a seasonally pulsed wetland show spatiotemporal shifts in diet and trophic niche but not shifts in trophic position." Food Webs 34 (2023): e00265. https://doi.org/10.1016/j.fooweb.2022.e00265

openCC (other)Jan 2025View details →
zenodo44/100

Harnessing the power of digitized natural history collections to visualize spatiotemporal patterns in native and non-native bee flight phenology

<p>What&nbsp;time&nbsp;of&nbsp;year&nbsp;are&nbsp;bees&nbsp;flying,&nbsp;where&nbsp;are&nbsp;they&nbsp;flying,&nbsp;and&nbsp;how&nbsp;do&nbsp;biogeographical&nbsp;factors,&nbsp;sex,&nbsp;and&nbsp;native&nbsp;status&nbsp;affect&nbsp;flight&nbsp;phenology?&nbsp;Consistent&nbsp;monitoring&nbsp;along&nbsp;with&nbsp;creating&nbsp;spatially&nbsp;and&nbsp;temporally&nbsp;explicit&nbsp;visualizations&nbsp;using&nbsp;large&nbsp;openly&nbsp;available&nbsp;data&nbsp;sets&nbsp;enhance&nbsp;our&nbsp;understanding&nbsp;of&nbsp;trends&nbsp;in&nbsp;flight&nbsp;time&nbsp;phenology&nbsp;and&nbsp;shape&nbsp;our&nbsp;understanding&nbsp;of&nbsp;bee-plant&nbsp;interactions,&nbsp;including&nbsp;shifts&nbsp;in&nbsp;the&nbsp;phenology&nbsp;of&nbsp;bee&nbsp;pollinators.</p> <p>Species&nbsp;occurrence&nbsp;data&nbsp;from&nbsp;digitized&nbsp;collection&nbsp;networks&nbsp;(iNaturalist,&nbsp;Global&nbsp;Biodiversity&nbsp;Information&nbsp;Faculty&nbsp;(GBIF),&nbsp;Integrated&nbsp;Digitized&nbsp;Biocollections&nbsp;(iDigBio),&nbsp;Symbiota&nbsp;Collections&nbsp;of&nbsp;Arthropods&nbsp;Network&nbsp;(SCAN),&nbsp;and&nbsp;UC&nbsp;Santa&nbsp;Barbara&nbsp;Collection&nbsp;Network)&nbsp;are&nbsp;part&nbsp;of&nbsp;an&nbsp;effort&nbsp;to&nbsp;improve&nbsp;our&nbsp;understanding&nbsp;of&nbsp;bees&nbsp;in&nbsp;coastal&nbsp;Santa&nbsp;Barbara&nbsp;County,&nbsp;including&nbsp;the&nbsp;California&nbsp;Channel&nbsp;Islands.&nbsp;New&nbsp;inventory&nbsp;collections&nbsp;combined&nbsp;with&nbsp;historical&nbsp;data&nbsp;from&nbsp;over&nbsp;11&nbsp;natural&nbsp;history&nbsp;museums&nbsp;and&nbsp;2&nbsp;observation&nbsp;networks&nbsp;are&nbsp;used&nbsp;in&nbsp;an&nbsp;effort&nbsp;to&nbsp;examine&nbsp;patterns&nbsp;and&nbsp;changes&nbsp;in&nbsp;phenology&nbsp;of&nbsp;native&nbsp;and&nbsp;non-native&nbsp;bee&nbsp;species,&nbsp;and&nbsp;create&nbsp;updated&nbsp;species&nbsp;inventories.</p> <p>Synthesizing species observation data from digitized natural history collections makes use of a wealth of existing data and multiplies the analytical power of isolated observations, but it is not without limitations and challenges. By exploring novel techniques to generate clear and accurate visualizations to communicate bee flight time, we present our key initial findings and identify geographic, temporal, and taxonomic gaps, which will lead to further focused inventory projects of coastal Santa Barbara County, improved data quality for phenological analyses, and reusable methods for visualizing insect phenology data across taxa or geography.</p> <p><strong>The attached files include the R code and some of the .csv files used to produce the figures in my poster that was available on demand at the Entomology Society of America 2020 virtual meeting.&nbsp;&nbsp;</strong></p>

opencc-by-4.0Dec 2019View details →
zenodo44/100

Spatiotemporal prediction of soil organic carbon density (SOCD) for pan-Europe (2000-2022) in 3D+T

<h2><strong>Sub-dataset: SOCD p025, 2016&ndash;2020</strong></h2> <h2>Disclaimer</h2> <p>This is the first release of pan-EU predictions of soil health indicators (the Soil Health Data Cube). Use for testing purposes only. A publication describing methods used has been submitted to PeerJ and is in review. Funded by the European Union. Views and opinions expressed are however those of the author(s) only and do not necessarily reflect those of the European Union or European Commision. Neither the European Union nor the granting authority can be held responsible for them. The data is provided "as is". AI4SoilHealth project consortium and its suppliers and licensors hereby disclaim all warranties of any kind, express or implied, including, without limitation, the warranties of merchantability, fitness for a particular purpose and non-infringement. Neither AI4SoilHealth project Consortium nor its suppliers and licensors, makes any warranty that the Website will be error free or that access thereto will be continuous or uninterrupted. You understand that you download from, or otherwise obtain content or services through, the Website at your own discretion and risk.</p> <h2>Description</h2> <p>This dataset covers pan-European areas, including Ukraine, the UK, and Turkey. This data cube could be used for applications such as soil property mapping and comprehensive soil health assessment across Europe. The dataset spans four depth ranges and multiple time periods, providing information for studies on soil organic carbon stock and dynamics.</p> <p>This dataset is part of the Spatiotemporal prediction of soil organic carbon density for Europe (2000-2022) in 3D+T dataset. Check the related identifiers section below to access other parts of the dataset.</p> <p>This data set includes:</p> <ul> <li><strong>Soil Organic Carbon Density (SOCD) (2000-2022, 4-year intervals):</strong><br> This data includes mean, p975, and p025 SOCD maps for four depth ranges (0-20cm, 20-50cm, 50-100cm, and 100-200cm) in kg/m<sup>3</sup> (scaled 10x). </li> <li><strong>Organic carbon content based on dry combustion weight percentage (WPCT) (2000-2022, 4-year intervals):</strong><br> This data includes mean, p975, and p025 WPCT maps for four depth ranges (0-20cm, 20-50cm, 50-100cm, and 100-200cm) in percentage (scaled 10x). </li> </ul> <h3>Related identifiers</h3> <ul> <li><strong>SOCD mean:</strong><br> <a href="https://doi.org/10.5281/zenodo.13754343">2000-2004</a> <a href="https://doi.org/10.5281/zenodo.13771721">2004-2008</a> <a href="https://doi.org/10.5281/zenodo.13771841">2008-2012</a> <a href="https://doi.org/10.5281/zenodo.13771911">2012-2016</a> <a href="https://doi.org/10.5281/zenodo.13771967">2016-2020</a> <a href="https://doi.org/10.5281/zenodo.13772054">2020-2022</a> </li> <li><strong>SOCD p025:</strong><br> <a href="https://doi.org/10.5281/zenodo.13779539">2000-2004</a> <a href="https://doi.org/10.5281/zenodo.13774064">2004-2008</a> <a href="https://doi.org/10.5281/zenodo.13774089">2008-2012</a> <a href="https://doi.org/10.5281/zenodo.13774114">2012-2016</a> <a href="https://doi.org/10.5281/zenodo.13774167">2016-2020</a> <a href="https://doi.org/10.5281/zenodo.13774196">2020-2022</a> </li> <li><strong>SOCD p975:</strong><br> <a href="https://doi.org/10.5281/zenodo.13778472">2000-2004</a> <a href="https://doi.org/10.5281/zenodo.13773396">2004-2008</a> <a href="https://doi.org/10.5281/zenodo.13773765">2008-2012</a> <a href="https://doi.org/10.5281/zenodo.13773828">2012-2016</a> <a href="https://doi.org/10.5281/zenodo.13773953">2016-2020</a> <a href="https://doi.org/10.5281/zenodo.13774003">2020-2022</a> </li> </ul> <h3>Data Details</h3> <ul> <li><strong>Time period:</strong> 2000&ndash;2022, in 4-year intervals (last period covers 2020–2022).</li> <li><strong>Type of data:</strong> Spatiotemporal soil organic carbon data cube, with depth ranges and weighted percentage data for soil carbon assessments.</li> <li><strong>How the data was collected or derived:</strong> The data was derived using machine learning models.</li> <li><strong>Statistical methods used:</strong> Quantile Random Forest</li> <li><strong>Limitations or exclusions in the data:</strong> The dataset does not include data for Svalbard. </li> <li><strong>Coordinate reference system:</strong> EPSG:3035</li> <li><strong>Bounding box (Xmin, Ymin, Xmax, Ymax):</strong> (900,000, 899,000, 7,401,000, 5,501,000)</li> <li><strong>Spatial resolution:</strong> 30m</li> <li><strong>Image size:</strong> 216,700P x 153,400L</li> <li><strong>File format:</strong> Cloud Optimized Geotiff (COG) format.</li> </ul> <h3>Support</h3> <p>If you discover a bug, artifact, or inconsistency, or if you have a question please raise a GitHub issue: GitLab Issues (tbc)</p> <h3>Name convention</h3> <p>To ensure consistency and ease of use across and within the projects, we follow the standard Ai4SoilHealth and Open-Earth-Monitor file-naming convention. The convention works with 10 fields that describe important properties of the data. In this way users can search files, prepare data analysis etc, without needing to open files. The fields are:</p> <ol> <li><strong>generic variable name:</strong> oc = organic carbon</li> <li><strong>variable procedure combination:</strong> iso.10694.1995.mg.cm3 = ISO method 10694:1995, with values in mg/cm<sup>3</sup> for SOCD | iso.10694.1995.wpct = ISO method 10694:1995, with values in weighted percentage of organic carbon content.</li> <li><strong>Position in the probability distribution/variable type:</strong> m = mean | p975 = percentile 97.5 | p025 = percentile 2.5</li> <li><strong>Spatial support:</strong> 30m</li> <li><strong>Depth reference:</strong> b0cm..20cm = depth range from 0 to 20cm</li> <li><strong>Time reference begin time:</strong> 20000101 = 2000-01-01</li> <li><strong>Time reference end time:</strong> 20041231 = 2004-12-31</li> <li><strong>Bounding box:</strong> eu = pan-Europe</li> <li><strong>EPSG code:</strong> epsg.3035</li> <li><strong>Version code:</strong> v20240804 = version from 2024-08-04</li> </ol>

opencc-by-4.0Sep 2024View details →
zenodo44/100

Spatiotemporal prediction of soil organic carbon density (SOCD) for pan-Europe (2000-2022) in 3D+T

<h2><strong>Sub-dataset: SOCD p025, 2008&ndash;2012</strong></h2> <h2>Disclaimer</h2> <p>This is the first release of pan-EU predictions of soil health indicators (the Soil Health Data Cube). Use for testing purposes only. A publication describing methods used has been submitted to PeerJ and is in review. Funded by the European Union. Views and opinions expressed are however those of the author(s) only and do not necessarily reflect those of the European Union or European Commision. Neither the European Union nor the granting authority can be held responsible for them. The data is provided "as is". AI4SoilHealth project consortium and its suppliers and licensors hereby disclaim all warranties of any kind, express or implied, including, without limitation, the warranties of merchantability, fitness for a particular purpose and non-infringement. Neither AI4SoilHealth project Consortium nor its suppliers and licensors, makes any warranty that the Website will be error free or that access thereto will be continuous or uninterrupted. You understand that you download from, or otherwise obtain content or services through, the Website at your own discretion and risk.</p> <h2>Description</h2> <p>This dataset covers pan-European areas, including Ukraine, the UK, and Turkey. This data cube could be used for applications such as soil property mapping and comprehensive soil health assessment across Europe. The dataset spans four depth ranges and multiple time periods, providing information for studies on soil organic carbon stock and dynamics.</p> <p>This dataset is part of the Spatiotemporal prediction of soil organic carbon density for Europe (2000-2022) in 3D+T dataset. Check the related identifiers section below to access other parts of the dataset.</p> <p>This data set includes:</p> <ul> <li><strong>Soil Organic Carbon Density (SOCD) (2000-2022, 4-year intervals):</strong><br> This data includes mean, p975, and p025 SOCD maps for four depth ranges (0-20cm, 20-50cm, 50-100cm, and 100-200cm) in kg/m<sup>3</sup> (scaled 10x). </li> <li><strong>Organic carbon content based on dry combustion weight percentage (WPCT) (2000-2022, 4-year intervals):</strong><br> This data includes mean, p975, and p025 WPCT maps for four depth ranges (0-20cm, 20-50cm, 50-100cm, and 100-200cm) in percentage (scaled 10x). </li> </ul> <h3>Related identifiers</h3> <ul> <li><strong>SOCD mean:</strong><br> <a href="https://doi.org/10.5281/zenodo.13754343">2000-2004</a> <a href="https://doi.org/10.5281/zenodo.13771721">2004-2008</a> <a href="https://doi.org/10.5281/zenodo.13771841">2008-2012</a> <a href="https://doi.org/10.5281/zenodo.13771911">2012-2016</a> <a href="https://doi.org/10.5281/zenodo.13771967">2016-2020</a> <a href="https://doi.org/10.5281/zenodo.13772054">2020-2022</a> </li> <li><strong>SOCD p025:</strong><br> <a href="https://doi.org/10.5281/zenodo.13779539">2000-2004</a> <a href="https://doi.org/10.5281/zenodo.13774064">2004-2008</a> <a href="https://doi.org/10.5281/zenodo.13774089">2008-2012</a> <a href="https://doi.org/10.5281/zenodo.13774114">2012-2016</a> <a href="https://doi.org/10.5281/zenodo.13774167">2016-2020</a> <a href="https://doi.org/10.5281/zenodo.13774196">2020-2022</a> </li> <li><strong>SOCD p975:</strong><br> <a href="https://doi.org/10.5281/zenodo.13778472">2000-2004</a> <a href="https://doi.org/10.5281/zenodo.13773396">2004-2008</a> <a href="https://doi.org/10.5281/zenodo.13773765">2008-2012</a> <a href="https://doi.org/10.5281/zenodo.13773828">2012-2016</a> <a href="https://doi.org/10.5281/zenodo.13773953">2016-2020</a> <a href="https://doi.org/10.5281/zenodo.13774003">2020-2022</a> </li> </ul> <h3>Data Details</h3> <ul> <li><strong>Time period:</strong> 2000&ndash;2022, in 4-year intervals (last period covers 2020–2022).</li> <li><strong>Type of data:</strong> Spatiotemporal soil organic carbon data cube, with depth ranges and weighted percentage data for soil carbon assessments.</li> <li><strong>How the data was collected or derived:</strong> The data was derived using machine learning models.</li> <li><strong>Statistical methods used:</strong> Quantile Random Forest</li> <li><strong>Limitations or exclusions in the data:</strong> The dataset does not include data for Svalbard. </li> <li><strong>Coordinate reference system:</strong> EPSG:3035</li> <li><strong>Bounding box (Xmin, Ymin, Xmax, Ymax):</strong> (900,000, 899,000, 7,401,000, 5,501,000)</li> <li><strong>Spatial resolution:</strong> 30m</li> <li><strong>Image size:</strong> 216,700P x 153,400L</li> <li><strong>File format:</strong> Cloud Optimized Geotiff (COG) format.</li> </ul> <h3>Support</h3> <p>If you discover a bug, artifact, or inconsistency, or if you have a question please raise a GitHub issue: GitLab Issues (tbc)</p> <h3>Name convention</h3> <p>To ensure consistency and ease of use across and within the projects, we follow the standard Ai4SoilHealth and Open-Earth-Monitor file-naming convention. The convention works with 10 fields that describe important properties of the data. In this way users can search files, prepare data analysis etc, without needing to open files. The fields are:</p> <ol> <li><strong>generic variable name:</strong> oc = organic carbon</li> <li><strong>variable procedure combination:</strong> iso.10694.1995.mg.cm3 = ISO method 10694:1995, with values in mg/cm<sup>3</sup> for SOCD | iso.10694.1995.wpct = ISO method 10694:1995, with values in weighted percentage of organic carbon content.</li> <li><strong>Position in the probability distribution/variable type:</strong> m = mean | p975 = percentile 97.5 | p025 = percentile 2.5</li> <li><strong>Spatial support:</strong> 30m</li> <li><strong>Depth reference:</strong> b0cm..20cm = depth range from 0 to 20cm</li> <li><strong>Time reference begin time:</strong> 20000101 = 2000-01-01</li> <li><strong>Time reference end time:</strong> 20041231 = 2004-12-31</li> <li><strong>Bounding box:</strong> eu = pan-Europe</li> <li><strong>EPSG code:</strong> epsg.3035</li> <li><strong>Version code:</strong> v20240804 = version from 2024-08-04</li> </ol>

opencc-by-4.0Sep 2024View details →
zenodo44/100

Spatiotemporal prediction of soil organic carbon density (SOCD) for pan-Europe (2000-2022) in 3D+T

<h2><strong>Sub-dataset: SOCD p025, 2004&ndash;2008</strong></h2> <h2>Disclaimer</h2> <p>This is the first release of pan-EU predictions of soil health indicators (the Soil Health Data Cube). Use for testing purposes only. A publication describing methods used has been submitted to PeerJ and is in review. Funded by the European Union. Views and opinions expressed are however those of the author(s) only and do not necessarily reflect those of the European Union or European Commision. Neither the European Union nor the granting authority can be held responsible for them. The data is provided "as is". AI4SoilHealth project consortium and its suppliers and licensors hereby disclaim all warranties of any kind, express or implied, including, without limitation, the warranties of merchantability, fitness for a particular purpose and non-infringement. Neither AI4SoilHealth project Consortium nor its suppliers and licensors, makes any warranty that the Website will be error free or that access thereto will be continuous or uninterrupted. You understand that you download from, or otherwise obtain content or services through, the Website at your own discretion and risk.</p> <h2>Description</h2> <p>This dataset covers pan-European areas, including Ukraine, the UK, and Turkey. This data cube could be used for applications such as soil property mapping and comprehensive soil health assessment across Europe. The dataset spans four depth ranges and multiple time periods, providing information for studies on soil organic carbon stock and dynamics.</p> <p>This dataset is part of the Spatiotemporal prediction of soil organic carbon density for Europe (2000-2022) in 3D+T dataset. Check the related identifiers section below to access other parts of the dataset.</p> <p>This data set includes:</p> <ul> <li><strong>Soil Organic Carbon Density (SOCD) (2000-2022, 4-year intervals):</strong><br> This data includes mean, p975, and p025 SOCD maps for four depth ranges (0-20cm, 20-50cm, 50-100cm, and 100-200cm) in kg/m<sup>3</sup> (scaled 10x). </li> <li><strong>Organic carbon content based on dry combustion weight percentage (WPCT) (2000-2022, 4-year intervals):</strong><br> This data includes mean, p975, and p025 WPCT maps for four depth ranges (0-20cm, 20-50cm, 50-100cm, and 100-200cm) in percentage (scaled 10x). </li> </ul> <h3>Related identifiers</h3> <ul> <li><strong>SOCD mean:</strong><br> <a href="https://doi.org/10.5281/zenodo.13754343">2000-2004</a> <a href="https://doi.org/10.5281/zenodo.13771721">2004-2008</a> <a href="https://doi.org/10.5281/zenodo.13771841">2008-2012</a> <a href="https://doi.org/10.5281/zenodo.13771911">2012-2016</a> <a href="https://doi.org/10.5281/zenodo.13771967">2016-2020</a> <a href="https://doi.org/10.5281/zenodo.13772054">2020-2022</a> </li> <li><strong>SOCD p025:</strong><br> <a href="https://doi.org/10.5281/zenodo.13779539">2000-2004</a> <a href="https://doi.org/10.5281/zenodo.13774064">2004-2008</a> <a href="https://doi.org/10.5281/zenodo.13774089">2008-2012</a> <a href="https://doi.org/10.5281/zenodo.13774114">2012-2016</a> <a href="https://doi.org/10.5281/zenodo.13774167">2016-2020</a> <a href="https://doi.org/10.5281/zenodo.13774196">2020-2022</a> </li> <li><strong>SOCD p975:</strong><br> <a href="https://doi.org/10.5281/zenodo.13778472">2000-2004</a> <a href="https://doi.org/10.5281/zenodo.13773396">2004-2008</a> <a href="https://doi.org/10.5281/zenodo.13773765">2008-2012</a> <a href="https://doi.org/10.5281/zenodo.13773828">2012-2016</a> <a href="https://doi.org/10.5281/zenodo.13773953">2016-2020</a> <a href="https://doi.org/10.5281/zenodo.13774003">2020-2022</a> </li> </ul> <h3>Data Details</h3> <ul> <li><strong>Time period:</strong> 2000&ndash;2022, in 4-year intervals (last period covers 2020–2022).</li> <li><strong>Type of data:</strong> Spatiotemporal soil organic carbon data cube, with depth ranges and weighted percentage data for soil carbon assessments.</li> <li><strong>How the data was collected or derived:</strong> The data was derived using machine learning models.</li> <li><strong>Statistical methods used:</strong> Quantile Random Forest</li> <li><strong>Limitations or exclusions in the data:</strong> The dataset does not include data for Svalbard. </li> <li><strong>Coordinate reference system:</strong> EPSG:3035</li> <li><strong>Bounding box (Xmin, Ymin, Xmax, Ymax):</strong> (900,000, 899,000, 7,401,000, 5,501,000)</li> <li><strong>Spatial resolution:</strong> 30m</li> <li><strong>Image size:</strong> 216,700P x 153,400L</li> <li><strong>File format:</strong> Cloud Optimized Geotiff (COG) format.</li> </ul> <h3>Support</h3> <p>If you discover a bug, artifact, or inconsistency, or if you have a question please raise a GitHub issue: GitLab Issues (tbc)</p> <h3>Name convention</h3> <p>To ensure consistency and ease of use across and within the projects, we follow the standard Ai4SoilHealth and Open-Earth-Monitor file-naming convention. The convention works with 10 fields that describe important properties of the data. In this way users can search files, prepare data analysis etc, without needing to open files. The fields are:</p> <ol> <li><strong>generic variable name:</strong> oc = organic carbon</li> <li><strong>variable procedure combination:</strong> iso.10694.1995.mg.cm3 = ISO method 10694:1995, with values in mg/cm<sup>3</sup> for SOCD | iso.10694.1995.wpct = ISO method 10694:1995, with values in weighted percentage of organic carbon content.</li> <li><strong>Position in the probability distribution/variable type:</strong> m = mean | p975 = percentile 97.5 | p025 = percentile 2.5</li> <li><strong>Spatial support:</strong> 30m</li> <li><strong>Depth reference:</strong> b0cm..20cm = depth range from 0 to 20cm</li> <li><strong>Time reference begin time:</strong> 20000101 = 2000-01-01</li> <li><strong>Time reference end time:</strong> 20041231 = 2004-12-31</li> <li><strong>Bounding box:</strong> eu = pan-Europe</li> <li><strong>EPSG code:</strong> epsg.3035</li> <li><strong>Version code:</strong> v20240804 = version from 2024-08-04</li> </ol>

opencc-by-4.0Sep 2024View details →
zenodo44/100

Spatiotemporal prediction of soil organic carbon density (SOCD) for pan-Europe (2000-2022) in 3D+T

<h2><strong>Sub-dataset: SOCD p025, 2000&ndash;2004</strong></h2> <h2>Disclaimer</h2> <p>This is the first release of pan-EU predictions of soil health indicators (the Soil Health Data Cube). Use for testing purposes only. A publication describing methods used has been submitted to PeerJ and is in review. Funded by the European Union. Views and opinions expressed are however those of the author(s) only and do not necessarily reflect those of the European Union or European Commision. Neither the European Union nor the granting authority can be held responsible for them. The data is provided "as is". AI4SoilHealth project consortium and its suppliers and licensors hereby disclaim all warranties of any kind, express or implied, including, without limitation, the warranties of merchantability, fitness for a particular purpose and non-infringement. Neither AI4SoilHealth project Consortium nor its suppliers and licensors, makes any warranty that the Website will be error free or that access thereto will be continuous or uninterrupted. You understand that you download from, or otherwise obtain content or services through, the Website at your own discretion and risk.</p> <h2>Description</h2> <p>This dataset covers pan-European areas, including Ukraine, the UK, and Turkey. This data cube could be used for applications such as soil property mapping and comprehensive soil health assessment across Europe. The dataset spans four depth ranges and multiple time periods, providing information for studies on soil organic carbon stock and dynamics.</p> <p>This dataset is part of the Spatiotemporal prediction of soil organic carbon density for Europe (2000-2022) in 3D+T dataset. Check the related identifiers section below to access other parts of the dataset.</p> <p>This data set includes:</p> <ul> <li><strong>Soil Organic Carbon Density (SOCD) (2000-2022, 4-year intervals):</strong><br> This data includes mean, p975, and p025 SOCD maps for four depth ranges (0-20cm, 20-50cm, 50-100cm, and 100-200cm) in kg/m<sup>3</sup> (scaled 10x). </li> <li><strong>Organic carbon content based on dry combustion weight percentage (WPCT) (2000-2022, 4-year intervals):</strong><br> This data includes mean, p975, and p025 WPCT maps for four depth ranges (0-20cm, 20-50cm, 50-100cm, and 100-200cm) in percentage (scaled 10x). </li> </ul> <h3>Related identifiers</h3> <ul> <li><strong>SOCD mean:</strong><br> <a href="https://doi.org/10.5281/zenodo.13754343">2000-2004</a> <a href="https://doi.org/10.5281/zenodo.13771721">2004-2008</a> <a href="https://doi.org/10.5281/zenodo.13771841">2008-2012</a> <a href="https://doi.org/10.5281/zenodo.13771911">2012-2016</a> <a href="https://doi.org/10.5281/zenodo.13771967">2016-2020</a> <a href="https://doi.org/10.5281/zenodo.13772054">2020-2022</a> </li> <li><strong>SOCD p025:</strong><br> <a href="https://doi.org/10.5281/zenodo.13779539">2000-2004</a> <a href="https://doi.org/10.5281/zenodo.13774064">2004-2008</a> <a href="https://doi.org/10.5281/zenodo.13774089">2008-2012</a> <a href="https://doi.org/10.5281/zenodo.13774114">2012-2016</a> <a href="https://doi.org/10.5281/zenodo.13774167">2016-2020</a> <a href="https://doi.org/10.5281/zenodo.13774196">2020-2022</a> </li> <li><strong>SOCD p975:</strong><br> <a href="https://doi.org/10.5281/zenodo.13778472">2000-2004</a> <a href="https://doi.org/10.5281/zenodo.13773396">2004-2008</a> <a href="https://doi.org/10.5281/zenodo.13773765">2008-2012</a> <a href="https://doi.org/10.5281/zenodo.13773828">2012-2016</a> <a href="https://doi.org/10.5281/zenodo.13773953">2016-2020</a> <a href="https://doi.org/10.5281/zenodo.13774003">2020-2022</a> </li> </ul> <h3>Data Details</h3> <ul> <li><strong>Time period:</strong> 2000&ndash;2022, in 4-year intervals (last period covers 2020–2022).</li> <li><strong>Type of data:</strong> Spatiotemporal soil organic carbon data cube, with depth ranges and weighted percentage data for soil carbon assessments.</li> <li><strong>How the data was collected or derived:</strong> The data was derived using machine learning models.</li> <li><strong>Statistical methods used:</strong> Quantile Random Forest</li> <li><strong>Limitations or exclusions in the data:</strong> The dataset does not include data for Svalbard. </li> <li><strong>Coordinate reference system:</strong> EPSG:3035</li> <li><strong>Bounding box (Xmin, Ymin, Xmax, Ymax):</strong> (900,000, 899,000, 7,401,000, 5,501,000)</li> <li><strong>Spatial resolution:</strong> 30m</li> <li><strong>Image size:</strong> 216,700P x 153,400L</li> <li><strong>File format:</strong> Cloud Optimized Geotiff (COG) format.</li> </ul> <h3>Support</h3> <p>If you discover a bug, artifact, or inconsistency, or if you have a question please raise a GitHub issue: GitLab Issues (tbc)</p> <h3>Name convention</h3> <p>To ensure consistency and ease of use across and within the projects, we follow the standard Ai4SoilHealth and Open-Earth-Monitor file-naming convention. The convention works with 10 fields that describe important properties of the data. In this way users can search files, prepare data analysis etc, without needing to open files. The fields are:</p> <ol> <li><strong>generic variable name:</strong> oc = organic carbon</li> <li><strong>variable procedure combination:</strong> iso.10694.1995.mg.cm3 = ISO method 10694:1995, with values in mg/cm<sup>3</sup> for SOCD | iso.10694.1995.wpct = ISO method 10694:1995, with values in weighted percentage of organic carbon content.</li> <li><strong>Position in the probability distribution/variable type:</strong> m = mean | p975 = percentile 97.5 | p025 = percentile 2.5</li> <li><strong>Spatial support:</strong> 30m</li> <li><strong>Depth reference:</strong> b0cm..20cm = depth range from 0 to 20cm</li> <li><strong>Time reference begin time:</strong> 20000101 = 2000-01-01</li> <li><strong>Time reference end time:</strong> 20041231 = 2004-12-31</li> <li><strong>Bounding box:</strong> eu = pan-Europe</li> <li><strong>EPSG code:</strong> epsg.3035</li> <li><strong>Version code:</strong> v20240804 = version from 2024-08-04</li> </ol>

opencc-by-4.0Sep 2024View details →
zenodo44/100

Spatiotemporal prediction of soil organic carbon density (SOCD) for pan-Europe (2000-2022) in 3D+T

<h2><strong>Sub-dataset: SOCD p975, 2008&ndash;2012</strong></h2> <h2>Disclaimer</h2> <p>This is the first release of pan-EU predictions of soil health indicators (the Soil Health Data Cube). Use for testing purposes only. A publication describing methods used has been submitted to PeerJ and is in review. Funded by the European Union. Views and opinions expressed are however those of the author(s) only and do not necessarily reflect those of the European Union or European Commision. Neither the European Union nor the granting authority can be held responsible for them. The data is provided "as is". AI4SoilHealth project consortium and its suppliers and licensors hereby disclaim all warranties of any kind, express or implied, including, without limitation, the warranties of merchantability, fitness for a particular purpose and non-infringement. Neither AI4SoilHealth project Consortium nor its suppliers and licensors, makes any warranty that the Website will be error free or that access thereto will be continuous or uninterrupted. You understand that you download from, or otherwise obtain content or services through, the Website at your own discretion and risk.</p> <h2>Description</h2> <p>This dataset covers pan-European areas, including Ukraine, the UK, and Turkey. This data cube could be used for applications such as soil property mapping and comprehensive soil health assessment across Europe. The dataset spans four depth ranges and multiple time periods, providing information for studies on soil organic carbon stock and dynamics.</p> <p>This dataset is part of the Spatiotemporal prediction of soil organic carbon density for Europe (2000-2022) in 3D+T dataset. Check the related identifiers section below to access other parts of the dataset.</p> <p>This data set includes:</p> <ul> <li><strong>Soil Organic Carbon Density (SOCD) (2000-2022, 4-year intervals):</strong><br> This data includes mean, p975, and p025 SOCD maps for four depth ranges (0-20cm, 20-50cm, 50-100cm, and 100-200cm) in kg/m<sup>3</sup> (scaled 10x). </li> <li><strong>Organic carbon content based on dry combustion weight percentage (WPCT) (2000-2022, 4-year intervals):</strong><br> This data includes mean, p975, and p025 WPCT maps for four depth ranges (0-20cm, 20-50cm, 50-100cm, and 100-200cm) in percentage (scaled 10x). </li> </ul> <h3>Related identifiers</h3> <ul> <li><strong>SOCD mean:</strong><br> <a href="https://doi.org/10.5281/zenodo.13754343">2000-2004</a> <a href="https://doi.org/10.5281/zenodo.13771721">2004-2008</a> <a href="https://doi.org/10.5281/zenodo.13771841">2008-2012</a> <a href="https://doi.org/10.5281/zenodo.13771911">2012-2016</a> <a href="https://doi.org/10.5281/zenodo.13771967">2016-2020</a> <a href="https://doi.org/10.5281/zenodo.13772054">2020-2022</a> </li> <li><strong>SOCD p025:</strong><br> <a href="https://doi.org/10.5281/zenodo.13779539">2000-2004</a> <a href="https://doi.org/10.5281/zenodo.13774064">2004-2008</a> <a href="https://doi.org/10.5281/zenodo.13774089">2008-2012</a> <a href="https://doi.org/10.5281/zenodo.13774114">2012-2016</a> <a href="https://doi.org/10.5281/zenodo.13774167">2016-2020</a> <a href="https://doi.org/10.5281/zenodo.13774196">2020-2022</a> </li> <li><strong>SOCD p975:</strong><br> <a href="https://doi.org/10.5281/zenodo.13778472">2000-2004</a> <a href="https://doi.org/10.5281/zenodo.13773396">2004-2008</a> <a href="https://doi.org/10.5281/zenodo.13773765">2008-2012</a> <a href="https://doi.org/10.5281/zenodo.13773828">2012-2016</a> <a href="https://doi.org/10.5281/zenodo.13773953">2016-2020</a> <a href="https://doi.org/10.5281/zenodo.13774003">2020-2022</a> </li> </ul> <h3>Data Details</h3> <ul> <li><strong>Time period:</strong> 2000&ndash;2022, in 4-year intervals (last period covers 2020–2022).</li> <li><strong>Type of data:</strong> Spatiotemporal soil organic carbon data cube, with depth ranges and weighted percentage data for soil carbon assessments.</li> <li><strong>How the data was collected or derived:</strong> The data was derived using machine learning models.</li> <li><strong>Statistical methods used:</strong> Quantile Random Forest</li> <li><strong>Limitations or exclusions in the data:</strong> The dataset does not include data for Svalbard. </li> <li><strong>Coordinate reference system:</strong> EPSG:3035</li> <li><strong>Bounding box (Xmin, Ymin, Xmax, Ymax):</strong> (900,000, 899,000, 7,401,000, 5,501,000)</li> <li><strong>Spatial resolution:</strong> 30m</li> <li><strong>Image size:</strong> 216,700P x 153,400L</li> <li><strong>File format:</strong> Cloud Optimized Geotiff (COG) format.</li> </ul> <h3>Support</h3> <p>If you discover a bug, artifact, or inconsistency, or if you have a question please raise a GitHub issue: GitLab Issues (tbc)</p> <h3>Name convention</h3> <p>To ensure consistency and ease of use across and within the projects, we follow the standard Ai4SoilHealth and Open-Earth-Monitor file-naming convention. The convention works with 10 fields that describe important properties of the data. In this way users can search files, prepare data analysis etc, without needing to open files. The fields are:</p> <ol> <li><strong>generic variable name:</strong> oc = organic carbon</li> <li><strong>variable procedure combination:</strong> iso.10694.1995.mg.cm3 = ISO method 10694:1995, with values in mg/cm<sup>3</sup> for SOCD | iso.10694.1995.wpct = ISO method 10694:1995, with values in weighted percentage of organic carbon content.</li> <li><strong>Position in the probability distribution/variable type:</strong> m = mean | p975 = percentile 97.5 | p025 = percentile 2.5</li> <li><strong>Spatial support:</strong> 30m</li> <li><strong>Depth reference:</strong> b0cm..20cm = depth range from 0 to 20cm</li> <li><strong>Time reference begin time:</strong> 20000101 = 2000-01-01</li> <li><strong>Time reference end time:</strong> 20041231 = 2004-12-31</li> <li><strong>Bounding box:</strong> eu = pan-Europe</li> <li><strong>EPSG code:</strong> epsg.3035</li> <li><strong>Version code:</strong> v20240804 = version from 2024-08-04</li> </ol>

opencc-by-4.0Sep 2024View details →
zenodo44/100

Spatiotemporal prediction of soil organic carbon density (SOCD) for pan-Europe (2000-2022) in 3D+T

<h2><strong>Sub-dataset: SOCD mean, 2004&ndash;2008</strong></h2> <h2>Disclaimer</h2> <p>This is the first release of pan-EU predictions of soil health indicators (the Soil Health Data Cube). Use for testing purposes only. A publication describing methods used has been submitted to PeerJ and is in review. Funded by the European Union. Views and opinions expressed are however those of the author(s) only and do not necessarily reflect those of the European Union or European Commision. Neither the European Union nor the granting authority can be held responsible for them. The data is provided "as is". AI4SoilHealth project consortium and its suppliers and licensors hereby disclaim all warranties of any kind, express or implied, including, without limitation, the warranties of merchantability, fitness for a particular purpose and non-infringement. Neither AI4SoilHealth project Consortium nor its suppliers and licensors, makes any warranty that the Website will be error free or that access thereto will be continuous or uninterrupted. You understand that you download from, or otherwise obtain content or services through, the Website at your own discretion and risk.</p> <h2>Description</h2> <p>This dataset covers pan-European areas, including Ukraine, the UK, and Turkey. This data cube could be used for applications such as soil property mapping and comprehensive soil health assessment across Europe. The dataset spans four depth ranges and multiple time periods, providing information for studies on soil organic carbon stock and dynamics.</p> <p>This dataset is part of the Spatiotemporal prediction of soil organic carbon density for Europe (2000-2022) in 3D+T dataset. Check the related identifiers section below to access other parts of the dataset.</p> <p>This data set includes:</p> <ul> <li><strong>Soil Organic Carbon Density (SOCD) (2000-2022, 4-year intervals):</strong><br> This data includes mean, p975, and p025 SOCD maps for four depth ranges (0-20cm, 20-50cm, 50-100cm, and 100-200cm) in kg/m<sup>3</sup> (scaled 10x). </li> <li><strong>Organic carbon content based on dry combustion weight percentage (WPCT) (2000-2022, 4-year intervals):</strong><br> This data includes mean, p975, and p025 WPCT maps for four depth ranges (0-20cm, 20-50cm, 50-100cm, and 100-200cm) in percentage (scaled 10x). </li> </ul> <h3>Related identifiers</h3> <ul> <li><strong>SOCD mean:</strong><br> <a href="https://doi.org/10.5281/zenodo.13754343">2000-2004</a> <a href="https://doi.org/10.5281/zenodo.13771721">2004-2008</a> <a href="https://doi.org/10.5281/zenodo.13771841">2008-2012</a> <a href="https://doi.org/10.5281/zenodo.13771911">2012-2016</a> <a href="https://doi.org/10.5281/zenodo.13771967">2016-2020</a> <a href="https://doi.org/10.5281/zenodo.13772054">2020-2022</a> </li> <li><strong>SOCD p025:</strong><br> <a href="https://doi.org/10.5281/zenodo.13779539">2000-2004</a> <a href="https://doi.org/10.5281/zenodo.13774064">2004-2008</a> <a href="https://doi.org/10.5281/zenodo.13774089">2008-2012</a> <a href="https://doi.org/10.5281/zenodo.13774114">2012-2016</a> <a href="https://doi.org/10.5281/zenodo.13774167">2016-2020</a> <a href="https://doi.org/10.5281/zenodo.13774196">2020-2022</a> </li> <li><strong>SOCD p975:</strong><br> <a href="https://doi.org/10.5281/zenodo.13778472">2000-2004</a> <a href="https://doi.org/10.5281/zenodo.13773396">2004-2008</a> <a href="https://doi.org/10.5281/zenodo.13773765">2008-2012</a> <a href="https://doi.org/10.5281/zenodo.13773828">2012-2016</a> <a href="https://doi.org/10.5281/zenodo.13773953">2016-2020</a> <a href="https://doi.org/10.5281/zenodo.13774003">2020-2022</a> </li> </ul> <h3>Data Details</h3> <ul> <li><strong>Time period:</strong> 2000&ndash;2022, in 4-year intervals (last period covers 2020–2022).</li> <li><strong>Type of data:</strong> Spatiotemporal soil organic carbon data cube, with depth ranges and weighted percentage data for soil carbon assessments.</li> <li><strong>How the data was collected or derived:</strong> The data was derived using machine learning models.</li> <li><strong>Statistical methods used:</strong> Quantile Random Forest</li> <li><strong>Limitations or exclusions in the data:</strong> The dataset does not include data for Svalbard. </li> <li><strong>Coordinate reference system:</strong> EPSG:3035</li> <li><strong>Bounding box (Xmin, Ymin, Xmax, Ymax):</strong> (900,000, 899,000, 7,401,000, 5,501,000)</li> <li><strong>Spatial resolution:</strong> 30m</li> <li><strong>Image size:</strong> 216,700P x 153,400L</li> <li><strong>File format:</strong> Cloud Optimized Geotiff (COG) format.</li> </ul> <h3>Support</h3> <p>If you discover a bug, artifact, or inconsistency, or if you have a question please raise a GitHub issue: GitLab Issues (tbc)</p> <h3>Name convention</h3> <p>To ensure consistency and ease of use across and within the projects, we follow the standard Ai4SoilHealth and Open-Earth-Monitor file-naming convention. The convention works with 10 fields that describe important properties of the data. In this way users can search files, prepare data analysis etc, without needing to open files. The fields are:</p> <ol> <li><strong>generic variable name:</strong> oc = organic carbon</li> <li><strong>variable procedure combination:</strong> iso.10694.1995.mg.cm3 = ISO method 10694:1995, with values in mg/cm<sup>3</sup> for SOCD | iso.10694.1995.wpct = ISO method 10694:1995, with values in weighted percentage of organic carbon content.</li> <li><strong>Position in the probability distribution/variable type:</strong> m = mean | p975 = percentile 97.5 | p025 = percentile 2.5</li> <li><strong>Spatial support:</strong> 30m</li> <li><strong>Depth reference:</strong> b0cm..20cm = depth range from 0 to 20cm</li> <li><strong>Time reference begin time:</strong> 20000101 = 2000-01-01</li> <li><strong>Time reference end time:</strong> 20041231 = 2004-12-31</li> <li><strong>Bounding box:</strong> eu = pan-Europe</li> <li><strong>EPSG code:</strong> epsg.3035</li> <li><strong>Version code:</strong> v20240804 = version from 2024-08-04</li> </ol>

opencc-by-4.0Sep 2024View details →
zenodo44/100

Spatiotemporal prediction of soil organic carbon density (SOCD) for pan-Europe (2000-2022) in 3D+T

<h2><strong>Sub-dataset: SOCD p975, 2020&ndash;2022</strong></h2> <h2>Disclaimer</h2> <p>This is the first release of pan-EU predictions of soil health indicators (the Soil Health Data Cube). Use for testing purposes only. A publication describing methods used has been submitted to PeerJ and is in review. Funded by the European Union. Views and opinions expressed are however those of the author(s) only and do not necessarily reflect those of the European Union or European Commision. Neither the European Union nor the granting authority can be held responsible for them. The data is provided "as is". AI4SoilHealth project consortium and its suppliers and licensors hereby disclaim all warranties of any kind, express or implied, including, without limitation, the warranties of merchantability, fitness for a particular purpose and non-infringement. Neither AI4SoilHealth project Consortium nor its suppliers and licensors, makes any warranty that the Website will be error free or that access thereto will be continuous or uninterrupted. You understand that you download from, or otherwise obtain content or services through, the Website at your own discretion and risk.</p> <h2>Description</h2> <p>This dataset covers pan-European areas, including Ukraine, the UK, and Turkey. This data cube could be used for applications such as soil property mapping and comprehensive soil health assessment across Europe. The dataset spans four depth ranges and multiple time periods, providing information for studies on soil organic carbon stock and dynamics.</p> <p>This dataset is part of the Spatiotemporal prediction of soil organic carbon density for Europe (2000-2022) in 3D+T dataset. Check the related identifiers section below to access other parts of the dataset.</p> <p>This data set includes:</p> <ul> <li><strong>Soil Organic Carbon Density (SOCD) (2000-2022, 4-year intervals):</strong><br> This data includes mean, p975, and p025 SOCD maps for four depth ranges (0-20cm, 20-50cm, 50-100cm, and 100-200cm) in kg/m<sup>3</sup> (scaled 10x). </li> <li><strong>Organic carbon content based on dry combustion weight percentage (WPCT) (2000-2022, 4-year intervals):</strong><br> This data includes mean, p975, and p025 WPCT maps for four depth ranges (0-20cm, 20-50cm, 50-100cm, and 100-200cm) in percentage (scaled 10x). </li> </ul> <h3>Related identifiers</h3> <ul> <li><strong>SOCD mean:</strong><br> <a href="https://doi.org/10.5281/zenodo.13754343">2000-2004</a> <a href="https://doi.org/10.5281/zenodo.13771721">2004-2008</a> <a href="https://doi.org/10.5281/zenodo.13771841">2008-2012</a> <a href="https://doi.org/10.5281/zenodo.13771911">2012-2016</a> <a href="https://doi.org/10.5281/zenodo.13771967">2016-2020</a> <a href="https://doi.org/10.5281/zenodo.13772054">2020-2022</a> </li> <li><strong>SOCD p025:</strong><br> <a href="https://doi.org/10.5281/zenodo.13779539">2000-2004</a> <a href="https://doi.org/10.5281/zenodo.13774064">2004-2008</a> <a href="https://doi.org/10.5281/zenodo.13774089">2008-2012</a> <a href="https://doi.org/10.5281/zenodo.13774114">2012-2016</a> <a href="https://doi.org/10.5281/zenodo.13774167">2016-2020</a> <a href="https://doi.org/10.5281/zenodo.13774196">2020-2022</a> </li> <li><strong>SOCD p975:</strong><br> <a href="https://doi.org/10.5281/zenodo.13778472">2000-2004</a> <a href="https://doi.org/10.5281/zenodo.13773396">2004-2008</a> <a href="https://doi.org/10.5281/zenodo.13773765">2008-2012</a> <a href="https://doi.org/10.5281/zenodo.13773828">2012-2016</a> <a href="https://doi.org/10.5281/zenodo.13773953">2016-2020</a> <a href="https://doi.org/10.5281/zenodo.13774003">2020-2022</a> </li> </ul> <h3>Data Details</h3> <ul> <li><strong>Time period:</strong> 2000&ndash;2022, in 4-year intervals (last period covers 2020–2022).</li> <li><strong>Type of data:</strong> Spatiotemporal soil organic carbon data cube, with depth ranges and weighted percentage data for soil carbon assessments.</li> <li><strong>How the data was collected or derived:</strong> The data was derived using machine learning models.</li> <li><strong>Statistical methods used:</strong> Quantile Random Forest</li> <li><strong>Limitations or exclusions in the data:</strong> The dataset does not include data for Svalbard. </li> <li><strong>Coordinate reference system:</strong> EPSG:3035</li> <li><strong>Bounding box (Xmin, Ymin, Xmax, Ymax):</strong> (900,000, 899,000, 7,401,000, 5,501,000)</li> <li><strong>Spatial resolution:</strong> 30m</li> <li><strong>Image size:</strong> 216,700P x 153,400L</li> <li><strong>File format:</strong> Cloud Optimized Geotiff (COG) format.</li> </ul> <h3>Support</h3> <p>If you discover a bug, artifact, or inconsistency, or if you have a question please raise a GitHub issue: GitLab Issues (tbc)</p> <h3>Name convention</h3> <p>To ensure consistency and ease of use across and within the projects, we follow the standard Ai4SoilHealth and Open-Earth-Monitor file-naming convention. The convention works with 10 fields that describe important properties of the data. In this way users can search files, prepare data analysis etc, without needing to open files. The fields are:</p> <ol> <li><strong>generic variable name:</strong> oc = organic carbon</li> <li><strong>variable procedure combination:</strong> iso.10694.1995.mg.cm3 = ISO method 10694:1995, with values in mg/cm<sup>3</sup> for SOCD | iso.10694.1995.wpct = ISO method 10694:1995, with values in weighted percentage of organic carbon content.</li> <li><strong>Position in the probability distribution/variable type:</strong> m = mean | p975 = percentile 97.5 | p025 = percentile 2.5</li> <li><strong>Spatial support:</strong> 30m</li> <li><strong>Depth reference:</strong> b0cm..20cm = depth range from 0 to 20cm</li> <li><strong>Time reference begin time:</strong> 20000101 = 2000-01-01</li> <li><strong>Time reference end time:</strong> 20041231 = 2004-12-31</li> <li><strong>Bounding box:</strong> eu = pan-Europe</li> <li><strong>EPSG code:</strong> epsg.3035</li> <li><strong>Version code:</strong> v20240804 = version from 2024-08-04</li> </ol>

opencc-by-4.0Sep 2024View details →
zenodo44/100

Spatiotemporal prediction of soil organic carbon density (SOCD) for pan-Europe (2000-2022) in 3D+T

<h2><strong>Sub-dataset: SOCD p975, 2004&ndash;2008</strong></h2> <h2>Disclaimer</h2> <p>This is the first release of pan-EU predictions of soil health indicators (the Soil Health Data Cube). Use for testing purposes only. A publication describing methods used has been submitted to PeerJ and is in review. Funded by the European Union. Views and opinions expressed are however those of the author(s) only and do not necessarily reflect those of the European Union or European Commision. Neither the European Union nor the granting authority can be held responsible for them. The data is provided "as is". AI4SoilHealth project consortium and its suppliers and licensors hereby disclaim all warranties of any kind, express or implied, including, without limitation, the warranties of merchantability, fitness for a particular purpose and non-infringement. Neither AI4SoilHealth project Consortium nor its suppliers and licensors, makes any warranty that the Website will be error free or that access thereto will be continuous or uninterrupted. You understand that you download from, or otherwise obtain content or services through, the Website at your own discretion and risk.</p> <h2>Description</h2> <p>This dataset covers pan-European areas, including Ukraine, the UK, and Turkey. This data cube could be used for applications such as soil property mapping and comprehensive soil health assessment across Europe. The dataset spans four depth ranges and multiple time periods, providing information for studies on soil organic carbon stock and dynamics.</p> <p>This dataset is part of the Spatiotemporal prediction of soil organic carbon density for Europe (2000-2022) in 3D+T dataset. Check the related identifiers section below to access other parts of the dataset.</p> <p>This data set includes:</p> <ul> <li><strong>Soil Organic Carbon Density (SOCD) (2000-2022, 4-year intervals):</strong><br> This data includes mean, p975, and p025 SOCD maps for four depth ranges (0-20cm, 20-50cm, 50-100cm, and 100-200cm) in kg/m<sup>3</sup> (scaled 10x). </li> <li><strong>Organic carbon content based on dry combustion weight percentage (WPCT) (2000-2022, 4-year intervals):</strong><br> This data includes mean, p975, and p025 WPCT maps for four depth ranges (0-20cm, 20-50cm, 50-100cm, and 100-200cm) in percentage (scaled 10x). </li> </ul> <h3>Related identifiers</h3> <ul> <li><strong>SOCD mean:</strong><br> <a href="https://doi.org/10.5281/zenodo.13754343">2000-2004</a> <a href="https://doi.org/10.5281/zenodo.13771721">2004-2008</a> <a href="https://doi.org/10.5281/zenodo.13771841">2008-2012</a> <a href="https://doi.org/10.5281/zenodo.13771911">2012-2016</a> <a href="https://doi.org/10.5281/zenodo.13771967">2016-2020</a> <a href="https://doi.org/10.5281/zenodo.13772054">2020-2022</a> </li> <li><strong>SOCD p025:</strong><br> <a href="https://doi.org/10.5281/zenodo.13779539">2000-2004</a> <a href="https://doi.org/10.5281/zenodo.13774064">2004-2008</a> <a href="https://doi.org/10.5281/zenodo.13774089">2008-2012</a> <a href="https://doi.org/10.5281/zenodo.13774114">2012-2016</a> <a href="https://doi.org/10.5281/zenodo.13774167">2016-2020</a> <a href="https://doi.org/10.5281/zenodo.13774196">2020-2022</a> </li> <li><strong>SOCD p975:</strong><br> <a href="https://doi.org/10.5281/zenodo.13778472">2000-2004</a> <a href="https://doi.org/10.5281/zenodo.13773396">2004-2008</a> <a href="https://doi.org/10.5281/zenodo.13773765">2008-2012</a> <a href="https://doi.org/10.5281/zenodo.13773828">2012-2016</a> <a href="https://doi.org/10.5281/zenodo.13773953">2016-2020</a> <a href="https://doi.org/10.5281/zenodo.13774003">2020-2022</a> </li> </ul> <h3>Data Details</h3> <ul> <li><strong>Time period:</strong> 2000&ndash;2022, in 4-year intervals (last period covers 2020–2022).</li> <li><strong>Type of data:</strong> Spatiotemporal soil organic carbon data cube, with depth ranges and weighted percentage data for soil carbon assessments.</li> <li><strong>How the data was collected or derived:</strong> The data was derived using machine learning models.</li> <li><strong>Statistical methods used:</strong> Quantile Random Forest</li> <li><strong>Limitations or exclusions in the data:</strong> The dataset does not include data for Svalbard. </li> <li><strong>Coordinate reference system:</strong> EPSG:3035</li> <li><strong>Bounding box (Xmin, Ymin, Xmax, Ymax):</strong> (900,000, 899,000, 7,401,000, 5,501,000)</li> <li><strong>Spatial resolution:</strong> 30m</li> <li><strong>Image size:</strong> 216,700P x 153,400L</li> <li><strong>File format:</strong> Cloud Optimized Geotiff (COG) format.</li> </ul> <h3>Support</h3> <p>If you discover a bug, artifact, or inconsistency, or if you have a question please raise a GitHub issue: GitLab Issues (tbc)</p> <h3>Name convention</h3> <p>To ensure consistency and ease of use across and within the projects, we follow the standard Ai4SoilHealth and Open-Earth-Monitor file-naming convention. The convention works with 10 fields that describe important properties of the data. In this way users can search files, prepare data analysis etc, without needing to open files. The fields are:</p> <ol> <li><strong>generic variable name:</strong> oc = organic carbon</li> <li><strong>variable procedure combination:</strong> iso.10694.1995.mg.cm3 = ISO method 10694:1995, with values in mg/cm<sup>3</sup> for SOCD | iso.10694.1995.wpct = ISO method 10694:1995, with values in weighted percentage of organic carbon content.</li> <li><strong>Position in the probability distribution/variable type:</strong> m = mean | p975 = percentile 97.5 | p025 = percentile 2.5</li> <li><strong>Spatial support:</strong> 30m</li> <li><strong>Depth reference:</strong> b0cm..20cm = depth range from 0 to 20cm</li> <li><strong>Time reference begin time:</strong> 20000101 = 2000-01-01</li> <li><strong>Time reference end time:</strong> 20041231 = 2004-12-31</li> <li><strong>Bounding box:</strong> eu = pan-Europe</li> <li><strong>EPSG code:</strong> epsg.3035</li> <li><strong>Version code:</strong> v20240804 = version from 2024-08-04</li> </ol>

opencc-by-4.0Sep 2024View details →
zenodo44/100

Spatiotemporal prediction of soil organic carbon density (SOCD) for pan-Europe (2000-2022) in 3D+T

<h2><strong>Sub-dataset: SOCD p025, 2012&ndash;2016</strong></h2> <h2>Disclaimer</h2> <p>This is the first release of pan-EU predictions of soil health indicators (the Soil Health Data Cube). Use for testing purposes only. A publication describing methods used has been submitted to PeerJ and is in review. Funded by the European Union. Views and opinions expressed are however those of the author(s) only and do not necessarily reflect those of the European Union or European Commision. Neither the European Union nor the granting authority can be held responsible for them. The data is provided "as is". AI4SoilHealth project consortium and its suppliers and licensors hereby disclaim all warranties of any kind, express or implied, including, without limitation, the warranties of merchantability, fitness for a particular purpose and non-infringement. Neither AI4SoilHealth project Consortium nor its suppliers and licensors, makes any warranty that the Website will be error free or that access thereto will be continuous or uninterrupted. You understand that you download from, or otherwise obtain content or services through, the Website at your own discretion and risk.</p> <h2>Description</h2> <p>This dataset covers pan-European areas, including Ukraine, the UK, and Turkey. This data cube could be used for applications such as soil property mapping and comprehensive soil health assessment across Europe. The dataset spans four depth ranges and multiple time periods, providing information for studies on soil organic carbon stock and dynamics.</p> <p>This dataset is part of the Spatiotemporal prediction of soil organic carbon density for Europe (2000-2022) in 3D+T dataset. Check the related identifiers section below to access other parts of the dataset.</p> <p>This data set includes:</p> <ul> <li><strong>Soil Organic Carbon Density (SOCD) (2000-2022, 4-year intervals):</strong><br> This data includes mean, p975, and p025 SOCD maps for four depth ranges (0-20cm, 20-50cm, 50-100cm, and 100-200cm) in kg/m<sup>3</sup> (scaled 10x). </li> <li><strong>Organic carbon content based on dry combustion weight percentage (WPCT) (2000-2022, 4-year intervals):</strong><br> This data includes mean, p975, and p025 WPCT maps for four depth ranges (0-20cm, 20-50cm, 50-100cm, and 100-200cm) in percentage (scaled 10x). </li> </ul> <h3>Related identifiers</h3> <ul> <li><strong>SOCD mean:</strong><br> <a href="https://doi.org/10.5281/zenodo.13754343">2000-2004</a> <a href="https://doi.org/10.5281/zenodo.13771721">2004-2008</a> <a href="https://doi.org/10.5281/zenodo.13771841">2008-2012</a> <a href="https://doi.org/10.5281/zenodo.13771911">2012-2016</a> <a href="https://doi.org/10.5281/zenodo.13771967">2016-2020</a> <a href="https://doi.org/10.5281/zenodo.13772054">2020-2022</a> </li> <li><strong>SOCD p025:</strong><br> <a href="https://doi.org/10.5281/zenodo.13779539">2000-2004</a> <a href="https://doi.org/10.5281/zenodo.13774064">2004-2008</a> <a href="https://doi.org/10.5281/zenodo.13774089">2008-2012</a> <a href="https://doi.org/10.5281/zenodo.13774114">2012-2016</a> <a href="https://doi.org/10.5281/zenodo.13774167">2016-2020</a> <a href="https://doi.org/10.5281/zenodo.13774196">2020-2022</a> </li> <li><strong>SOCD p975:</strong><br> <a href="https://doi.org/10.5281/zenodo.13778472">2000-2004</a> <a href="https://doi.org/10.5281/zenodo.13773396">2004-2008</a> <a href="https://doi.org/10.5281/zenodo.13773765">2008-2012</a> <a href="https://doi.org/10.5281/zenodo.13773828">2012-2016</a> <a href="https://doi.org/10.5281/zenodo.13773953">2016-2020</a> <a href="https://doi.org/10.5281/zenodo.13774003">2020-2022</a> </li> </ul> <h3>Data Details</h3> <ul> <li><strong>Time period:</strong> 2000&ndash;2022, in 4-year intervals (last period covers 2020–2022).</li> <li><strong>Type of data:</strong> Spatiotemporal soil organic carbon data cube, with depth ranges and weighted percentage data for soil carbon assessments.</li> <li><strong>How the data was collected or derived:</strong> The data was derived using machine learning models.</li> <li><strong>Statistical methods used:</strong> Quantile Random Forest</li> <li><strong>Limitations or exclusions in the data:</strong> The dataset does not include data for Svalbard. </li> <li><strong>Coordinate reference system:</strong> EPSG:3035</li> <li><strong>Bounding box (Xmin, Ymin, Xmax, Ymax):</strong> (900,000, 899,000, 7,401,000, 5,501,000)</li> <li><strong>Spatial resolution:</strong> 30m</li> <li><strong>Image size:</strong> 216,700P x 153,400L</li> <li><strong>File format:</strong> Cloud Optimized Geotiff (COG) format.</li> </ul> <h3>Support</h3> <p>If you discover a bug, artifact, or inconsistency, or if you have a question please raise a GitHub issue: GitLab Issues (tbc)</p> <h3>Name convention</h3> <p>To ensure consistency and ease of use across and within the projects, we follow the standard Ai4SoilHealth and Open-Earth-Monitor file-naming convention. The convention works with 10 fields that describe important properties of the data. In this way users can search files, prepare data analysis etc, without needing to open files. The fields are:</p> <ol> <li><strong>generic variable name:</strong> oc = organic carbon</li> <li><strong>variable procedure combination:</strong> iso.10694.1995.mg.cm3 = ISO method 10694:1995, with values in mg/cm<sup>3</sup> for SOCD | iso.10694.1995.wpct = ISO method 10694:1995, with values in weighted percentage of organic carbon content.</li> <li><strong>Position in the probability distribution/variable type:</strong> m = mean | p975 = percentile 97.5 | p025 = percentile 2.5</li> <li><strong>Spatial support:</strong> 30m</li> <li><strong>Depth reference:</strong> b0cm..20cm = depth range from 0 to 20cm</li> <li><strong>Time reference begin time:</strong> 20000101 = 2000-01-01</li> <li><strong>Time reference end time:</strong> 20041231 = 2004-12-31</li> <li><strong>Bounding box:</strong> eu = pan-Europe</li> <li><strong>EPSG code:</strong> epsg.3035</li> <li><strong>Version code:</strong> v20240804 = version from 2024-08-04</li> </ol>

opencc-by-4.0Sep 2024View details →
zenodo44/100

Spatiotemporal prediction of soil organic carbon density (SOCD) for pan-Europe (2000-2022) in 3D+T

<h2><strong>Sub-dataset: SOCD mean, 2012&ndash;2016</strong></h2> <h2>Disclaimer</h2> <p>This is the first release of pan-EU predictions of soil health indicators (the Soil Health Data Cube). Use for testing purposes only. A publication describing methods used has been submitted to PeerJ and is in review. Funded by the European Union. Views and opinions expressed are however those of the author(s) only and do not necessarily reflect those of the European Union or European Commision. Neither the European Union nor the granting authority can be held responsible for them. The data is provided "as is". AI4SoilHealth project consortium and its suppliers and licensors hereby disclaim all warranties of any kind, express or implied, including, without limitation, the warranties of merchantability, fitness for a particular purpose and non-infringement. Neither AI4SoilHealth project Consortium nor its suppliers and licensors, makes any warranty that the Website will be error free or that access thereto will be continuous or uninterrupted. You understand that you download from, or otherwise obtain content or services through, the Website at your own discretion and risk.</p> <h2>Description</h2> <p>This dataset covers pan-European areas, including Ukraine, the UK, and Turkey. This data cube could be used for applications such as soil property mapping and comprehensive soil health assessment across Europe. The dataset spans four depth ranges and multiple time periods, providing information for studies on soil organic carbon stock and dynamics.</p> <p>This dataset is part of the Spatiotemporal prediction of soil organic carbon density for Europe (2000-2022) in 3D+T dataset. Check the related identifiers section below to access other parts of the dataset.</p> <p>This data set includes:</p> <ul> <li><strong>Soil Organic Carbon Density (SOCD) (2000-2022, 4-year intervals):</strong><br> This data includes mean, p975, and p025 SOCD maps for four depth ranges (0-20cm, 20-50cm, 50-100cm, and 100-200cm) in kg/m<sup>3</sup> (scaled 10x). </li> <li><strong>Organic carbon content based on dry combustion weight percentage (WPCT) (2000-2022, 4-year intervals):</strong><br> This data includes mean, p975, and p025 WPCT maps for four depth ranges (0-20cm, 20-50cm, 50-100cm, and 100-200cm) in percentage (scaled 10x). </li> </ul> <h3>Related identifiers</h3> <ul> <li><strong>SOCD mean:</strong><br> <a href="https://doi.org/10.5281/zenodo.13754343">2000-2004</a> <a href="https://doi.org/10.5281/zenodo.13771721">2004-2008</a> <a href="https://doi.org/10.5281/zenodo.13771841">2008-2012</a> <a href="https://doi.org/10.5281/zenodo.13771911">2012-2016</a> <a href="https://doi.org/10.5281/zenodo.13771967">2016-2020</a> <a href="https://doi.org/10.5281/zenodo.13772054">2020-2022</a> </li> <li><strong>SOCD p025:</strong><br> <a href="https://doi.org/10.5281/zenodo.13779539">2000-2004</a> <a href="https://doi.org/10.5281/zenodo.13774064">2004-2008</a> <a href="https://doi.org/10.5281/zenodo.13774089">2008-2012</a> <a href="https://doi.org/10.5281/zenodo.13774114">2012-2016</a> <a href="https://doi.org/10.5281/zenodo.13774167">2016-2020</a> <a href="https://doi.org/10.5281/zenodo.13774196">2020-2022</a> </li> <li><strong>SOCD p975:</strong><br> <a href="https://doi.org/10.5281/zenodo.13778472">2000-2004</a> <a href="https://doi.org/10.5281/zenodo.13773396">2004-2008</a> <a href="https://doi.org/10.5281/zenodo.13773765">2008-2012</a> <a href="https://doi.org/10.5281/zenodo.13773828">2012-2016</a> <a href="https://doi.org/10.5281/zenodo.13773953">2016-2020</a> <a href="https://doi.org/10.5281/zenodo.13774003">2020-2022</a> </li> </ul> <h3>Data Details</h3> <ul> <li><strong>Time period:</strong> 2000&ndash;2022, in 4-year intervals (last period covers 2020–2022).</li> <li><strong>Type of data:</strong> Spatiotemporal soil organic carbon data cube, with depth ranges and weighted percentage data for soil carbon assessments.</li> <li><strong>How the data was collected or derived:</strong> The data was derived using machine learning models.</li> <li><strong>Statistical methods used:</strong> Quantile Random Forest</li> <li><strong>Limitations or exclusions in the data:</strong> The dataset does not include data for Svalbard. </li> <li><strong>Coordinate reference system:</strong> EPSG:3035</li> <li><strong>Bounding box (Xmin, Ymin, Xmax, Ymax):</strong> (900,000, 899,000, 7,401,000, 5,501,000)</li> <li><strong>Spatial resolution:</strong> 30m</li> <li><strong>Image size:</strong> 216,700P x 153,400L</li> <li><strong>File format:</strong> Cloud Optimized Geotiff (COG) format.</li> </ul> <h3>Support</h3> <p>If you discover a bug, artifact, or inconsistency, or if you have a question please raise a GitHub issue: GitLab Issues (tbc)</p> <h3>Name convention</h3> <p>To ensure consistency and ease of use across and within the projects, we follow the standard Ai4SoilHealth and Open-Earth-Monitor file-naming convention. The convention works with 10 fields that describe important properties of the data. In this way users can search files, prepare data analysis etc, without needing to open files. The fields are:</p> <ol> <li><strong>generic variable name:</strong> oc = organic carbon</li> <li><strong>variable procedure combination:</strong> iso.10694.1995.mg.cm3 = ISO method 10694:1995, with values in mg/cm<sup>3</sup> for SOCD | iso.10694.1995.wpct = ISO method 10694:1995, with values in weighted percentage of organic carbon content.</li> <li><strong>Position in the probability distribution/variable type:</strong> m = mean | p975 = percentile 97.5 | p025 = percentile 2.5</li> <li><strong>Spatial support:</strong> 30m</li> <li><strong>Depth reference:</strong> b0cm..20cm = depth range from 0 to 20cm</li> <li><strong>Time reference begin time:</strong> 20000101 = 2000-01-01</li> <li><strong>Time reference end time:</strong> 20041231 = 2004-12-31</li> <li><strong>Bounding box:</strong> eu = pan-Europe</li> <li><strong>EPSG code:</strong> epsg.3035</li> <li><strong>Version code:</strong> v20240804 = version from 2024-08-04</li> </ol>

opencc-by-4.0Sep 2024View details →
zenodo44/100

Spatiotemporal prediction of soil organic carbon density (SOCD) for pan-Europe (2000-2022) in 3D+T

<h2><strong>Sub-dataset: SOCD mean, 2008&ndash;2012</strong></h2> <h2>Disclaimer</h2> <p>This is the first release of pan-EU predictions of soil health indicators (the Soil Health Data Cube). Use for testing purposes only. A publication describing methods used has been submitted to PeerJ and is in review. Funded by the European Union. Views and opinions expressed are however those of the author(s) only and do not necessarily reflect those of the European Union or European Commision. Neither the European Union nor the granting authority can be held responsible for them. The data is provided "as is". AI4SoilHealth project consortium and its suppliers and licensors hereby disclaim all warranties of any kind, express or implied, including, without limitation, the warranties of merchantability, fitness for a particular purpose and non-infringement. Neither AI4SoilHealth project Consortium nor its suppliers and licensors, makes any warranty that the Website will be error free or that access thereto will be continuous or uninterrupted. You understand that you download from, or otherwise obtain content or services through, the Website at your own discretion and risk.</p> <h2>Description</h2> <p>This dataset covers pan-European areas, including Ukraine, the UK, and Turkey. This data cube could be used for applications such as soil property mapping and comprehensive soil health assessment across Europe. The dataset spans four depth ranges and multiple time periods, providing information for studies on soil organic carbon stock and dynamics.</p> <p>This dataset is part of the Spatiotemporal prediction of soil organic carbon density for Europe (2000-2022) in 3D+T dataset. Check the related identifiers section below to access other parts of the dataset.</p> <p>This data set includes:</p> <ul> <li><strong>Soil Organic Carbon Density (SOCD) (2000-2022, 4-year intervals):</strong><br> This data includes mean, p975, and p025 SOCD maps for four depth ranges (0-20cm, 20-50cm, 50-100cm, and 100-200cm) in kg/m<sup>3</sup> (scaled 10x). </li> <li><strong>Organic carbon content based on dry combustion weight percentage (WPCT) (2000-2022, 4-year intervals):</strong><br> This data includes mean, p975, and p025 WPCT maps for four depth ranges (0-20cm, 20-50cm, 50-100cm, and 100-200cm) in percentage (scaled 10x). </li> </ul> <h3>Related identifiers</h3> <ul> <li><strong>SOCD mean:</strong><br> <a href="https://doi.org/10.5281/zenodo.13754343">2000-2004</a> <a href="https://doi.org/10.5281/zenodo.13771721">2004-2008</a> <a href="https://doi.org/10.5281/zenodo.13771841">2008-2012</a> <a href="https://doi.org/10.5281/zenodo.13771911">2012-2016</a> <a href="https://doi.org/10.5281/zenodo.13771967">2016-2020</a> <a href="https://doi.org/10.5281/zenodo.13772054">2020-2022</a> </li> <li><strong>SOCD p025:</strong><br> <a href="https://doi.org/10.5281/zenodo.13779539">2000-2004</a> <a href="https://doi.org/10.5281/zenodo.13774064">2004-2008</a> <a href="https://doi.org/10.5281/zenodo.13774089">2008-2012</a> <a href="https://doi.org/10.5281/zenodo.13774114">2012-2016</a> <a href="https://doi.org/10.5281/zenodo.13774167">2016-2020</a> <a href="https://doi.org/10.5281/zenodo.13774196">2020-2022</a> </li> <li><strong>SOCD p975:</strong><br> <a href="https://doi.org/10.5281/zenodo.13778472">2000-2004</a> <a href="https://doi.org/10.5281/zenodo.13773396">2004-2008</a> <a href="https://doi.org/10.5281/zenodo.13773765">2008-2012</a> <a href="https://doi.org/10.5281/zenodo.13773828">2012-2016</a> <a href="https://doi.org/10.5281/zenodo.13773953">2016-2020</a> <a href="https://doi.org/10.5281/zenodo.13774003">2020-2022</a> </li> </ul> <h3>Data Details</h3> <ul> <li><strong>Time period:</strong> 2000&ndash;2022, in 4-year intervals (last period covers 2020–2022).</li> <li><strong>Type of data:</strong> Spatiotemporal soil organic carbon data cube, with depth ranges and weighted percentage data for soil carbon assessments.</li> <li><strong>How the data was collected or derived:</strong> The data was derived using machine learning models.</li> <li><strong>Statistical methods used:</strong> Quantile Random Forest</li> <li><strong>Limitations or exclusions in the data:</strong> The dataset does not include data for Svalbard. </li> <li><strong>Coordinate reference system:</strong> EPSG:3035</li> <li><strong>Bounding box (Xmin, Ymin, Xmax, Ymax):</strong> (900,000, 899,000, 7,401,000, 5,501,000)</li> <li><strong>Spatial resolution:</strong> 30m</li> <li><strong>Image size:</strong> 216,700P x 153,400L</li> <li><strong>File format:</strong> Cloud Optimized Geotiff (COG) format.</li> </ul> <h3>Support</h3> <p>If you discover a bug, artifact, or inconsistency, or if you have a question please raise a GitHub issue: GitLab Issues (tbc)</p> <h3>Name convention</h3> <p>To ensure consistency and ease of use across and within the projects, we follow the standard Ai4SoilHealth and Open-Earth-Monitor file-naming convention. The convention works with 10 fields that describe important properties of the data. In this way users can search files, prepare data analysis etc, without needing to open files. The fields are:</p> <ol> <li><strong>generic variable name:</strong> oc = organic carbon</li> <li><strong>variable procedure combination:</strong> iso.10694.1995.mg.cm3 = ISO method 10694:1995, with values in mg/cm<sup>3</sup> for SOCD | iso.10694.1995.wpct = ISO method 10694:1995, with values in weighted percentage of organic carbon content.</li> <li><strong>Position in the probability distribution/variable type:</strong> m = mean | p975 = percentile 97.5 | p025 = percentile 2.5</li> <li><strong>Spatial support:</strong> 30m</li> <li><strong>Depth reference:</strong> b0cm..20cm = depth range from 0 to 20cm</li> <li><strong>Time reference begin time:</strong> 20000101 = 2000-01-01</li> <li><strong>Time reference end time:</strong> 20041231 = 2004-12-31</li> <li><strong>Bounding box:</strong> eu = pan-Europe</li> <li><strong>EPSG code:</strong> epsg.3035</li> <li><strong>Version code:</strong> v20240804 = version from 2024-08-04</li> </ol>

opencc-by-4.0Sep 2024View details →
zenodo44/100

Spatiotemporal prediction of soil organic carbon density (SOCD) for pan-Europe (2000-2022) in 3D+T

<h2><strong>Sub-dataset: SOCD p975, 2000&ndash;2004</strong></h2> <h2>Disclaimer</h2> <p>This is the first release of pan-EU predictions of soil health indicators (the Soil Health Data Cube). Use for testing purposes only. A publication describing methods used has been submitted to PeerJ and is in review. Funded by the European Union. Views and opinions expressed are however those of the author(s) only and do not necessarily reflect those of the European Union or European Commision. Neither the European Union nor the granting authority can be held responsible for them. The data is provided "as is". AI4SoilHealth project consortium and its suppliers and licensors hereby disclaim all warranties of any kind, express or implied, including, without limitation, the warranties of merchantability, fitness for a particular purpose and non-infringement. Neither AI4SoilHealth project Consortium nor its suppliers and licensors, makes any warranty that the Website will be error free or that access thereto will be continuous or uninterrupted. You understand that you download from, or otherwise obtain content or services through, the Website at your own discretion and risk.</p> <h2>Description</h2> <p>This dataset covers pan-European areas, including Ukraine, the UK, and Turkey. This data cube could be used for applications such as soil property mapping and comprehensive soil health assessment across Europe. The dataset spans four depth ranges and multiple time periods, providing information for studies on soil organic carbon stock and dynamics.</p> <p>This dataset is part of the Spatiotemporal prediction of soil organic carbon density for Europe (2000-2022) in 3D+T dataset. Check the related identifiers section below to access other parts of the dataset.</p> <p>This data set includes:</p> <ul> <li><strong>Soil Organic Carbon Density (SOCD) (2000-2022, 4-year intervals):</strong><br> This data includes mean, p975, and p025 SOCD maps for four depth ranges (0-20cm, 20-50cm, 50-100cm, and 100-200cm) in kg/m<sup>3</sup> (scaled 10x). </li> <li><strong>Organic carbon content based on dry combustion weight percentage (WPCT) (2000-2022, 4-year intervals):</strong><br> This data includes mean, p975, and p025 WPCT maps for four depth ranges (0-20cm, 20-50cm, 50-100cm, and 100-200cm) in percentage (scaled 10x). </li> </ul> <h3>Related identifiers</h3> <ul> <li><strong>SOCD mean:</strong><br> <a href="https://doi.org/10.5281/zenodo.13754343">2000-2004</a> <a href="https://doi.org/10.5281/zenodo.13771721">2004-2008</a> <a href="https://doi.org/10.5281/zenodo.13771841">2008-2012</a> <a href="https://doi.org/10.5281/zenodo.13771911">2012-2016</a> <a href="https://doi.org/10.5281/zenodo.13771967">2016-2020</a> <a href="https://doi.org/10.5281/zenodo.13772054">2020-2022</a> </li> <li><strong>SOCD p025:</strong><br> <a href="https://doi.org/10.5281/zenodo.13779539">2000-2004</a> <a href="https://doi.org/10.5281/zenodo.13774064">2004-2008</a> <a href="https://doi.org/10.5281/zenodo.13774089">2008-2012</a> <a href="https://doi.org/10.5281/zenodo.13774114">2012-2016</a> <a href="https://doi.org/10.5281/zenodo.13774167">2016-2020</a> <a href="https://doi.org/10.5281/zenodo.13774196">2020-2022</a> </li> <li><strong>SOCD p975:</strong><br> <a href="https://doi.org/10.5281/zenodo.13778472">2000-2004</a> <a href="https://doi.org/10.5281/zenodo.13773396">2004-2008</a> <a href="https://doi.org/10.5281/zenodo.13773765">2008-2012</a> <a href="https://doi.org/10.5281/zenodo.13773828">2012-2016</a> <a href="https://doi.org/10.5281/zenodo.13773953">2016-2020</a> <a href="https://doi.org/10.5281/zenodo.13774003">2020-2022</a> </li> </ul> <h3>Data Details</h3> <ul> <li><strong>Time period:</strong> 2000&ndash;2022, in 4-year intervals (last period covers 2020–2022).</li> <li><strong>Type of data:</strong> Spatiotemporal soil organic carbon data cube, with depth ranges and weighted percentage data for soil carbon assessments.</li> <li><strong>How the data was collected or derived:</strong> The data was derived using machine learning models.</li> <li><strong>Statistical methods used:</strong> Quantile Random Forest</li> <li><strong>Limitations or exclusions in the data:</strong> The dataset does not include data for Svalbard. </li> <li><strong>Coordinate reference system:</strong> EPSG:3035</li> <li><strong>Bounding box (Xmin, Ymin, Xmax, Ymax):</strong> (900,000, 899,000, 7,401,000, 5,501,000)</li> <li><strong>Spatial resolution:</strong> 30m</li> <li><strong>Image size:</strong> 216,700P x 153,400L</li> <li><strong>File format:</strong> Cloud Optimized Geotiff (COG) format.</li> </ul> <h3>Support</h3> <p>If you discover a bug, artifact, or inconsistency, or if you have a question please raise a GitHub issue: GitLab Issues (tbc)</p> <h3>Name convention</h3> <p>To ensure consistency and ease of use across and within the projects, we follow the standard Ai4SoilHealth and Open-Earth-Monitor file-naming convention. The convention works with 10 fields that describe important properties of the data. In this way users can search files, prepare data analysis etc, without needing to open files. The fields are:</p> <ol> <li><strong>generic variable name:</strong> oc = organic carbon</li> <li><strong>variable procedure combination:</strong> iso.10694.1995.mg.cm3 = ISO method 10694:1995, with values in mg/cm<sup>3</sup> for SOCD | iso.10694.1995.wpct = ISO method 10694:1995, with values in weighted percentage of organic carbon content.</li> <li><strong>Position in the probability distribution/variable type:</strong> m = mean | p975 = percentile 97.5 | p025 = percentile 2.5</li> <li><strong>Spatial support:</strong> 30m</li> <li><strong>Depth reference:</strong> b0cm..20cm = depth range from 0 to 20cm</li> <li><strong>Time reference begin time:</strong> 20000101 = 2000-01-01</li> <li><strong>Time reference end time:</strong> 20041231 = 2004-12-31</li> <li><strong>Bounding box:</strong> eu = pan-Europe</li> <li><strong>EPSG code:</strong> epsg.3035</li> <li><strong>Version code:</strong> v20240804 = version from 2024-08-04</li> </ol>

opencc-by-4.0Sep 2024View details →

ScienceDex guides

Understand access before you commit

These curated guides explain access requirements, typical timelines, costs, and reuse considerations for widely used research datasets.

Compare curated datasets

Allen Brain Atlas

Allen Brain Atlas is an Allen Institute collection of brain map atlases, datasets, APIs, and analysis tools covering mouse, human, and non-human primate brain resources.

allen-brain-atlas
neuroscienceopenDocumentation, web resources, and API references are available online.
Last verified 2026-04-30Open record

Annotated Behaviour and Observability Dataset (ABODe)

ABODe is a University of Edinburgh DataShare dataset for behavior classification in group-housed mice using home-cage video, identities, bounding boxes, ground-plate positions, and annotator labels.

abode-home-cage
behavioral-neuroscienceopenThe DataShare record exposes download links for annotations, documentation, license text, and the zipped per-snippet data directory.
Last verified 2026-04-30Open record

DANDI Archive for NWB datasets

DANDI is a BRAIN Initiative archive for publishing and sharing neurophysiology data, including electrophysiology, optophysiology, and behavioral data packaged as NWB and related standards.

dandi-nwb
electrophysiologyopenPublished Dandiset metadata and archive endpoints are available through the production DANDI API.
Last verified 2026-04-30Open record

International Brain Laboratory public data

The International Brain Laboratory public data releases expose standardized mouse decision-making experiments, including Neuropixels recordings, widefield calcium imaging, behavior, and session metadata accessed through the ONE API.

ibl
behavioral-neuroscienceopenPublic sessions can be searched and loaded from the IBL public data server through ONE.
Last verified 2026-04-29Open record

OpenNeuro

OpenNeuro is a free, open platform for sharing neuroimaging datasets, with public search, dataset pages, and download paths for web, S3, DataLad, and the OpenNeuro CLI.

openneuro
neuroscienceopenPublished datasets are available on demand over the internet.
Last verified 2026-04-29Open record