Skip to content

Latest commit

 

History

History

twa-vis-framework

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

TWA Visualisation Framework

A central framework for TWA Visualisations (the TWA Visualisation Framework, or TWA-VF) has been created so that in most cases, the process of creating a new visualisation to display pre-generated data is as simple as possible. The goal is that a developer who is inexperienced with Typescript (or the JavaScript libraries we're using) can get a reasonable visualisation of the data by simply ensuring the data meets a set format and providing some basic configuration files.

The current, working version of the TWA-VF is defined in the library/VERSION file.

Contents

Documentation for the TWA-VF is spread across a number of files, and is broken down into the following sections.

Examples

Example of 2D data on a Mapbox visualisation

Example of 2D data on a Mapbox visualisation.


Example of 3D data on a CesiumJS visualisation

Example of 3D data on a CesiumJS visualisation.