- 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
- map download from overpass by area name
- the
osmtogeojson
script together with the brokenosmread
dependency
- delimiter option added to
inout.save_csv
method
- 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
- GeoJSON node iterator added to plotting
- inout.load_json now accepts encoding parameter
- GeoJSON iterator renamed to GeoJSON edge iterator
- GeoJSON edge iterator in plotting now handles feature collections that contains other feature types than LineStirng
- new filter module with a generic method for edge filtering
- new method export_nodes_for_matplotlib in plotting
- method export_for_matplotlib in plotting renamed to export_edges_for_matplotlib
- Changelog
- utm package added to setup requirements
- readme updated