Osmnet Versions Save

Tools for the extraction of OpenStreetMap street network data

v0.1.7

9 months ago
  • adds support for Shapely 2.0

v0.1.6

3 years ago
  • adds support for GeoPandas v0.7 and later
  • ends support for Python 2.7 and Win32

v0.1.5

5 years ago
  • adds custom_osm_filter parameter
  • update default keep_osm_tags list to include more tags including area
  • add new exceptions to catch for queries that return bad/no data
  • add coveralls support

v0.1.4

7 years ago
  • Better exception handling of KeyError exceptions.
  • Removed unnecessary logs.

v0.1.3

7 years ago
  • Documentation is now generated and upload to the gh-pages branch after each commit on master.

v0.1.2

7 years ago
  • Now version numbers are the same in all the source code.

v0.1.1

7 years ago
  • README file changed from MarkDown to RST format.

v0.1.0

7 years ago
  • Python3 support. Now, Travis run tests over Python2.7 and Python3.5.
  • Travis runs pycodestyle on each commit.
  • Code now conforms pep8 and pycodestyle.