02 - Some Python libraries to consider
- Ipyleaflet
- Major Python libraries for data visualization
- Matplotlib
- Seaborn
- Bokeh
- OSMnx - Road Network Analysis
Ipyleaflet
ipyleaflet is a library facilitating the creation of interactive maps, the insertion and manipulation of objects and geometric shapes.
Installation
conda install -c conda-forge ipyleaflet
Example
Major Python libraries for data visualization
Matplotlib
Matplotlib is probably the most used Python package for 2-dimensional data representation.
Example
Seaborn
Seaborn is a data visualization library based on matplotlib.
Example
Bokeh
Bokeh enables the creation of interactive visual representations of data by exploiting the latest innovations enjoyed by web browsers.
Example
OSMnx - Road Network Analysis (potentially interesting)
OSMnx allows you to retrieve, build, analyze and visualize street networks from OpenStreetMap data.
Installation
conda install -c conda-forge osmnx