Skip to content

w3labkr/ipynb-openstreetmap

Repository files navigation

Openstreetmap

Usage examples and demos for Openstreetmap.

Environment

To create a virtualenv for the Python version used with pyenv

$ pyenv virtualenv 3.8.5 openstreetmap

Sets a local application-specific Python version

$ pyenv local openstreetmap
$ pyenv shell openstreetmap

Dependencies

  • numpy
  • pandas
  • geopandas
  • geopy
  • matplotlib
  • folium
  • networkx
  • osmnx
  • scikit-learn
  • igraph
  • descartes
  • wheel
  • gdal
  • rasterio

Packages

import packages

(openstreetmap) pip install -r requirements.txt

export packages

(openstreetmap) pip freeze > requirements.txt

Reference

License

This software is licensed under the MIT LICENSE.