inst/submission.md

Submitting Author Name: Maëlle Salmon Submitting Author Github Handle: @maelle Other Package Authors Github handles: (comma separated, delete if none) @salvafern, @annakrystalli Repository: https://github.com/EMODnet/emodnet.wfs/ Version submitted: 2.0.2 Submission type: Standard Editor: TBD Reviewers: TBD Archive: TBD Version accepted: TBD Language: en

Package: emodnet.wfs
Title: Access EMODnet Web Feature Service data through R
Version: 2.0.2
Authors@R: c(
    person("Anna", "Krystalli", , "annakrystalli@googlemail.com", role = "aut",
           comment = c(ORCID = "0000-0002-2378-4915")),
    person("Salvador", "Fernández-Bejarano", , "salvador.fernandez@vliz.be", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0003-0535-7677")),
    person("Thomas J", "Webb", , "t.j.webb@sheffield.ac.uk", role = "ctb"),
    person("European Marine Observation Data Network (EMODnet) Biology project", "European Commission's Directorate - General for Maritime Affairs and Fisheries (DG MARE)", , "bio@emodnet.eu", role = "cph"),
    person("VLIZ (VLAAMS INSTITUUT VOOR DE ZEE)", , , "info@vliz.be", role = "fnd"),
    person("Maëlle", "Salmon", , "msmaellesalmon@gmail.com", role = "aut",
           comment = c(ORCID = "0000-0002-2815-0399"))
  )
Description: Access and interrogate EMODnet (European Marine Observation and Data Network) 
    Web Feature Service data through R.
License: MIT + file LICENSE
URL: https://emodnet.github.io/emodnet.wfs/,
    https://github.com/EMODnet/emodnet.wfs
BugReports: https://github.com/EMODnet/emodnet.wfs/issues
Depends: 
    R (>= 3.6.0)
Imports: 
    checkmate,
    cli,
    dplyr,
    lifecycle,
    magrittr,
    memoise,
    ows4R (>= 0.4),
    purrr,
    rlang,
    sf,
    tibble,
    utils,
    whoami
Suggests: 
    covr,
    httptest,
    knitr,
    mapview,
    readr,
    rmarkdown,
    skimr,
    testthat (>= 3.1.2),
    testthis,
    withr
Config/Needs/readme: rerddap
VignetteBuilder: 
    knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
SystemRequirements: C++11, GDAL (>= 2.0.1), GEOS (>= 3.4.0), PROJ (>=
    4.8.0)
Remotes: 
    eblondel/ows4R

Scope

The package allow interrogation of and access to EMODnet’s, European Marine Observation and Data Network, geographic vector data.

The target audience of the package are EMODnet users that might need programmatic access to EMODnet's geographic vector data. The package allows to include EMODnet vector data into scientific pipelines without needing to manually explore and download data from the EMODnet Geographic Viewer. The data covers seven disciplinary themes (bathymetry, geology, physics, chemistry, biology, seabed habitats and human activities).

No, to our knowledge emodnet.wfs is the only package that provides access to EMODnet data in R though the EMODnet Web Feature Services. The emodnet.wfs package was developed in collaboration with other EMODnet members.

There are in total three ways to access EMODnet data that complement each other and which we documented in emodnet.wfs README:

N/A

Technical checks

Confirm each of the following by checking the box.

This package:

Publication options

MEE Options

Code of conduct



EMODnet/EMODnetWFS documentation built on June 14, 2025, 2:16 p.m.