I am trying to get elevations from a raster file and add to the road network. I am getting module 'osmnx.elevation' has no attribute 'add_node_elevations_raster' error.
Following this notebook: https://github.com/gboeing/osmnx-examples/blob/main/notebooks/12-node-elevations-edge-grades.ipynb
My osmnx version is '0.16.0' and all other functions have been working.
I don't want to use the add_node_elevations function because requires a google api key and I am looking for a free option.