Skip to content

LorenzoStucchi/ChargingStationIsochronesComputation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Charging Stations Isochrones Computation

Installation

conda env create -f environment.yml 
conda activate ORS_stations
pip install -r requirements.txt
wget https://gist.githubusercontent.com/perrygeo/5667173/raw/763e1e50208e8c853f46e57cd07bb07b424fed10/zonal_stats.py

Local usage

wget https://github.com/GIScience/openrouteservice/archive/refs/tags/v7.1.0.zip
unzip v7.1.0.zip

cd openrouteservice-7.1.0
cd docker 
mkdir conf elevation_cache graphs logs
cd logs
mkdir ors tomcat 
cd ..
docker compose up