Skip to content

juulieen/solid-potato

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

OTP 2 Dockerfile for experiment

Motivation

I want to explore the OTP planner exisiting capabilities and see if there is a itinary planner algorithme dedicated to using "off-road" track/path

Notes

Let's running the OTP2 planner on my PC

  • I'm using the docker because I don't want bother install openjdk:22 directly on my OS
  • I've filter data from france and more specificly of south-west
  • I've put enormous limit on memory allocation because I didn't wanted to bother searching.

Ressources used

Final output

docker build -t otp2 .
docker run -it -p 8080:8080 -p 8081:8081 --name otp2-south-west otp2

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published