Skip to content

Latest commit

 

History

History
69 lines (50 loc) · 1.96 KB

CHANGELOG.md

File metadata and controls

69 lines (50 loc) · 1.96 KB

5.0.0

Changed

  • clean.geojson.py updated so that osmids are kept through the process
  • max speed unit is now saved in separate edge property, instead in the max speed string

Addded

  • map download from overpass by area name

Removed

  • the osmtogeojson script together with the broken osmread dependency

4.1.0

Added

  • delimiter option added to inout.save_csv method

Fixed

  • country specific speed codes extended by US codes
  • string detection bug fixed in get_posted_speed method
  • config bug with negative coordinates treated as float fixed in download_map.py

4.0.0

Added

  • GeoJSON node iterator added to plotting

Changed

  • inout.load_json now accepts encoding parameter
  • GeoJSON iterator renamed to GeoJSON edge iterator

Fixed

  • GeoJSON edge iterator in plotting now handles feature collections that contains other feature types than LineStirng

3.0.0

Added

  • new filter module with a generic method for edge filtering
  • new method export_nodes_for_matplotlib in plotting

Changed

  • method export_for_matplotlib in plotting renamed to export_edges_for_matplotlib

2.0.1

Added

  • Changelog

Fixed

  • utm package added to setup requirements
  • readme updated