Closed
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 forstartIndex
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