Skip to content

update example in request-params.Rmd #160

Closed
@maelle

Description

We have this example code in a pkgdown article

library(EMODnetWFS)

wfs <- emodnet_init_wfs_client("human_activities")

emodnet_get_layers(
  wfs = wfs,
  layers = "maritimebnds",
  featureID = "maritimebnds.861",
  reduce_layers = TRUE
)

However "martimebnds" seems to no longer be a layer for this service.

@salvafern I have two questions

  • is that "maritimebnds" boundary in another service? Did it just disappear? How would user know about changes in available layers?
  • do you know of another example we could use instead in the article. It needs to be a layer with featureIDs (not sure where to find those), a feature we can use to sortBy, enough features for startIndex to be interesting, propertyName to be useful, and it needs geometry to demonstrate filtering by a box. Also how can we choose one that doesn't disappear?

https://github.com/EMODnet/EMODnetWFS/blob/main/vignettes/articles/request-params.Rmd

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions