Skip to content
/ PLATIN Public
forked from stjaenicke/GeoTemCo

A tool for the comparative visualization of geospatial-temporal data.

License

Notifications You must be signed in to change notification settings

skruse/PLATIN

This branch is 790 commits ahead of, 9 commits behind stjaenicke/GeoTemCo:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c7f9a71 · Sep 20, 2017
May 21, 2014
May 21, 2014
Jun 6, 2017
Mar 13, 2014
Jun 24, 2015
Sep 20, 2017
Aug 8, 2014
Jul 23, 2013
May 21, 2014
Jul 27, 2012
Aug 8, 2014
Aug 8, 2014
Jun 24, 2014
Apr 2, 2014
Mar 28, 2014
Jul 27, 2012
Jul 27, 2012
Jun 12, 2017
Jun 12, 2017

Repository files navigation

PLATIN

Place and Time Navigator

a fork and extension of GeoTemCo

developed at the Max-Planck-Institute for the History of Science with funding from TOPOI within the Project Atlas der Innovationen.

Introduction

PLATIN is a HTML5-based tool for presentation and analysis of spatial and temporal data, with a focus on historical data.

The projects starting goal was to bring the functionality of the DARIAH GeoBrowser to GeoTemCo.

Which added the following functionality:

  • CSV/XLS/XLSX loading
  • loading of URL-specified datasets
  • deletion of datasets and refining of datasets
  • exporting of datasets (to KML or CSV files)
  • an UI that leaned on the GeoBrowser layout
  • full-text search of table data
  • WMS and KML overlays
  • time-intervals
  • upload of data to a data-store

Important additional features

The widget-architecture of GeoTemCo led to the creation of following additional features:

Dataset loading via URL

Datasets in KML/CSV/XLS/XLSX/JSON format can be loaded via URL. Those attributes of those datasets can be changed, if they don't follow the PLATIN syntax style. Also datasets can be filtered via URL.

Pie Charts

Piechart can be created for each "column" of a dataset. The data can either be the distinct values, categorized, or even generated by an own function (that takes the objects value as an argument).

They are interactive with the other widgets, so a selection/highlight of a pie chart slice will select/highlight those objects in the other widgets. And a selection/highlight in another widget will reduce the piechart to those selected/highlighted values.

Fuzzy Timeline

If the dataset has uncertain time-data (as with historical/archaeological data) this uncertainity should be shown and represented in the time-plot. The fuzzy timeline will add an object in such a way, that its weight is equaly spread across the timespan that is attached to it.

Also it is possible to switch to a bar-chart representation of the data. With bar-intervals of e.g. 1,10,100,... years.

Directed Line-Overlay

With this widget it is possibile to add "lines" (optionally arrows) between objects on the map.

If objects are clustered the links will be inherited and line thickness will be increased if lines are doubled by this clustering.

Dataset coloring on element (DataObject) basis

Each DataObject can have an own color, if objects are clustered together, the cluster color is calculated as the average of the RGB values.

Dataset color and shape changing (by user)

(This feature is in beta-state.)

Color and shape (on map) of the datasets can be changed on-the-fly from a dropdown menu in the table header.

Story-Telling

(This feature is unstable and under heavy development.)

As this tool also has an focus on data-analysis, it can be interesting to

  • record the steps of selection/piechart creation/dataset refining
  • go back a step or more in this history of data transformation
  • branch this history
  • save this history
  • send this history to other persons
  • create a presentation, or animation, of that history

About

A tool for the comparative visualization of geospatial-temporal data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.0%
  • CSS 1.8%
  • HTML 1.1%
  • Other 0.1%