Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1 KB

File metadata and controls

46 lines (28 loc) · 1 KB

Change log

0.3.1 (2017-02-15)

  • clean up docstrings throughout
  • remove network code vestiges from buildings.py

0.3 (2016-01-29)

  • add route plotting with folium
  • add downloading and visualization of building footprints
  • updates for compatibility with matplotlib 2.0

0.2.2 (2017-01-20)

  • fixes for compatibility with networkx 2.0's new API
  • make png default image save format
  • figure-ground plots collect street network from a wider area

0.2.1 (2017-01-11)

  • add license file to dist package

0.2 (2017-01-10)

  • refactor modules
  • add graph to GDF and GDF to graph functions
  • add encoding argument to save_graph_shapefile
  • add unit tests and continuous integration

0.1 (2016-12-19)

  • add street width attribute for ways from OSM

0.1b2 (2016-11-29)

  • make simplification error messages explicit

0.1b1 (2016-11-28)

  • process land use and area tags from OSM
  • make intersection error messages clear

0.1a1 (2016-11-07)

  • first pre-release