v0.11.3
Release Notes
Internal Changes
- Fix a bug in
WFS.getfeature_byid
when the number of IDs exceeds the service's limit by splitting large requests into multiple smaller requests. - Add two new arguments,
max_nrecords
andread_method
, toWFS
to
control the maximum number of records per request (defaults to 1000) and specify the response read method (defaults tojson
), respectively.