-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvari.py
More file actions
128 lines (117 loc) · 18.9 KB
/
vari.py
File metadata and controls
128 lines (117 loc) · 18.9 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
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
# dicts for roof types and building functions
# supported roofTypes:
roofTypes = {'': 0, 'flat roof': 1000, 'monopitch roof': 1010, 'dual pent roof': 1020, 'gabled roof': 1030, 'hipped roof': 1040, 'pavilion roof': 1070}
# supported buildingFunctions:
buildingFunctions = {'': 0, 'residential building': 1000, 'tenement': 1010, 'hostel': 1020, 'residential- and administration building': 1030, 'residential- and office building': 1040,
'residential- and business building': 1050, 'residential- and plant building': 1060, 'agrarian- and forestry building': 1070, 'residential- and commercial building': 1080,
"forester's lodge": 1090, 'holiday house': 1100, 'summer house': 1110, 'office building': 1120, 'credit institution': 1130, 'insurance': 1140, 'business building': 1150,
'department store': 1160, 'shopping centre': 1170, 'kiosk': 1180, 'pharmacy': 1190, 'pavilion': 1200, 'hotel': 1210, 'youth hostel': 1220, 'campsite building': 1230,
'restaurant': 1240, 'cantine': 1250, 'recreational site': 1260, 'function room': 1270, 'cinema': 1280, 'bowling alley': 1290, 'casino': 1300, 'industrial building': 1310,
'factory': 1320, 'workshop': 1330, 'petrol / gas station': 1340, 'washing plant': 1350, 'cold store': 1360, 'depot': 1370, 'building for research purposes': 1380,
'quarry': 1390, 'salt works': 1400, 'miscellaneous industrial building': 1410, 'mill': 1420, 'windmill': 1430, 'water mill': 1440, 'bucket elevator': 1450,
'weather station': 1460, 'traffic assets office': 1470, 'street maintenance': 1480, 'waiting hall': 1490, 'signal control box': 1500, 'engine shed': 1510,
'signal box or stop signal': 1520, 'plant building for air traffic': 1530, 'hangar': 1540, 'plant building for shipping': 1550, 'shipyard': 1560, 'dock': 1570,
'plant building for canal lock': 1580, 'boathouse': 1590, 'plant building for cablecar': 1600, 'multi-storey car park': 1610, 'parking level': 1620, 'garage': 1630,
'vehicle hall': 1640, 'underground garage': 1650, 'building for supply': 1660, 'waterworks': 1670, 'pump station': 1680, 'water basin': 1690, 'electric power station': 1700,
'transformer station': 1710, 'converter': 1720, 'reactor': 1730, 'turbine house': 1740, 'boiler house': 1750, 'building for telecommunications': 1760, 'gas works': 1770,
'heat plant': 1780, 'pumping station': 1790, 'building for disposal': 1800, 'building for effluent disposal': 1810, 'building for filter plant': 1820, 'toilet': 1830,
'rubbish bunker': 1840, 'building for rubbish incineration': 1850, 'building for rubbish disposal': 1860, 'building for agrarian and forestry': 1870, 'barn': 1880,
'stall': 1890, 'equestrian hall': 1900, 'alpine cabin': 1910, 'hunting lodge': 1920, 'arboretum': 1930, 'glass house': 1940, 'moveable glass house': 1950,
'public building': 1960, 'administration building': 1970, 'parliament': 1980, 'guildhall': 1990, 'post office': 2000, 'customs office': 2010, 'court': 2020,
'embassy or consulate': 2030, 'district administration': 2040, 'district government': 2050, 'tax office': 2060, 'building for education and research': 2070,
'comprehensive school': 2080, 'vocational school': 2090, 'college or university': 2100, 'research establishment': 2110, 'building for cultural purposes': 2120,
'castle': 2130, 'theatre or opera': 2140, 'concert building': 2150, 'museum': 2160, 'broadcasting building': 2170, 'activity building': 2180, 'library': 2190,
'fort': 2200, 'religious building': 2210, 'church': 2220, 'synagogue': 2230, 'chapel': 2240, 'community center ': 2250, 'place of worship': 2260, 'mosque': 2270,
'temple': 2280, 'convent': 2290, 'building for health care': 2300, 'hospital': 2310, 'healing centre or care home': 2320, 'health centre or outpatients clinic': 2330,
'building for social purposes': 2340, 'youth centre': 2350, 'seniors centre': 2360, 'homeless shelter': 2370, 'kindergarten or nursery': 2380, 'asylum seekers home': 2390,
'police station': 2400, 'fire station': 2410, 'barracks': 2420, 'bunker': 2430, 'penitentiary or prison': 2440, 'cemetery building': 2450, 'funeral parlor': 2460,
'crematorium': 2470, 'train station': 2480, 'airport building': 2490, 'building for underground station': 2500, 'building for tramway': 2510, 'building for bus station': 2520,
'shipping terminal': 2530, 'building for recuperation purposes': 2540, 'building for sport purposes': 2550, 'sports hall': 2560, 'building for sports field': 2570,
'swimming baths': 2580, 'indoor swimming pool': 2590, 'sanatorium': 2600, 'zoo building': 2610, 'green house': 2620, 'botanical show house': 2630, 'bothy': 2640,
'tourist information centre': 2650, 'others': 2700}
# inter_dict keys to display names
intDict_toDispName = {"groundSurface": "Base plate polygon", "area": "Area of base plate polygon", "sideRatio": "Side ratio of base plate polygon", "bHeading": "Building heading",
"sHeight": "Elevation of base plate polygon", "bHeight": "Height of building", "rHeight": "Roof height", "rType": "Roof type", "rHeading": "Roof heading",
"bFunction": "Building Function", "terrainIntersection": "Terrain intersection", "SAG": "Storeys above ground", "SBG": "Storeys below ground"}
# AFIS-ALKIS-ATKIS to CityGML
roofType_ALKIS_to_CityGML = {'1000': '1000', '2100': '1010', '2200': '1020', '3100': '1030', '3200': '1040', '3300': '1050', '3400': '1060', '3500': '1070', '3600': '1080',
'3070': '1090', '3800': '1100', '3900': '1110', '4000': '1120', '5000': '1130', '9999': '1130'}
buildingFunction_ALKIS_to_CityGML = {'31001_1000': '1000', '31001_1010': '1010', '31001_1020': '1020', '31001_1021': '2350', '31001_1022': '2360', '31001_1023': '1020',
'31001_1024': '1020', '31001_1025': '1220', '31001_1100': '1000', '31001_1110': '2340', '31001_1120': '1030', '31001_1121': '1030',
'31001_1122': '1040', '31001_1123': '1050', '31001_1130': '1080', '31001_1131': '1080', '31001_1210': '1070', '31001_1220': '1070',
'31001_1221': '1070', '31001_1222': '1080', '31001_1223': '1090', '31001_1310': '2540', '31001_1311': '1100', '31001_1312': '1100',
'31001_1313': '1200', '31001_2000': '1150', '31001_2010': '1150', '31001_2020': '1120', '31001_2030': '1130', '31001_2040': '1140',
'31001_2050': '1150', '31001_2051': '1160', '31001_2052': '1170', '31001_2053': '1270', '31001_2054': '1150', '31001_2055': '1180',
'31001_2056': '1190', '31001_2060': '1270', '31001_2070': '1210', '31001_2071': '1210', '31001_2072': '1220', '31001_2073': '2640',
'31001_2074': '1230', '31001_2080': '1240', '31001_2081': '1240', '31001_2082': '2640', '31001_2083': '1250', '31001_2090': '1260',
'31001_2091': '1270', '31001_2092': '1280', '31001_2093': '1290', '31001_2094': '1300', '31001_2100': '1310', '31001_2110': '1310',
'31001_2111': '1320', '31001_2112': '1310', '31001_2113': '1150', '31001_2114': '1150', '31001_2120': '1330', '31001_2121': '1330',
'31001_2130': '1340', '31001_2131': '1350', '31001_2140': '1360', '31001_2141': '1360', '31001_2142': '1370', '31001_2143': '1370',
'31001_2150': '1550', '31001_2160': '1380', '31001_2170': '1390', '31001_2171': '1390', '31001_2172': '1400', '31001_2180': '2340',
'31001_2200': '1410', '31001_2210': '1420', '31001_2211': '1430', '31001_2212': '1440', '31001_2213': '1450', '31001_2220': '1460',
'31001_2310': '1050', '31001_2320': '1080', '31001_2400': '1470', '31001_2410': '1480', '31001_2411': '1480', '31001_2412': '1490',
'31001_2420': '1470', '31001_2421': '1470', '31001_2422': '1470', '31001_2423': '1500', '31001_2424': '1470', '31001_2430': '1530',
'31001_2431': '1540', '31001_2440': '1550', '31001_2441': '1560', '31001_2442': '1570', '31001_2443': '1580', '31001_2444': '1590',
'31001_2450': '1600', '31001_2451': '1600', '31001_2460': '1610', '31001_2461': '1610', '31001_2462': '1620', '31001_2463': '1630',
'31001_2464': '1640', '31001_2465': '1650', '31001_2500': '1660', '31001_2501': '1660', '31001_2510': '1660', '31001_2511': '1670',
'31001_2512': '1680', '31001_2513': '1690', '31001_2520': '1700', '31001_2521': '1700', '31001_2522': '1710', '31001_2523': '1720',
'31001_2527': '1730', '31001_2528': '1740', '31001_2529': '1750', '31001_2540': '1760', '31001_2560': '2700', '31001_2570': '1770',
'31001_2571': '1770', '31001_2580': '1780', '31001_2590': '1660', '31001_2591': '1790', '31001_2600': '1800', '31001_2610': '1810',
'31001_2611': '1820', '31001_2612': '1830', '31001_2620': '1850', '31001_2621': '1840', '31001_2622': '1850', '31001_2623': '1860',
'31001_2700': '1870', '31001_2720': '1870', '31001_2721': '1880', '31001_2723': '1880', '31001_2724': '1890', '31001_2726': '1880',
'31001_2727': '1890', '31001_2728': '1900', '31001_2729': '1870', '31001_2732': '1910', '31001_2735': '1920', '31001_2740': '1930',
'31001_2741': '1940', '31001_2742': '1950', '31001_3000': '1960', '31001_3010': '1970', '31001_3011': '1980', '31001_3012': '1990',
'31001_3013': '2000', '31001_3014': '2010', '31001_3015': '2020', '31001_3016': '2030', '31001_3017': '2040', '31001_3018': '2050',
'31001_3019': '2060', '31001_3020': '2070', '31001_3021': '2080', '31001_3022': '2090', '31001_3023': '2100', '31001_3024': '2110',
'31001_3030': '2120', '31001_3031': '2130', '31001_3032': '2140', '31001_3033': '2150', '31001_3034': '2160', '31001_3035': '2170',
'31001_3036': '2180', '31001_3037': '2190', '31001_3038': '2200', '31001_3040': '2210', '31001_3041': '2220', '31001_3042': '2230',
'31001_3043': '2240', '31001_3044': '2250', '31001_3045': '2260', '31001_3046': '2270', '31001_3047': '2280', '31001_3048': '2290',
'31001_3050': '2300', '31001_3051': '2310', '31001_3052': '2320', '31001_3053': '2330', '31001_3060': '2340', '31001_3061': '2350',
'31001_3062': '2340', '31001_3063': '2360', '31001_3064': '2370', '31001_3065': '2380', '31001_3066': '2390', '31001_3070': '2400',
'31001_3071': '2400', '31001_3072': '2410', '31001_3073': '2420', '31001_3074': '2430', '31001_3075': '2440', '31001_3080': '2450',
'31001_3081': '2460', '31001_3082': '2470', '31001_3090': '1490', '31001_3091': '2480', '31001_3092': '2490', '31001_3094': '2500',
'31001_3095': '2510', '31001_3097': '2520', '31001_3098': '2530', '31001_3100': '2340', '31001_3200': '2540', '31001_3210': '2550',
'31001_3211': '2560', '31001_3212': '2570', '31001_3220': '2580', '31001_3221': '2590', '31001_3222': '2580', '31001_3230': '2570',
'31001_3240': '2540', '31001_3241': '2580', '31001_3242': '2600', '31001_3260': '2610', '31001_3261': '2610', '31001_3262': '2610',
'31001_3263': '2610', '31001_3264': '2610', '31001_3270': '2630', '31001_3271': '2630', '31001_3272': '2630', '31001_3273': '2620',
'31001_3280': '2540', '31001_3281': '2640', '31001_3290': '2650', '31001_9998': '2700', '51001_1001': '1690', '51001_1002': '2220',
'51001_1003': '2700', '51001_1004': '2700', '51001_1005': '1360', '51001_1006': '2700', '51001_1007': '2410', '51001_1008': '2170',
'51001_1009': '2700', '51001_1010': '2700', '51001_1011': '2700', '51001_1012': '2200', '51001_9998': '2700', '51001_9999': '2700',
'51002_1215': '2700', '51002_1220': '2700', '51002_1230': '2700', '51002_1250': '2700', '51002_1260': '1760', '51002_1280': '2700',
'51002_1290': '2700', '51002_1330': '2700', '51002_1331': '2700', '51002_1332': '2700', '51002_1333': '2700', '51002_1350': '2700',
'51002_1400': '1720', '51002_9999': '2700', '51003_1201': '2700', '51003_1205': '2700', '51003_1206': '1770', '51003_9999': '2700',
'51006_1430': '2570', '51006_1431': '2570', '51006_1432': '2570', '51006_1440': '2570', '51006_1470': '2550', '51006_1490': '1400',
'51006_9999': '2700', '51007_1210': '2700', '51007_1400': '2200', '51007_1500': '2700', '51007_1510': '2700', '51007_1520': '2700',
'51007_9999': '2700', '51009_1610': '2700', '51009_1611': '1630', '51009_1750': '2700', '51009_9999': '2700', '11_1001': '2700',
'11_1002': '2700', '11_1003': '1030', '11_1004': '1150', '11_1005': '2700', '11_1006': '2700', '11_1036': '2700', '11_1101': '1960',
'11_1111': '1980', '11_1112': '1990', '11_1113': '2000', '11_1114': '2010', '11_1115': '2020', '11_1116': '2030', '11_1118': '1970',
'11_1121': '2080', '11_1122': '2090', '11_1123': '2100', '11_1124': '2110', '11_1128': '2070', '11_1131': '2130', '11_1132': '2140',
'11_1133': '2150', '11_1134': '2160', '11_1135': '2170', '11_1136': '2180', '11_1137': '2190', '11_1138': '2120', '11_1141': '2220',
'11_1142': '2230', '11_1143': '2240', '11_1144': '2250', '11_1145': '2260', '11_1148': '2220', '11_1151': '2310', '11_1152': '2320',
'11_1158': '2330', '11_1161': '2350', '11_1162': '2340', '11_1163': '2360', '11_1164': '2340', '11_1165': '2380', '11_1168': '2340',
'11_1171': '2400', '11_1172': '2410', '11_1173': '2420', '11_1174': '2430', '11_1175': '2440', '11_1178': '2400', '11_1181': '2460',
'11_1182': '2470', '11_1188': '2450', '11_1191': '2480', '11_1192': '2490', '11_1194': '2500', '11_1195': '2510', '11_1196': '2700',
'11_1197': '2520', '11_1198': '1490', '11_1211': '1010', '11_1221': '1010', '11_1231': '1010', '11_1301': '1010', '11_1311': '1010',
'11_1321': '1010', '11_1331': '1010', '11_1341': '1010', '11_1361': '1010', '11_1371': '2350', '11_1372': '2360', '11_1373': '1020',
'11_1374': '1020', '11_1375': '1220', '11_1378': '1220', '11_1381': '1220', '11_1399': '1000', '11_1401': '1150', '11_1411': '1120',
'11_1421': '1130', '11_1431': '1140', '11_1441': '1160', '11_1442': '1170', '11_1443': '1270', '11_1444': '1150', '11_1445': '1180',
'11_1448': '1150', '11_1451': '1270', '11_1461': '1210', '11_1462': '1220', '11_1463': '2640', '11_1468': '1020', '11_1471': '1240',
'11_1472': '1240', '11_1473': '2640', '11_1474': '1250', '11_1478': '1240', '11_1481': '1270', '11_1482': '1280', '11_1483': '1290',
'11_1484': '1300', '11_1488': '1260', '11_1701': '1150', '11_1711': '1320', '11_1721': '1330', '11_1731': '1340', '11_1741': '1360',
'11_1742': '1370', '11_1743': '1370', '11_1748': '1370', '11_1751': '1550', '11_1761': '1380', '11_1771': '1390', '11_1772': '1390',
'11_1773': '1390', '11_1774': '1400', '11_1778': '1390', '11_1781': '2340', '11_1911': '1430', '11_1913': '1440', '11_2101': '1000',
'11_2121': '1050', '11_2131': '1080', '11_2141': '1030', '11_2301': '1470', '11_2311': '1480', '11_2312': '1490', '11_2313': '1640',
'11_2318': '1470', '11_2321': '1500', '11_2322': '1470', '11_2323': '1500', '11_2324': '1470', '11_2328': '1470', '11_2332': '1540',
'11_2338': '1530', '11_2341': '1560', '11_2342': '1570', '11_2343': '1580', '11_2344': '1590', '11_2348': '1550', '11_2351': '1600',
'11_2358': '1600', '11_2361': '1610', '11_2362': '1620', '11_2363': '1650', '11_2364': '1630', '11_2365': '1630', '11_2366': '1630',
'11_2367': '1630', '11_2368': '1630', '11_2501': '1660', '11_2511': '1670', '11_2512': '1680', '11_2514': '1690', '11_2515': '1690',
'11_2518': '1790', '11_2521': '1700', '11_2522': '1710', '11_2523': '1720', '11_2528': '1700', '11_2541': '1760', '11_2548': '1760',
'11_2551': '2700', '11_2561': '2700', '11_2571': '1770', '11_2572': '1770', '11_2581': '1780', '11_2591': '1790', '11_2601': '1800',
'11_2611': '1810', '11_2612': '1830', '11_2619': '1820', '11_2621': '1840', '11_2622': '1850', '11_2623': '1860', '11_2628': '1860',
'11_2701': '1870', '11_2711': '1070', '11_2721': '1880', '11_2723': '1880', '11_2724': '1890', '11_2725': '2700', '11_2726': '1880',
'11_2727': '1890', '11_2728': '1870', '11_2731': '1870', '11_2736': '1090', '11_2737': '1920', '11_2738': '1870', '11_2741': '2620',
'11_2742': '2620', '11_2748': '2620', '11_2801': '2540', '11_2811': '2560', '11_2812': '2570', '11_2818': '2550', '11_2821': '2590',
'11_2822': '2580', '11_2828': '2580', '11_2831': '2570', '11_2841': '2580', '11_2842': '2600', '11_2848': '2540', '11_2851': '1230',
'11_2861': '1100', '11_2862': '1100', '11_2863': '1200', '11_2868': '2540', '11_2871': '1490', '11_2872': '2610', '11_2873': '2610',
'11_2874': '1890', '11_2878': '2610', '11_2881': '1490', '11_2882': '2620', '11_2883': '2630', '11_2888': '2630', '11_2891': '2700',
'11_2894': '2640', '11_2921': '2700'}