krithin / gullies

Visualizations of shortest path routes in road networks.
GNU General Public License v3.0
10 stars 2 forks source link

Use basemap #18

Closed krithin closed 6 years ago

krithin commented 6 years ago

Use https://matplotlib.org/basemap/ to compute projections of the points I want to plot instead of assuming an equirectangular projection.

Update the headline contiguous-US image with one generated with an Albers equal-area projection.

krithin commented 6 years ago

This also fixes https://github.com/krithin/gullies/issues/15