Go to file
2013-10-10 17:13:42 +02:00
css/jqueryui-smoothness scrubbable torque 2013-03-29 18:43:29 -07:00
dist dist files 2013-09-30 16:56:29 +02:00
doc fixed wrong title in doc 2013-09-02 17:40:18 +02:00
examples readme 2013-09-30 17:01:56 +02:00
img added example pause/play button 2013-04-02 20:50:49 -04:00
lib/torque fixed point renderer precache size 2013-10-10 17:13:42 +02:00
template recenter 2013-04-22 11:37:12 -04:00
test fixed provider url generation 2013-10-10 10:59:25 +02:00
vendor changed point renderer 2013-08-28 12:38:48 +02:00
.gitignore build scripts 2013-07-30 10:45:35 +02:00
index.html store state in hash 2013-09-30 16:55:31 +02:00
LICENSE.txt more cleanup 2012-09-30 20:50:13 -04:00
Makefile fixed diet file creation 2013-08-29 15:21:39 +02:00
package.json 2.0 2013-09-30 16:58:18 +02:00
README.md readme 2013-09-30 17:01:56 +02:00

Torque

Render big, timeseries data in the client. Uses CartoDB to generate a datacube format. For a brief introduction to the format and methods, see our presentation slides

CartoDB users can use this code right away. Specify your username/tablename and datecolumn to get mapping time immediatley.

Have fun!

Torque library reference

Torque lets you render big, timeseries or categorical data in the client. This is useful for many modern applications that need more than just a static map. Early versions of Torque have been used to visualize human movement, Twitter activity, biodiversity data, and many more large-scale datasets.

The library uses CartoDB to generate a layercube format. For a brief introduction to the format and methods, see our presentation slides. If you are not using CartoDB to host your data, you can modify the input parameters to point toward any layercube service.

Getting started

The simplest way to use a visualization with Torque is...

Create a simple Torque visualization
``` javascript ...
...