Open
Description
- Could one get all feature types at once? At the moment it seems one can only get the feature type per feature, but a request like https://geo.vliz.be/geoserver/Dataportal/wfs?SERVICE=WFS&REQUEST=DescribeFeatureType&VERSION=2.0.0 actually exists.
- From that URL above some layers are "complexType" and some are "element". Could that help guessing the output format? In that case the one that are "elements" are the one
sf::st_read()
(that's used in ows4R) returns a data.frame.
The context is that I'm wondering how we could get more info on what we're going to get before using getFeatures()
itself.
Thanks in advance!