Skip to content

Releases: EMODnet/emodnet.wfs

emodnet.wfs 2.1.2

Choose a tag to compare

@maelle maelle released this 20 Apr 11:58
v2.1.2

Increment version number to 2.1.2

emodnet.wfs 2.1.1

Choose a tag to compare

@maelle maelle released this 17 Jul 07:59
v2.1.1

Increment version number to 2.1.1

emodnet.wfs 2.0.2

Choose a tag to compare

@maelle maelle released this 02 Sep 12:23
  • Added ability to pass vendor parameter to emodnet.wfs::emodnet_get_layers() queries (#88).
  • Added memoising (caching during each R session) of the functions getting services
    and layers information (#52).

Citation update

Choose a tag to compare

@salvafern salvafern released this 01 Feb 12:43

Citation updated for consistency:

  • Added CITATION file
  • Update README citation
  • Update vignette emodnetwfs citation

First stable release

Choose a tag to compare

@salvafern salvafern released this 01 Feb 09:55

This is the first stable release of the EMODnetWFS package. Features included:

  • See the EMODnet Web Feature Service endpoints (tibble EMODnetWFS::emodnet_wfs)
  • Create a WFS client using the ows4r library (EMODnetWFS::emodnet_init_wfs_client())
  • Perform getCapabilities request, returned as a tibble (EMODnetWFS::emodnet_get_wfs_info())
  • Perform getFeatures request on different EMODnet lots. Response as a sf object. Can change the CRS on the client side (EMODnetWFS::emodnet_get_layers())
  • Perform getCapabilities request on all EMODnet lots. This is experimental (EMODnetWFS::emodnet_get_all_wfs_info())