Go to file
2013-11-27 11:06:39 +01:00
css/jqueryui-smoothness scrubbable torque 2013-03-29 18:43:29 -07:00
dist dist files 2013-11-25 16:36:58 +01:00
doc updated api 2013-11-11 16:55:34 +01:00
examples updated navy_elaflet example 2013-11-27 11:06:39 +01:00
img added example pause/play button 2013-04-02 20:50:49 -04:00
lib/torque fixed rendering when variables were used 2013-11-25 16:36:53 +01:00
template recenter 2013-04-22 11:37:12 -04:00
test use torque-frame-count instead of torque-steos close #21 2013-11-25 13:05:07 +01:00
vendor updated carto 2013-11-26 18:39:28 +01:00
.gitignore build scripts 2013-07-30 10:45:35 +02:00
index.html updated index to remove ui stuff with no_ui option 2013-10-28 18:41:19 +01: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
NEWS new version 2.1.00 2013-11-25 13:06:19 +01:00
package.json fixed version 2013-11-25 13:07:26 +01: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 ...
...