Skip to content

Version 0.3.0

Compare
Choose a tag to compare
@martinfleis martinfleis released this 29 Jul 10:08

New documentation and a lot of performance improvements.

To get the best performance, it is recommended to use geopandas>=0.8 and have pygeos installed.

API changes:

  • Convexeity is now Convexity (#171)
  • local_ centrality (betweenness, closeness, straightness) has been included in respective global versions (#178)

New features:

  • CheckTessellationInput to check building footprint data for potential issues during Tessellation (#163)
  • On demand DistanceBand spatial weights (neighbors) for larger weight which would not fit in memory (#165)

Enhancements:

  • New documentation (#167)
  • Support network analysis for full network (#176)
  • Options for preprocess (#180)
  • Expose underlying simpson and shannon functions (#183)
  • MeanInterbuildingDistance performance (#187)
  • StreetProfile performance refactor (#186)
  • Retain attributes in network_false_nodes (#189)
  • Performance improvements in elements module (#190)
  • Performance refactor of SharedWallsRatio (#191)
  • Performance refactor of NeighboringStreetOrientationDeviation (#192)
  • Minor performance improvements (#193, #196)
  • Allow specification of verbosity (#195)
  • Perfomance enhancements in sw_high (#198)

Bug fixes:

  • Density TypeError for islands (#164)
  • Preserve CRS in network_false_nodes (#181)
  • Fixed Squareness for non-Polygon geom types (#182)
  • CRS lost with older geopandas (#188)

Acknowledgements

Thanks to everyone who contributed to this release either directly or indirectly!
People with a "+" by their names contributed a patch for the first time.

Alessandra Feliciotti +
Martin Fleischmann