- Package Resupported - Supported under new team [jmbraybrook]
- ⚠ PACKAGE DEPRECATED
- Increased DownloadsAPI sleep time to 20
- Downloads API outputs a missing_files.[datetime].json file that details the specific files that didn't successfully download [JEPooley] [Amber Thorne]
- Downloads API now shows correct number of downloaded files e.g. when some have failed or are missing [JEPooley] [Amber Thorne]
- NamesAPI no longer raises a KeyError if the response status code is 200 [JEPooley] [sam596]
- Added check for chunk size when streaming data. Program should error if file download is incomplete [JEPooley]
- Upgrade requests version in dependencies to 2.31.0 [gwionap]
- Import error for osdatahub.post in PlacesAPI [FHunt-OS] [JEPooley]
- Added support for the dataset parameter within the PlacesAPI wrapper [FHunt-OS] [JEPooley]
- Removed requests wrapper for Downloads API as it breaks requests that stream the data (issue #79)
- Improved pbar to include total number of files to be downloaded. Also removed the finished download writeout to preserve aesthetics
- Added requests wrapper that raises an error in the case of an incomplete response (issue 73) [JEPooley]
- Fix BaseException being raised instead of caught with JSONDecodeError (issue 62) [JEPooley]
- Extents
from_radius
method no longer errors if the coordinate is not a tuple - now accepts any Iterable (issue 66) [JEPooley] - Updated setup.cfg and tox.ini to reflect python3.11 compatability (issue 68) [JEPooley] [dchirst]
- Added proxy support using the
osdatahub.set_proxies
method (issue 55) [JEPooley] [FHunt-OS] [abiddiscombe]
- Fixed paging for NGD Features requests
- Added NGD API [dchirst] [BenDickens] [JEPooley]
- Fixed typos in Features and Places APIs [dchirst]
- Added NGD quick start to README [dchirst] [JEPooley]
- Support the new Data Hub API v2 [dchirst]
- Allow filters to be joined using bitwise operators [E-Paine]
- Improved warnings when queries are too large (issue 25) [E-Paine]
- Allow any type of collection to be used to construct a bounding box (issue 22) [E-Paine]
- Warn when using EPSG:4329 with the features API (issue 29) [E-Paine]
- Error when
nearest
returned an empty feature set (issue 24) [E-Paine]