File size: 2,867 Bytes
e218e4c
 
 
 
598caee
f5292db
 
 
e218e4c
 
 
f5292db
e218e4c
 
 
 
f5292db
e218e4c
 
f5292db
e218e4c
f5292db
 
 
e218e4c
f5292db
e218e4c
 
 
 
 
 
 
7e155c0
 
 
 
 
e218e4c
026a3b5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
region_list = {
    "Arabic world": {"time_range": [600, 1800]},
    "Italy": {"time_range": [600, 1800]},
    "Japan": {"time_range": [600, 1800]},
    "mediterranean World": {"time_range": [-800, 500]},
    # "British Islands": {"time_range": [600, 1800]},
    # "Arabian peninsula": {"time_range": [600, 1800]},
    # "South East Asia": {"time_range": [-500, 1800]},
    "Muslim world": {"time_range": [600, 1800]},
    "Greek World": {"time_range": [-800, 500]},
    "Central Europe": {"time_range": [600, 1800]},
    # "Ottoman Turkey": {"time_range": [800, 1800]},
    "Chinese world": {"time_range": [-800, 1800]},
    "German world": {"time_range": [600, 1800]},
    "Korea": {"time_range": [600, 1800]},
    "Spain": {"time_range": [600, 1800]},
    # "Greece": {"time_range": [600, 1800]},
    "Balkans": {"time_range": [600, 1800]},
    "Low countries": {"time_range": [600, 1800]},
    # "Norway": {"time_range": [600, 1800]},
    "Portugal": {"time_range": [600, 1800]},
    # "Ottoman world": {"time_range": [1500, 1800]},
    # "Yangtze": {"time_range": [-800, 1800]},
    # "Sweden": {"time_range": [600, 1800]},
    "France": {"time_range": [600, 1800]},
    # "Slav world": {"time_range": [600, 1800]},
    "Nordic countries": {"time_range": [600, 1800]},
    "Indian world": {"time_range": [-800, 1800]},
    "Latin World": {"time_range": [-800, 500]},
    "United Kingdom": {"time_range": [600, 1800]},
    "Persian world": {"time_range": [-800, 1800]},
    "Eastern Europe": {"time_range": [600, 1800]},
    "Western Europe": {"time_range": [600, 1800]},
    "Africa": {"time_range": [600, 1800]},
    "North America": {"time_range": [600, 1800]},
    "Central America": {"time_range": [600, 1800]},
    "South America": {"time_range": [600, 1800]},
    "Oceania": {"time_range": [600, 1800]},
}


full_region_list = [
    "Southern India",
    "Arabic world",
    "Northern France",
    "Japan",
    "Austria",
    "Southern France",
    "Italy",
    "Southern Japan",
    "Northwestern Europe",
    "mediterranean World",
    "British Islands",
    "Denmark",
    "Arabian peninsula",
    "Belgium",
    "Switzerland",
    "Finland",
    "Northern India",
    "South East Asia",
    "Muslim world",
    "Greek World",
    "Central Europe",
    "Netherlands",
    "Ottoman Turkey",
    "Chinese world",
    "German world",
    "Ireland",
    "Korea",
    "Germany",
    "Spain",
    "Greece",
    "Northern China",
    "Balkans",
    "Low countries",
    "Norway",
    "Northern Japan",
    "Portugal",
    "Northern Italy",
    "Ottoman world",
    "Yangtze",
    "Sweden",
    "France",
    "Southern China",
    "Slav world",
    "Iceland",
    "Nordic countries",
    "Indian world",
    "Latin World",
    "Southwestern Europe",
    "United Kingdom",
    "Southern Italy",
    "Persian world",
    "Eastern Europe",
    "Western Europe",
]