I'm following gboeing's reply in this post https://github.com/gboeing/osmnx/issues/269 and using the osmnx Docker image, but I'm getting the error AttributeError: module 'osmnx' has no attribute 'great_circle_vec'
The Docker does seem to have the latest 0.16 osmnx version, and the current doc does not mention this function being deprecated or private. The suggested code is a year and a half old, so maybe something has changed. Does anyone have a current solution for getting the nearest node along the nearest edge?