biggis-project / path-optimizer

Former `heatstressrouting` shiny-based app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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: joachim.russig@gmx.de.

About

Former `heatstressrouting` shiny-based app

License:MIT License


Languages

Language:Java 78.6%Language:R 18.4%Language:Shell 1.9%Language:JavaScript 0.7%Language:CSS 0.4%