Skip to content

bcdata 0.2.2

Compare
Choose a tag to compare
@boshek boshek released this 12 Mar 17:16
0.2.2
63e463b

IMPROVEMENTS

  • Added bcdc_list_groups and bcdc_list_group_records to provide the ability to query on the group endpoint of the catalogue API. #234
  • Added new option bcdata.single_download_limit to enable setting the maximum number of records an object can be before forcing a paginated download (#252)

BUG FIXES

  • Fixed bug in collect.bcdc_promise where the wrong parameter name in crul::Paginator$new() resulted in an error in paginated wfs requests (#250, thanks @meztez)
  • Fixed a bug where the name of bcdata.chunk_limit option had a typo, so that it was not actually used properly (#252)