NewportDataProject / osm-analysis

Working with OpenStreetMap data
0 stars 0 forks source link
openstreetmap

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