Skip to content
This repository has been archived by the owner on Dec 20, 2018. It is now read-only.

Latest commit

 

History

History
44 lines (34 loc) · 1.65 KB

README.md

File metadata and controls

44 lines (34 loc) · 1.65 KB

Build Status

About the project

The project contains the prototype of a web application that provides to services:

  • Routing: a service that finds a route with a minimal heat stress between two points at a given time.
  • Optimal time: a service that finds an optimal point in time, i.e. a point in time with a minimal heat stress, for every place in a given radius that fulfill a criterion (e.g. is a supermarket). Additional for every place the optimal route between the start point and the place is computed.

Visit a running DEMO instance

A running docker-based instance is running on our server: http://ipe-koi09.fzi.de:8000

Prerequisites

Try it out locally

$ git clone https://github.com/biggis-project/path-optimizer.git
$ cd path-optimizer
$ mvn clean install
$ docker-compose up

Now go to http://localhost:8000/ to see the locally running instance.

Contact

If there are any questions please feel free and send a mail to: [email protected].