This file contains 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
title: My Map | |
description: '' | |
type: layers | |
theme: dark | |
center: 13.331039817377233, 52.53263570729165 | |
zoom: 10.195153394689488 | |
bearing: -0.5161290322580645 | |
pitch: 48 | |
datasets: | |
billy-leipzig-1.output_trips: '#billy-leipzig-1.output_trips path/filename goes here #' |
This file has been truncated, but you can view the full file.
This file contains 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
title: My Map | |
description: '' | |
type: layers | |
theme: light | |
roads: below | |
zoom: 12.309235635765118 | |
bearing: 0 | |
pitch: 0 | |
center: | |
- 13.364137392096548 |
This file has been truncated, but you can view the full file.
This file contains 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
title: My Map | |
description: '' | |
type: layers | |
theme: dark | |
roads: below | |
zoom: 15.782509202754962 | |
bearing: -5.606344283303723 | |
pitch: 52.78097062579821 | |
center: | |
- 12.373732033488919 |
This file has been truncated, but you can view the full file.
This file contains 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
title: My Map | |
description: '' | |
type: layers | |
theme: dark | |
roads: below | |
zoom: 15.782509202754962 | |
bearing: -5.606344283303723 | |
pitch: 52.78097062579821 | |
center: | |
- 12.373732033488919 |
This file has been truncated, but you can view the full file.
This file contains 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
title: My Map | |
description: '' | |
type: layers | |
theme: dark | |
roads: below | |
zoom: 15.782509202754962 | |
bearing: -5.606344283303723 | |
pitch: 52.78097062579821 | |
center: | |
- 12.373732033488919 |
This file has been truncated, but you can view the full file.
This file contains 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
title: My Map | |
description: '' | |
type: layers | |
theme: dark | |
roads: below | |
zoom: 11.78251328471466 | |
bearing: 0 | |
pitch: 0 | |
center: | |
- 13.365601615237127 |
This file contains 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 | |
header: | |
title: Charts | |
config: | |
baseUrl: http://localhost:8000/ | |
folder: /every-viz/dashboard | |
layout: |
This file contains 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
title: heey |
This file contains 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: |
This file contains 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
#!/usr/bin/env python | |
import argparse | |
import os | |
import re | |
import sys | |
print("Mini-File-Server: serving with RANGE and CORS (open access)") | |
print("-----------------------------------------------------------") | |
print("Folder: " + os.getcwd()) |
NewerOlder