Working with OpenStreetMap in python, R, ...
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