Skip to content

v0.11.3

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Aug 15:34
· 869 commits to main since this release

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 and read_method, to WFS to
    control the maximum number of records per request (defaults to 1000) and specify the response read method (defaults to json), respectively.