Skip to content
Alexandre Kraft edited this page Mar 6, 2015 · 14 revisions

Overview

rawdata-navigator is a web-based human-understandable interface dedicated to navigate through raw datasets. It draws downloaded segments on a map and a timeline, allowing to display information (geoposition, orientation, status, date and preview) for every pose of the segments. Segments can also be viewed as timelapse videos, where every frame is binded to its pose information.

Dependencies

rawdata-navigator has been tested on Ubuntu 14.04 LTS and comes with the following package dependencies:

  • apache2 with mod_headers
  • php5 (5.5.9, but must works since release 5.3.0)
  • php5-json

Installation

Go to Apache's document root:

$ cd /var/www/html/

Clone the repository using the command:

$ git clone https://github.com/FoxelSA/rawdata-navigator.git

Clone this wiki locally