a-b-street/abstreet

Elevation data

Open

#82 opened on Jun 23, 2020

View on GitHub
 (18 comments) (0 reactions) (0 assignees)Rust (6,779 stars) (256 forks)batch import
good first issue

Description

This is a big project, but with small steps. Roughly:

  1. Get better elevation data, either fixing the bugs in the srtm.rs impl or preferably using the better LIDAR data around Seattle. I have some pointers for that in an email somewhere; remind me to post them

  2. Figure out how elevation change affects the standard bicyclist speed. Incorporate that in the simulation and pathfinding cost function

  3. Render the elevation layer much more understandably. Isochrones are the thing people are familiar with, probably should give that a shot

I can give pointers to relevant code when needed

Contributor guide