Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 24 Mar 07:50
· 29 commits to main since this release

What's new

Added

  • make_grid_points function to generate a grid of points within a polygon (useful for metroscore heatmaps)
  • Support for time-of-day metroscore analysis

Removed

  • Functions in metroscore module

Changed

  • Functions now organized in submodules: point_selection, service_areas, analysis
  • New "Metroscore 101" tutorial in docs

Fixed

  • Point generation now works for polygons in non-epsg:4326 projections
  • Network datasets in non-epsg:4326 projections are now supported
  • Drive time service areas use faster ArcGIS functional backend

Commits

b91e7b8 Bump version to v0.2.0 for release
de35aec deps: add numpy and pandas
8051e92 docs: update README
8d46d33 test: modules work
b13e32c docs: add tutorial and API docs
b8fae95 refactor: split into multiple file
a9a0a59 deps: add environment.yml