Skip to content

NewportDataProject/osm-analysis

Repository files navigation

osm-analysis

Working with OpenStreetMap in python, R, ...

Setting Up The Conda Environment

The osmnx package has some fickle dependencies (for windows, anyway). Start by building a conda env like so:

> conda create -n OSM python=3.5

Then follow the instructions here to install GDAL and fiona. Where it calls for setting the PATH environmental variable in the instructions, use this and this then add the following line to to the activate.d\env_var.bat file you created:

set PATH=%PATH%;<path/to/omgeo/in/env>

Then activate the conda environment and run pip install -r pip_requirements.txt

About

Working with OpenStreetMap data

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages