Last active
July 21, 2021 12:37
-
-
Save billyc/5a8d15a1b7fdbf8205876496f5ef0a8b to your computer and use it in GitHub Desktop.
VW Dashboard Test 1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: 1 | |
config: | |
baseUrl: "http://localhost:8000/" | |
folder: "/vw/i501" | |
header: | |
title: VW Run Summary | |
description: "Some metrics that people find generally useful" | |
navigation: | |
- { label: "Project Home", url: "/" } | |
- { label: "Download", url: "/" } | |
layout: | |
row1: | |
- title: "Key Performance Indicators" | |
type: "topsheet" | |
width: 2 | |
props: | |
configFile: "topsheet.yaml" | |
- title: "Mode Share - Final" | |
description: "From modestats.txt summary" | |
type: "pie" | |
width: 1 | |
props: | |
dataset: "*modestats.txt" | |
useLastRow: true | |
ignoreColumns: [ "Iteration" ] | |
- title: "Mode Share Progression" | |
#description: "From modestats.txt summary" | |
type: "area" | |
width: 1 | |
props: | |
dataset: "*modestats.txt" | |
x: "Iteration" | |
row2: | |
- title: "Origin/Destination Patterns" | |
description: "Total DRT origins/destinations by area" | |
type: "map" | |
width: 2 | |
height: 10 | |
props: | |
boundaries: "https://svn.vsp.tu-berlin.de/repos/public-svn/matsim/scenarios/countries/de/berlin/geo/plz.geojson" | |
boundariesJoinCol: 'plz' | |
boundariesLabels: 'plz' | |
dataset: "*postzahlData.tsv" | |
datasetJoinCol: 'PLZ' | |
datasetValue: 'Residents' | |
- title: "Score Statistics" | |
type: "area" | |
width: 1 | |
props: | |
dataset: "*scorestats.txt" | |
x: 'ITERATION' | |
- title: "Travel Distances" | |
type: "area" | |
width: 1 | |
props: | |
dataset: "*traveldistancestats.txt" | |
x: 'ITERATION' | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment