Skip to content

Latest commit

 

History

History
59 lines (44 loc) · 1.81 KB

app-geo-slicing.md

File metadata and controls

59 lines (44 loc) · 1.81 KB

VisTool App: Geospatial Correlations

App ID

 geo-slicing

Description

Geospatial distribution of data attributes

Configuration

Datasets

Datasets can be provided as 2-dimensional arrays (including the header).

Name Format (Header) Options Description
dataFile lat;lon;householdSize;female;male;...
  • lat: Latitude of the node
  • lon: Longitude of the node
  • Attributes: add as many attributes as you want. You can select them below as attributes for the x/y axis or as the attributes to visualize

Settings

Settings
Name Type Required Description
axisAttributes multiselect Attributes selectable as x/y axis
attributes multiselect yes Attributes selectable to visualize
startAttributes multiselect Attributes selected on start
aggregation string Aggregation mode - how should values within a cell be aggregated?

Options:
  • sum: 'SUM'
  • mean: 'MEAN'
useGlobalNormalization boolean Use global normalization - normalizes all attributes with the global maximum of all attributes (makes different attributes comparable)