Skip to content

Releases: PeopleForBikes/brokenspoke-analyzer

3.1.1

03 Apr 23:53

Choose a tag to compare

Fixed

  • Fixed bug where the --with-bundle flag was not honored for all exports.
    [#1063]

3.1.0

27 Mar 15:44

Choose a tag to compare

Fixed

  • Exclude blocks with null cost from connected census blocks. [#1031]
  • Remove parking and set widths for higher segment stress. [#1046]
  • Exclude miniature train stations. [#1055]
  • Fix two-way cycle tracks. [#1057]

Changed

  • Calculate overall score by weighted census blocks. [#1054]
  • Include shop=* in retail destinations. [#1056]

Added

  • Improve mileage calculation speed. [#1053]

3.0.0

28 Jan 18:14
721fa03

Choose a tag to compare

We are thrilled to announce the release of version 3.0.0, our latest milestone
and the result of months of steady work over the past year.

This update brings a number of improvements that make the analyzer more
reliable, easier to use, and better aligned with current data sources. We’ve
updated core dependencies, added support for new OSM tagging conventions,
improved boundary handling, refreshed population and employment data, and fixed
several long-standing issues. Together, these changes should make analyses more
accurate and reduce the amount of troubleshooting needed when running cities in
different regions.

We want to highlight the contribution of
Mitchell Henke, who has consistently helped
move the project forward through thoughtful PRs and careful reviews. His work
has directly shaped several of the improvements included in this release.

We also want to recognize the broader ecosystem, from OSM mappers to data tool
maintainers, which plays a major role in making tools like this possible.

Finally, thank you to everyone who reported bugs, proposed fixes, or contributed
ideas along the way. Your feedback directly improves the tool, and we’re
grateful for every contribution, no matter the size.

Fixed

  • Added support for US Census County Subdivisions [#991]
  • Implemented an exception for Puerto Rico. [#978]

Changed

  • Simplify stress designation on lower order segments [#1011]
  • Higher order segment stress updates [#1010]
  • Ignore width for footpaths where bike=designated [#1007]
  • Autodetect latest LODES year. [#967]
  • Upgrade to osm2pgrouting 3. [#977]
  • Use Census Bureau boundaries for US cities. [#956]
  • Exclude calculating census blocks that are outside of boundary. [#896]
  • Use 2020 Census Population and Employment Data. [#850]
  • Better documentation. [multiple PRs]

Added

  • Add ferry terminals to transit destinations [#1006]
  • Add Classifying Bike Infrastructure with QGIS How-to Guide [#1004]
  • Export city boundaries. [#953]
  • Support new contraflow bike lane tagging. [#890]
  • Remove redundant LODES table updates. [#888]
  • Support new pedestrian island tagging when setting island column. [#900]
  • Implement a caching mechanism. [#894]
  • Add missing block-level category scores. [#961]

2.6.5

04 Oct 20:32
ac0475f

Choose a tag to compare

Fixed

  • Fixed logic to retrieve city boundaries. [#947]
  • Removed the country of Georgia from the Geofabrik client. [#948]
  • Escaped special characters in SQL command to export files. [#949]

2.6.4

05 Sep 15:50
0d10a3e

Choose a tag to compare

Fixed

  • Fixed PostgreSQL healthcheck command. [#914]

Changed

  • Improved osmnx query to be more specific. [#913]
  • Improved DEV container user experience. [#925]

2.6.3

06 Aug 20:52
6e1df15

Choose a tag to compare

Fixed

  • Fixed conversion of zero to NULL in SQL query substitution .[#895]
  • Fixed ignored lodes_year parameter in the run-with command.[#910]

2.6.2

24 Jul 00:50
0f534e1

Choose a tag to compare

Fixed

  • Excluded golf courses paths from bicycle infrastructure. [#889]

2.6.1

29 Jun 17:26
16986ef

Choose a tag to compare

Fixed

  • Fixed a bug preventing to export the results in some cases. [#883]

2.6.0

18 Jun 23:11
d1e8b84

Choose a tag to compare

Fixed

  • Removed unused columns and indices in neighborhood_connected_census_blocks
    table. [#824]
  • Fixed normalizing country name before building location slug in compute
    command. [#851]
  • Fixed the calver algorithm to handle more than 10 revisions. [#856]
  • Fixed issues preventing running cities in Malaysia. [#864]

Changed

  • Used new format for street parking tagging. [#807]
  • Excluded ways with access=private or have access=no and do no explicitly allow
    bicycles. [#847]

Added

  • Added cache folder for downloads. [#842]
  • Added ability to run partial analysis. [#845]
  • Added ability to compute bike lane mileage. [#831] [#870]

External contributor(s)

2.5.0

23 Mar 01:28
53e5096

Choose a tag to compare

Fixed

  • Water blocks where not being deleted. [#832]
  • --export-dir option was ignored. [#820]

Changed

  • Updated width calculation logic. [#800]

Added

  • Added the ability to use a development container for local development. [#718]