-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefaults.yaml
More file actions
58 lines (54 loc) · 1.33 KB
/
defaults.yaml
File metadata and controls
58 lines (54 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
scenario:
title: "Maritime Reach Map"
subtitle: ""
map:
grid_km: 8
projection: mercator
bounding_box:
west: 70
east: 170
south: -20
north: 40
land_shapefile: data/ne_10m_land/ne_10m_land.shp
model:
range_nm: 2000
distance_cache: true
min_cycle_days: 1.0
routing:
algorithm: dijkstra
knight_moves: true
visualization:
land_color: "#cbb89d"
coastline_color: "#3a3a3a"
ocean_color: "#d8e3ea"
grid_color: "#ffffff"
spine_color: "#718096"
tick_color: "#334155"
hub_marker_color: "#c1121f"
hub_edge_color: "#000000"
hub_label_color: "#1f2933"
hub_label_background_color: "#ffffff"
font_family: "DejaVu Sans"
show_hub_coordinates: true
figure_width: 16
figure_height: 10
dpi: 180
range_one_way_fill_color: "#f4a261"
range_one_way_edge_color: "#cf7c1d"
range_one_way_alpha: 0.30
range_round_trip_fill_color: "#4f83cc"
range_round_trip_edge_color: "#2c5ea8"
range_round_trip_alpha: 0.36
overlap_fill_color: "#7b2cbf"
overlap_edge_color: "#5a189a"
overlap_alpha: 0.42
throughput_colormap: viridis
throughput_heatmap_alpha: 0.65
throughput_color_percentile: 97
throughput_heatmap_sigma: 1.0
throughput_contour_color: "#000000"
throughput_contour_linewidth: 0.8
output_defaults:
show_hubs: true
contour_levels: [50, 100, 250, 500]
operational_legend: false