-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.py
15 lines (7 loc) · 3.15 KB
/
config.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## USERNAME AND PASSWORD FOR POSTGRESQL
username = "postgres"
password = "Insert password"
endpoint= "everest-db.cxxbssomodsv.ap-southeast-2.rds.amazonaws.com"
country_label_map = {'Albania': 0, 'Algeria': 1, 'Andorra': 2, 'Argentina': 3, 'Argentina/Canada': 4, 'Armenia': 5, 'Australia': 6, 'Australia/New Zealand': 7, 'Australia/USA': 8, 'Austria': 9, 'Azerbaijan': 10, 'Azerbaijan/Russia': 11, 'Bahrain': 12, 'Bangladesh': 13, 'Belarus': 14, 'Belgium': 15, 'Bhutan': 16, 'Bolivia': 17, 'Bosnia-Herzegovina': 18, 'Bosnia-Herzegovina/USA': 19, 'Botswana': 20, 'Brazil': 21, 'Bulgaria': 22, 'Canada': 23, 'Canada/Macedonia': 24, 'Canada/UK': 25, 'Canada/USA': 26, 'Chile': 27, 'China': 28, 'China/USA': 29, 'Colombia': 30, 'Costa Rica': 31, 'Croatia': 32, 'Cyprus': 33, 'Czech Republic': 34, 'Czechoslovakia': 35, 'Denmark': 36, 'Dominican Republic': 37, 'Ecuador': 38, 'Ecuador/Germany': 39, 'Egypt': 40, 'Egypt/UK': 41, 'Estonia': 42, 'Finland': 43, 'France': 44, 'France/Algeria': 45, 'France/Switzerland': 46, 'France/USA': 47, 'Georgia': 48, 'Germany': 49, 'Greece': 50, 'Guatemala': 51, 'Hong Kong': 52, 'Hungary': 53, 'Iceland': 54, 'India': 55, 'India/Nepal': 56, 'Indonesia': 57, 'Iran': 58, 'Ireland': 59, 'Ireland/UK': 60, 'Israel': 61, 'Italy': 62, 'Japan': 63, 'Japan/China': 64, 'Jordan': 65, 'Kazakhstan': 66, 'Kenya': 67, 'Kosovo': 68, 'Kuwait': 69, 'Kyrgyz Republic': 70, 'Latvia': 71, 'Lebanon': 72, 'Lithuania': 73, 'Luxembourg': 74, 'Macedonia': 75, 'Malaysia': 76, 'Malta': 77, 'Mauritius': 78, 'Mexico': 79, 'Moldova': 80, 'Mongolia': 81, 'Montenegro': 82, 'Morocco': 83, 'Myanmar': 84, 'Nepal': 85, 'Nepal/Australia': 86, 'Nepal/Canada': 87, 'Nepal/India': 88, 'Netherlands': 89, 'New Zealand': 90, 'New Zealand/Australia': 91, 'New Zealand/UK': 92, 'Norway': 93, 'Oman': 94, 'Pakistan': 95, 'Palestine': 96, 'Panama': 97, 'Paraguay/Germany': 98, 'Peru': 99, 'Philippines': 100, 'Poland': 101, 'Poland/Canada': 102, 'Portugal': 103, 'Qatar': 104, 'Romania': 105, 'Russia': 106, 'S Africa': 107, 'S Africa/Zambia': 108, 'S Korea': 109, 'San Marino': 110, 'Saudi Arabia': 111, 'Saudi Arabia/USA': 112, 'Serbia': 113, 'Serbia/Jordan': 114, 'Singapore': 115, 'Singapore/Malaysia': 116, 'Slovakia': 117, 'Slovakia/USA': 118, 'Slovenia': 119, 'Spain': 120, 'Spain/Brazil': 121, 'Spain/USA': 122, 'Sri Lanka': 123, 'Sweden': 124, 'Switzerland': 125, 'Switzerland/Greece': 126, 'Syria': 127, 'Taiwan': 128, 'Tanzania': 129, 'Thailand': 130, 'Tunisia': 131, 'Turkey': 132, 'Turkey/USA': 133, 'UAE': 134, 'UK': 135, 'UK/Canada': 136, 'UK/Iceland': 137, 'UK/India': 138, 'UK/Kenya': 139, 'UK/Nepal': 140, 'UK/Russia': 141, 'UK/S Africa': 142, 'UK/USA': 143, 'USA': 144, 'USA/Brazil': 145, 'USA/Canada': 146, 'USA/China': 147, 'USA/Dominican Republic': 148, 'USA/Ethiopia': 149, 'USA/Ireland': 150, 'USA/Jamaica': 151, 'USA/Poland': 152, 'USA/Romania': 153, 'USA/Switzerland': 154, 'USA/UK': 155, 'USSR': 156, 'Ukraine': 157, 'Uruguay': 158, 'Uzbekistan': 159, 'Venezuela': 160, 'Vietnam': 161, 'W Germany': 162, 'W Germany/Iran': 163, 'Yugoslavia': 164}
route_label_map = {'North': 0, 'Other': 1, 'South': 2}
status_label_map = {'Climber': 0, 'Cook': 1, 'Deputy': 2, 'Doctor': 3, 'Leader': 4, 'Other': 5}