This is the main git repository for sources of Tempus, a framework for multimodal route planning.
It is composed of several components:
- a core framework written in C++.
- a data loader (alongside an OSM loader to populate its database)
- a WPS server
- a WPS python client
- a GeoJSON server
- a python API
- a QGIS plugin
- a set of demos
Component | Tag |
---|---|
core | v2.6.2 |
wps server | v1.2.1 |
pytempus | v1.2.3 |
osm2tempus | v1.1.0 |
loader | v1.2.2 |
pywps | v1.0.0 |
qgis plugin | v1.1.0 |
pg tempus | v1.2.1 |
json server | v1.0.2 |
Clone this repo with the --recursive
option (or use git submodule init && git submodule update
after cloning it), then head over to the README of each
submodule for instructions.
Tempus packages are available for the OSGeo4W distribution.
Options:
- Download the network installer that will download all the required packages
- Download the bundled installer that contains all the required packages in one archive.
- Use the regular OSGeo4W network installer and add
http://osgeo4w-oslandia.com/extra
when asked for mirrors, you should then be able to select new packages liketempus-core
orpython3-pytempus