NREL / routee-compass

An energy-aware routing engine
https://nrel.github.io/routee-compass/
BSD 3-Clause "New" or "Revised" License
10 stars 5 forks source link

Enable adding grade via google API #213

Open nreinicke opened 4 months ago

nreinicke commented 4 months ago

Our current workflow for adding grade to the graph is to download USGS raster elevation tiles and then add them to the osmnx graph using the add_node_elevations_raster function. osmnx also support the google maps elevation api and so we could add an additional pathway for our users who have an API key to google maps to use that functionality as well.

zenon18 commented 4 months ago

zenon18 (Mark W.) will like to do this issue