Gravimetric content of organic carbon in the fine earth fraction* (g/kg). WoSIS_latest is a 'dynamic dataset' that contains the most recent complement of quality-assessed and standardised soil data served from WoSIS (ISRIC World Soil Information Service). The source data were shared by a wide range of data providers (see: https://www.isric.org/explore/wosis/wosis-contributing-institutions-and-experts). Being dynamic, the contents of 'wosis_latest' will change once new point data are acquired, cleansed and standardised, additional soil properties are considered, and/or when possible amendments are required. Static snapshots of 'wosis_latest' are released at irregular intervals for consistent citation purposes and to discuss methodological changes; the last snapshot is available at https://doi.org/10.5194/essd-16-4735-2024. For general information about WoSIS please see the FAQ-page at https://www.isric.org/explore/wosis/faq-wosis.
ABSTRACT: The World Soil Information Service (WoSIS) provides quality-assessed and standardized soil profile data to support digital soil mapping and environmental applications at broad scale levels. Since the release of the ‘WoSIS snapshot 2019’ many new soil data were shared with us, registered in the ISRIC data repository, and subsequently standardized in accordance with the licenses specified by the data providers. The source data were contributed by a wide range of data providers, therefore special attention was paid to the standardization of soil property definitions, soil analytical procedures and soil property values (and units of measurement). We presently consider the following soil chemical properties (organic carbon, total carbon, total carbonate equivalent, total Nitrogen, Phosphorus (extractable-P, total-P, and P-retention), soil pH, cation exchange capacity, and electrical conductivity) and physical properties (soil texture (sand, silt, and clay), bulk density, coarse fragments, and water retention), grouped according to analytical procedures (aggregates) that are operationally comparable. For each profile we provide the original soil classification (FAO, WRB, USDA, and version) and horizon designations as far as these have been specified in the source databases. Three measures for 'fitness-for-intended-use' are provided: positional uncertainty (for site locations), time of sampling/description, and a first approximation for the uncertainty associated with the operationally defined analytical methods. These measures should be considered during digital soil mapping and subsequent earth system modelling that use the present set of soil data. DATA SET DESCRIPTION: The 'WoSIS 2023 snapshot' comprises data for 228k profiles from 217k geo-referenced sites that originate from 174 countries. The profiles represent over 900k soil layers (or horizons) and over 6 million records. The actual number of measurements for each property varies (greatly) between profiles and with depth, this generally depending on the objectives of the initial soil sampling programmes. The data are provided in TSV (tab separated values) format and as GeoPackage. The zip-file (446 Mb) contains the following files: - Readme_WoSIS_202312_v2.pdf: Provides a short description of the dataset, file structure, column names, units and category values (this file is also available directly under 'online resources'). The pdf includes links to tutorials for downloading the TSV files into R respectively Excel. See also 'HOW TO READ TSV FILES INTO R AND PYTHON' in the next section. - wosis_202312_observations.tsv: This file lists the four to six letter codes for each observation, whether the observation is for a site/profile or layer (horizon), the unit of measurement and the number of profiles respectively layers represented in the snapshot. It also provides an estimate for the inferred accuracy for the laboratory measurements. - wosis_202312_sites.tsv: This file characterizes the site location where profiles were sampled. - wosis_2023112_profiles: Presents the unique profile ID (i.e. primary key), site_id, source of the data, country ISO code and name, positional uncertainty, latitude and longitude (WGS 1984), maximum depth of soil described and sampled, as well as information on the soil classification system and edition. Depending on the soil classification system used, the number of fields will vary . - wosis_202312_layers: This file characterises the layers (or horizons) per profile, and lists their upper and lower depths (cm). - wosis_202312_xxxx.tsv : This type of file presents results for each observation (e.g. “xxxx” = “BDFIOD” ), as defined under “code” in file wosis_202312_observation.tsv. (e.g. wosis_202311_bdfiod.tsv). - wosis_202312.gpkg: Contains the above datafiles in GeoPackage format (which stores the files within an SQLite database). HOW TO READ TSV FILES INTO R AND PYTHON: A) To read the data in R, please uncompress the ZIP file and specify the uncompressed folder. setwd("/YourFolder/WoSIS_2023_December/") ## For example: setwd('D:/WoSIS_2023_December/') Then use read_tsv to read the TSV files, specifying the data types for each column (c = character, i = integer, n = number, d = double, l = logical, f = factor, D = date, T = date time, t = time). observations = readr::read_tsv('wosis_202312_observations.tsv', col_types='cccciid') observations ## show columns and first 10 rows sites = readr::read_tsv('wosis_202312_sites.tsv', col_types='iddcccc') sites profiles = readr::read_tsv('wosis_202312_profiles.tsv', col_types='icciccddcccccciccccicccci') profiles layers = readr::read_tsv('wosis_202312_layers.tsv', col_types='iiciciiilcc') layers ## Do this for each observation 'XXXX', e.g. file 'Wosis_202312_orgc.tsv': orgc = readr::read_tsv('wosis_202312_orgc.tsv', col_types='... Visit https://dataone.org/datasets/sha256%3Aae94fefb74f928a3d482eee20abf33cf04d988555ef2beef2977eba7d5504bd7 for complete metadata about this dataset.
Gravimetric content of less than X mm soil material in the fine earth fraction* (e.g. X = 0.002 mm as specified in the analytical method description) (g/100g). WoSIS_latest is a 'dynamic dataset' that contains the most recent complement of quality-assessed and standardised soil data served from WoSIS (ISRIC World Soil Information Service). The source data were shared by a wide range of data providers (see: https://www.isric.org/explore/wosis/wosis-contributing-institutions-and-experts). Being dynamic, the contents of 'wosis_latest' will change once new point data are acquired, cleansed and standardised, additional soil properties are considered, and/or when possible amendments are required. Static snapshots of 'wosis_latest' are released at irregular intervals for consistent citation purposes and to discuss methodological changes; the last snapshot is available at https://doi.org/10.5194/essd-16-4735-2024. For general information about WoSIS please see the FAQ-page at https://www.isric.org/explore/wosis/faq-wosis.
Measured according to the P-Olsen method: 0.5 M sodium bicarbonate (NaHCO3) solution at a pH of 8.5 to extract P from calcareous, alkaline, and neutral soils (mg/kg). WoSIS_latest is a 'dynamic dataset' that contains the most recent complement of quality-assessed and standardised soil data served from WoSIS (ISRIC World Soil Information Service). The source data were shared by a wide range of data providers (see: https://www.isric.org/explore/wosis/wosis-contributing-institutions-and-experts). Being dynamic, the contents of 'wosis_latest' will change once new point data are acquired, cleansed and standardised, additional soil properties are considered, and/or when possible amendments are required. Static snapshots of 'wosis_latest' are released at irregular intervals for consistent citation purposes and to discuss methodological changes; the last snapshot is available at https://doi.org/10.5194/essd-16-4735-2024. For general information about WoSIS please see the FAQ-page at https://www.isric.org/explore/wosis/faq-wosis.
A measure of the acidity or alkalinity in soils, defined as the negative logarithm (base 10) of the activity of hydronium ions (H+) in water. WoSIS_latest is a 'dynamic dataset' that contains the most recent complement of quality-assessed and standardised soil data served from WoSIS (ISRIC World Soil Information Service). The source data were shared by a wide range of data providers (see: https://www.isric.org/explore/wosis/wosis-contributing-institutions-and-experts). Being dynamic, the contents of 'wosis_latest' will change once new point data are acquired, cleansed and standardised, additional soil properties are considered, and/or when possible amendments are required. Static snapshots of 'wosis_latest' are released at irregular intervals for consistent citation purposes and to discuss methodological changes; the last snapshot is available at https://doi.org/10.5194/essd-16-4735-2024. For general information about WoSIS please see the FAQ-page at https://www.isric.org/explore/wosis/faq-wosis.
A measure of the acidity or alkalinity in soils, defined as the negative logarithm (base 10) of the activity of hydronium ions (H+) in a NaF solution, as specified in the analytical method descriptions.
WoSIS_latest is a 'dynamic dataset' that contains the most recent complement of quality-assessed and standardised soil data served from WoSIS (ISRIC World Soil Information Service). The source data were shared by a wide range of data providers (see: https://www.isric.org/explore/wosis/wosis-contributing-institutions-and-experts).
Being dynamic, the contents of 'wosis_latest' will change once new point data are acquired, cleansed and standardised, additional soil properties are considered, and/or when possible amendments are required.
Static snapshots of 'wosis_latest' are released at irregular intervals for consistent citation purposes and to discuss methodological changes; the last snapshot is available at https://doi.org/10.5194/essd-16-4735-2024.
For general information about WoSIS please see the FAQ-page at https://www.isric.org/explore/wosis/faq-wosis.
This file provides an overview of the site locations where profiles (or point data) in WoSIS are located. Depending on the type of survey, one or more profiles can occur within a site in accordance with ISO 28528 soil domain conventions.
WoSIS_latest is a 'dynamic dataset' that contains the most recent complement of quality-assessed and standardised soil data served from WoSIS (ISRIC World Soil Information Service). Being dynamic, this dataset will grow/change once new point data are acquired and standardised, additional soil properties are considered, and/or when possible amendments are required.
Static snapshots of wosis_latest are released at irregular intervals for consistent citation purposes, see https://doi.org/10.5194/essd-16-4735-2024 and WoSIS FAQ-page (https://www.isric.org/explore/wosis/faq-wosis).
X to Y mm fraction of the fine earth fraction*; Y as specified in the analytical method description (e.g. Y = 0.05 mm) (g/100g). WoSIS_latest is a 'dynamic dataset' that contains the most recent complement of quality-assessed and standardised soil data served from WoSIS (ISRIC World Soil Information Service). The source data were shared by a wide range of data providers (see: https://www.isric.org/explore/wosis/wosis-contributing-institutions-and-experts). Being dynamic, the contents of 'wosis_latest' will change once new point data are acquired, cleansed and standardised, additional soil properties are considered, and/or when possible amendments are required. Static snapshots of 'wosis_latest' are released at irregular intervals for consistent citation purposes and to discuss methodological changes; the last snapshot is available at https://doi.org/10.5194/essd-16-4735-2024. For general information about WoSIS please see the FAQ-page at https://www.isric.org/explore/wosis/faq-wosis.
A measure of the acidity or alkalinity in soils, defined as the negative logarithm (base 10) of the activity of hydronium ions (H+) in a CaCl2 solution, as specified in the analytical method descriptions.
WoSIS_latest is a 'dynamic dataset' that contains the most recent complement of quality-assessed and standardised soil data served from WoSIS (ISRIC World Soil Information Service). The source data were shared by a wide range of data providers (see: https://www.isric.org/explore/wosis/wosis-contributing-institutions-and-experts).
Being dynamic, the contents of 'wosis_latest' will change once new point data are acquired, cleansed and standardised, additional soil properties are considered, and/or when possible amendments are required.
Static snapshots of 'wosis_latest' are released at irregular intervals for consistent citation purposes and to discuss methodological changes; the last snapshot is available at https://doi.org/10.5194/essd-16-4735-2024.
For general information about WoSIS please see the FAQ-page at https://www.isric.org/explore/wosis/faq-wosis.
Provides key information for all profiles (or point data) in WoSIS latest, including soil classification according to specified edition (year) of the World Reference Base for Soil Resources (WRB, up to qualifier level); FAO-Unesco Legend (up to soil unit level); USDA Soil Taxonomy (up to subgroup level).
WoSIS_latest is a 'dynamic dataset' that contains the most recent complement of quality-assessed and standardised soil data served from WoSIS (ISRIC World Soil Information Service). The source data were shared by a wide range of data providers (see: https://www.isric.org/explore/wosis/wosis-contributing-institutions-and-experts).
Being dynamic, the contents of 'wosis_latest' will change once new point data are acquired, cleansed and standardised, additional soil properties are considered, and/or when possible amendments are required.
Static snapshots of 'wosis_latest' are released at irregular intervals for consistent citation purposes and to discuss methodological changes; the last snapshot is available at https://doi.org/10.5194/essd-16-4735-2024.
For general information about WoSIS please see the FAQ-page at https://www.isric.org/explore/wosis/faq-wosis.
Larger than Y mm fraction of the fine earth fraction*; Y as specified in the analytical method description (e.g. Y = 0.05 mm to 2 mm*) (g/100g). WoSIS_latest is a 'dynamic dataset' that contains the most recent complement of quality-assessed and standardised soil data served from WoSIS (ISRIC World Soil Information Service). The source data were shared by a wide range of data providers (see: https://www.isric.org/explore/wosis/wosis-contributing-institutions-and-experts). Being dynamic, the contents of 'wosis_latest' will change once new point data are acquired, cleansed and standardised, additional soil properties are considered, and/or when possible amendments are required. Static snapshots of 'wosis_latest' are released at irregular intervals for consistent citation purposes and to discuss methodological changes; the last snapshot is available at https://doi.org/10.5194/essd-16-4735-2024. For general information about WoSIS please see the FAQ-page at https://www.isric.org/explore/wosis/faq-wosis.
The sum of total Kjeldahl nitrogen (ammonia, organic and reduced nitrogen) and nitrate-nitrite (g/kg).
WoSIS_latest is a 'dynamic dataset' that contains the most recent complement of quality-assessed and standardised soil data served from WoSIS (ISRIC World Soil Information Service). The source data were shared by a wide range of data providers (see: https://www.isric.org/explore/wosis/wosis-contributing-institutions-and-experts).
Being dynamic, the contents of 'wosis_latest' will change once new point data are acquired, cleansed and standardised, additional soil properties are considered, and/or when possible amendments are required.
Static snapshots of 'wosis_latest' are released at irregular intervals for consistent citation purposes and to discuss methodological changes; the last snapshot is available at https://doi.org/10.5194/essd-2024-14.
For general information about WoSIS please see the FAQ-page at https://www.isric.org/explore/wosis/faq-wosis.
Volumetric content of coarse fragments* in the whole soil (cm³/100cm³). WoSIS_latest is a 'dynamic dataset' that contains the most recent complement of quality-assessed and standardised soil data served from WoSIS (ISRIC World Soil Information Service). The source data were shared by a wide range of data providers (see: https://www.isric.org/explore/wosis/wosis-contributing-institutions-and-experts). Being dynamic, the contents of 'wosis_latest' will change once new point data are acquired, cleansed and standardised, additional soil properties are considered, and/or when possible amendments are required. Static snapshots of 'wosis_latest' are released at irregular intervals for consistent citation purposes and to discuss methodological changes; the last snapshot is available at https://doi.org/10.5194/essd-16-4735-2024. For general information about WoSIS please see the FAQ-page at https://www.isric.org/explore/wosis/faq-wosis.
Bulk density of the fine earth fraction*, equilibrated at 33 kPa (kg/dm³). WoSIS_latest is a 'dynamic dataset' that contains the most recent complement of quality-assessed and standardised soil data served from WoSIS (ISRIC World Soil Information Service). The source data were shared by a wide range of data providers (see: https://www.isric.org/explore/wosis/wosis-contributing-institutions-and-experts). Being dynamic, the contents of 'wosis_latest' will change once new point data are acquired, cleansed and standardised, additional soil properties are considered, and/or when possible amendments are required. Static snapshots of 'wosis_latest' are released at irregular intervals for consistent citation purposes and to discuss methodological changes; the last snapshot is available at https://doi.org/10.5194/essd-16-4735-2024. For general information about WoSIS please see the FAQ-page at https://www.isric.org/explore/wosis/faq-wosis.
The sum of total Kjeldahl nitrogen (ammonia, organic and reduced nitrogen) and nitrate-nitrite (g/kg). ISRIC is developing a centralized and user–focused server database, known as ISRIC World Soil Information Service (WoSIS). The aims are to: • Safeguard world soil data "as is" • Share soil point (i.e. profile) data upon their standardization, and ultimately harmonization • Provide quality-assessed, geo-referenced soil data for a growing range of environmental applications (e.g. SoilGrids250m). The number of measured data for each property varies between profiles and with depth, generally depending on the purpose of the initial studies. Further, in most source data sets, there are fewer data for soil physical as opposed to soil chemical attributes and there are fewer measurements for deeper than for superficial horizons. Generally, limited quality information is associated with the various source data. Further information is provided in https://doi.org/10.5194/essd-12-299-2020 and https://www.isric.org/sites/default/files/WOSISprocedureManual_2020nov17web.pdf.
Soil moisture content by weight, at tension 100 kPa (pF 3.0) (g/100g). WoSIS_latest is a 'dynamic dataset' that contains the most recent complement of quality-assessed and standardised soil data served from WoSIS (ISRIC World Soil Information Service). The source data were shared by a wide range of data providers (see: https://www.isric.org/explore/wosis/wosis-contributing-institutions-and-experts). Being dynamic, the contents of 'wosis_latest' will change once new point data are acquired, cleansed and standardised, additional soil properties are considered, and/or when possible amendments are required. Static snapshots of 'wosis_latest' are released at irregular intervals for consistent citation purposes and to discuss methodological changes; the last snapshot is available at https://doi.org/10.5194/essd-16-4735-2024. For general information about WoSIS please see the FAQ-page at https://www.isric.org/explore/wosis/faq-wosis.
Soil moisture content by volume, at tension 100 kPa (pF 3.0) (cm³/100cm³). WoSIS_latest is a 'dynamic dataset' that contains the most recent complement of quality-assessed and standardised soil data served from WoSIS (ISRIC World Soil Information Service). The source data were shared by a wide range of data providers (see: https://www.isric.org/explore/wosis/wosis-contributing-institutions-and-experts). Being dynamic, the contents of 'wosis_latest' will change once new point data are acquired, cleansed and standardised, additional soil properties are considered, and/or when possible amendments are required. Static snapshots of 'wosis_latest' are released at irregular intervals for consistent citation purposes and to discuss methodological changes; the last snapshot is available at https://doi.org/10.5194/essd-16-4735-2024. For general information about WoSIS please see the FAQ-page at https://www.isric.org/explore/wosis/faq-wosis.
Gravimetric content of organic carbon in the fine earth fraction* (g/kg). ISRIC is developing a centralized and user–focused server database, known as ISRIC World Soil Information Service (WoSIS). The aims are to: • Safeguard world soil data "as is" • Share soil point (i.e. profile) data upon their standardization, and ultimately harmonization • Provide quality-assessed, geo-referenced soil data for a growing range of environmental applications (e.g. SoilGrids250m). At present, wosis_latest contains standardized data for 217,000 profiles. The number of measured data for each property varies between profiles and with depth, generally depending on the purpose of the initial studies. Further, in most source data sets, there are fewer data for soil physical as opposed to soil chemical attributes and there are fewer measurements for deeper than for superficial horizons. Generally, limited quality information is associated with the various source data. Further information is provided in https://doi.org/10.5194/essd-12-299-2020 and https://www.isric.org/sites/default/files/WOSISprocedureManual_2020nov17web.pdf. * The fine earth fraction is generally defined as being less than 2 mm. However, an upper limit of 1 mm was used in the former Soviet Union and its satellite states (Katchynsky scheme). This has been indicated in the database.
Capacity of the fine earth fraction* to hold exchangeable cations at the pH of the soil (ECEC). Conventionally approximated by summation of exchangeable bases (Ca2+, Mg2+, K+, and Na+) plus 1 N KCl exchangeable acidity (Al3+ and H+) in acidic soils (cmol(c)/kg).
WoSIS_latest is a 'dynamic dataset' that contains the most recent complement of quality-assessed and standardised soil data served from WoSIS (ISRIC World Soil Information Service). The source data were shared by a wide range of data providers (see: https://www.isric.org/explore/wosis/wosis-contributing-institutions-and-experts).
Being dynamic, the contents of 'wosis_latest' will change once new point data are acquired, cleansed and standardised, additional soil properties are considered, and/or when possible amendments are required.
Static snapshots of 'wosis_latest' are released at irregular intervals for consistent citation purposes and to discuss methodological changes; the last snapshot is available at https://doi.org/10.5194/essd-16-4735-2024.
For general information about WoSIS please see the FAQ-page at https://www.isric.org/explore/wosis/faq-wosis.
Bulk density of the whole soil including coarse fragments, oven dry (kg/dm³).
WoSIS_latest is a 'dynamic dataset' that contains the most recent complement of quality-assessed and standardised soil data served from WoSIS (ISRIC World Soil Information Service). The source data were shared by a wide range of data providers (see: https://www.isric.org/explore/wosis/wosis-contributing-institutions-and-experts).
Being dynamic, the contents of 'wosis_latest' will change once new point data are acquired, cleansed and standardised, additional soil properties are considered, and/or when possible amendments are required.
Static snapshots of 'wosis_latest' are released at irregular intervals for consistent citation purposes and to discuss methodological changes; the last snapshot is available at https://doi.org/10.5194/essd-16-4735-2024.
For general information about WoSIS please see the FAQ-page at https://www.isric.org/explore/wosis/faq-wosis.
Gravimetric content of organic carbon in the fine earth fraction* (g/kg). WoSIS_latest is a 'dynamic dataset' that contains the most recent complement of quality-assessed and standardised soil data served from WoSIS (ISRIC World Soil Information Service). The source data were shared by a wide range of data providers (see: https://www.isric.org/explore/wosis/wosis-contributing-institutions-and-experts). Being dynamic, the contents of 'wosis_latest' will change once new point data are acquired, cleansed and standardised, additional soil properties are considered, and/or when possible amendments are required. Static snapshots of 'wosis_latest' are released at irregular intervals for consistent citation purposes and to discuss methodological changes; the last snapshot is available at https://doi.org/10.5194/essd-16-4735-2024. For general information about WoSIS please see the FAQ-page at https://www.isric.org/explore/wosis/faq-wosis.