Skip to content

v0.3.0

Compare
Choose a tag to compare
@SlowMo24 SlowMo24 released this 06 Dec 08:34
· 15 commits to master since this release
289f4c5

0.3.0

Added

  • support for python 3.12
  • custom retry configuration
  • start and end timestamp meta information of the client are now datetime objects
  • accept shapely Polygon and MultiPolygon for bpolys input parameter
  • if a request fails a bash script containing the respective curl command is logged (if possible). This allows for easier debugging and sharing of failed requests.
  • timestamps are converted without timezone information. Deviates from Ohsome API GIScience/ohsome-api#318

Changed

  • breaking: geodataframes now contain a @other_tags colum containing all OSM tags. This behaviour can be adapted using the explode_tags parameter that allows to specify tags that should be in a separate column or to disable the feature completely. The latter will result in a potentially wide but sparse data frame.

Removed

  • support for python < 3.10
  • support for geopandas < 0.14
  • support for pandas < 2.1
  • support for urllib3 < 2.1