Skip to content

bigdata-vis/polycube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

Install HTTP Server (optional)

$: npm install http-server -g

Run HTTP Server (optional)

$: http-server -p 8083

Open

Nagivate in your browser to the following URL http://localhost:8083/sandbox.html or click here

Data Model

We provide a template spreadsheet where you can plug-in your own data to display in the PolyCube.

Data structure

The spreadsheet is seperated into different sections. We go over the sections and provide an explanation and example of values the properties can have.

General Data (bright yellow cells)

- -
ID Number (Integer) - The objects identifier
data_type Text - The data type of the object, e.g., ''
title Text - The objects title, e.g., ''
description Text - A textual description of the object
media_url URL - The URL to the image, video, media resource, e.g., ''
external_url URL - The URL to an external resource, e.g., ''
comments Text - The users comments for the object

Temporal Data (bright range cells)

- -
date_time Defines the temporal interval where the object is valid. The first argument is the start date and the second argument is the end date. If no end date is provided we assume its ongoing for Network and point in time for Geo and Sets, e.g., 2013-12-31T12:34:56 - 2014-12-31T12:34:56
date_time_uncert Number (Integer) - A number in the range 0-100

Geographical Data (light blue cells)

- -
location_name Text - The address of the location, e.g., Opernring 2, 1010 Wien
latitude Number (Float) - Latitude of the locations, e.g., 48.202760
longitude Number (Float) - Latitude of the locations, e.g., 16.368798
location_granularity Text (Predefined) - Selected from the dropdown menu, e.g., 'City', 'Region', 'Country'
location_uncert Number (Integer) - A number in the range 0-100

Categorical Data (light green cells)

- -
category_1 Text - User defined category, e.g., 'Architectural Photographs'
category_2 Text - User defined category, e.g., 'Identification Photographs'
category_3 Text - User defined category, e.g., 'Cityscapes'
category_4 Text - User defined category
category_5 Text - User defined category

Relational Data (beige cells)

- -
target Number - The ID of the target node that the current node (source) is related to
directed Boolean - Defines if the relationship should be directed or not
label Text - The label that should appear on the relationship
range Date - Defines the temporal interval where the relationship is valid. The first argument is the start date and the second argument is the end date. If no end date is provided we assume its an ongoing relationship, e.g., 2013-12-31T12:34:56 - 2014-12-31T12:34:56

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages