- About
- Data & data product access
- Data Catalogue
- Data Download
- Online QC tool
- Map Viewer
- Atlas of Marine Life
- News & events
- Terms & Conditions
- Get involved!
- Helpdesk
Understanding the substrate and habitat preferences of marine benthic invertebrates is important for a number of reasons. It influences their functional role in the ecosystem; it can inform decisions about important habiats for conservation, potentially leading to the decelopment of biological indicators of habitat types; and it helps identify communities of co-occurring species. However, as for other biological traits, basic natural history knowledge of habitat affinities is lacking for many marine invertebrates - at least, it is not routinely or consistently stored in open databases. This makes accessing such data for large numbers of species (100s or 1000s) for regional-scale assessments extremely timeconsuming and laborious.
Data products built on EMODnet Biology data now allow us to robustly map the spatial occurrence of benthic species. Thanks to EMODnet Seabed Habitats we have a broadscale habitat classification map of European seas, which are related to biological composition in varied and often complex ways. There are as yet however no formal links between EurOBIS occurrence data and the Seabed Habitats map. Matching these two sources of data together allows us therefore to summarise the substrate types where a species is known to occur, as well as the species composition of different habitat types. It can help to refine and improve habitat maps (e.g. ‘species X occurs here so there must be rock here’); it can help in the quality control of occurrence records (e.g. ‘this location must be recorded imprecisely because species X is recorded but there is no rock here’); and it can also help to improve substrate preference information about individual species (e.g. ‘species X must also like mud because it frequently occurs there’).
The aim of this project then is to link occurrences of benthic invertebrates from the EMODnet benthic numerical abundance product to two complementary seabed habitat products: the EMODnet broadscale habitat map 2019 (Vasquez et al., 2020), and Wilson et al.'s (2018) synthetic map of the north-west European Shelf sedimentary environment. We also process and incorporate qualitative information on the habitat and sediment preferences of species from the Biological Traits Information Catalogue BIOTIC database. We present one example of application of this process (generating species-level summaries of substrate affinities), and provide all the necessary code generate the data to address the other types of question (e.g. to produce species lists for different habitat types).
The data series used in these products are not easily obtained via WFS. The Biotic species traits data are provided in csv format within the raw data folder. The EMODnet benthic numerical abundance data product and the EMODnet broadscale seabed habitat maps are both very large downloads (>400MB zipped csv file and >500MB zipped ESRI shape file). Future work may add WFS download options, but in the current product these datasets are downloaded directly by supplying the dataset url to download.file function in R. The other dataset used (the sediment properties dataset) is also directly downloaded as a csv file in this way from its doi. The specific code to obtain these datasets is provided within the benthic data habitat matching R markdown document (in the Analysis folder), rendered as html and pdf reports in the Docs folder.
The data product consists of two datasets, provided as csv files, and one synthetic figure per species:
Code and analysis are available on github: https://github.com/EMODnet/EMODnet-Biology-Benthic-Habitats-Occurrences-Traits
Please cite this product as: Tom J. Webb (2021) Benthic occurrences, habitat maps, and species traits. Integrated data products created under the European Marine Observation Data Network (EMODnet) Biology project (EASME/EMFF/2017/1.3.1.2/02/SI2.789013), funded by the by the European Union under Regulation (EU) No 508/2014 of the European Parliament and of the Council of 15 May 2014 on the European Maritime and Fisheries Fund
Available to download in:
https://www.emodnet-biology.eu/data-catalog?module=dataset&dasid=6620
This link downloads a zip file containing a local copy of this git repository with the data products in the ./product/
subdirectory. The scripts and workflows included in this local git repository may differ from the pipelines included in this remote repository on GitHub as we continue to improve the product. To see the differences between the local copy of the git repository you downloaded and the latest version on GitHub, open the git bash console and type:
$ git fetch origin master
$ git diff origin/master
If you want to update the local copy of the git repository you downloaded to the latest development version, run the following line:
$ git pull
If you are unsure about how to use git, please check the installation guide of the git book: https://git-scm.com/book