I want to extract information from a WFS service, but the WFS services has a limitations of 10.000 features.
The WFS service is: http://afnemers.ruimtelijkeplannen.nl/afnemers2012/services?SERVICE=WFS
The number of features is around 40.000: http://afnemers.ruimtelijkeplannen.nl/afnemers2012/services?REQUEST=GetFeature&SERVICE;=WFS&version;=2.0.0&typename;=Bestemmingsplangebied&resulttype;=hits
So I thought I could add multiple WFS readers to the workbench each with a different setting at the 'start feature' and 'max features to read' (see below)
Parameters reader 1:
Parameters reader 2
However when I run the workbench the request is still limited to 10.000 features; as you can see in the screenshot below.
Does anyone know how I can workaround this limitation?
Another option would be to perform an attribute or spatial selection on the WFS reader, because I only need a selection of the features. For instance only the features where the attribute 'datum' holds 2016. Does anyone know if (and how) does can be done?
Hope someone can help.
Thanks!
Stefan