Skip to content

ubediroglu/shortest-way-OSMnx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Installation

You can install OSMnx with conda:

conda config --prepend channels conda-forge
conda create -n ox --strict-channel-priority osmnx

After install OSMnx in conda, you need to provide the installation in python. So you can try code:

 pip install osmnx 

If you have get this error message:

A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CO NFIG environment variable or use a GDAL_VERSION environment variable.

You can fix it with this code:

 conda install Fiona 

About

This repository is built to add work files.

Topics

Resources

License

Stars

Watchers

Forks