Skip to content

tallesfelix/directions-with-osm-networkx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Interactive directions map with OSM and networkx

License License

This is a simple example that deals with interactive map directions between two geolocated points, using data retrieved from Open Street Map and Networkx graphs!

MEDIUM POST

Getting started

You must first download and install Miniconda.

Then execute these commands to create and configure your environment:

conda create -n directions-example
conda activate directions-example 
conda config --env --add channels conda-forge  
conda config --env --set channel_priority strict  
conda install python=3.7 osmnx ipyleaflet networkx jupyter  
jupyter notebook

Built With

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors