Author: Wouter Van den Broeck
[toc]
This project provides a NodeJS application that generates the data.json
file loaded by the eu15a
case study in the TIMAMP v2 app. The source data is loaded from data.csv
and the needed metadata is loaded from metadata.json
.
The run this application, run (from the preprocess
directory):
node process_eu15a.js
For this case study, the data is loaded from the database at http://lifewatch.cartodb.com
.
For a general description, see ./v2/src/data/eu15a/README.md
.
The query is a variation of the query proposed here. This variation aggregate altitudes depending on the template parameter strataSize.
The resulting records also contain the values:
- avg_speed
- altitude_idx
- interval_idx
For additional details, see [TODO: add reference to paper].