cycleready / cycleready-web

The webapp for SF CycleReady
http://cycleready.herokuapp.com
1 stars 2 forks source link

gather real data #35

Open thfield opened 9 years ago

thfield commented 9 years ago

right now our route data is (mostly) made up. we need to gather information about routes:

we should have standardized json or csv format, that can be input to the db from what we develop in #31

thfield commented 8 years ago

distance and elevation may be able to be inferred from route geojson data, distance can be calculated from turf.js with route file

need to contact mapbox about surface api for elevation display

thfield commented 8 years ago

elevation profiles now pre-calculated by lib/assets/elevations.js node script and saved to model as Bikeroute.elevation

distance data is also calculated by lib/assets/genSeeds.js script and saved as Bikeroute.distance

thfield commented 8 years ago

"about" data for neighborhoods need to be gathered as well