Created
September 9, 2019 14:08
-
-
Save tkon99/e6f29768bea23479126c3ca05b57237d to your computer and use it in GitHub Desktop.
Bocconi University Buildings and Rooms used in BOCi.tkon.nl
This file contains hidden or 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
[ | |
{ | |
"building": "Sarfatti 25", | |
"floors": { | |
"basement": ["INFOU01"], | |
"ground": [1,2,3,4,"A","B","C","D","E","F","Norari","Zappa","INFO6"], | |
"1st": [11,12,13,14,15,16,101,"Manfredini","Perego"], | |
"2nd": [21,22,23,24,25,26,201,202,203,204,205,206,"Maggiore","ES2M"], | |
"3rd": [31,32,33,34,34,35,36,301,302], | |
"4th": [41,42,43,44,"4a","4b","4c"] | |
} | |
}, | |
{ | |
"building": "Sraffa 13", | |
"floors": { | |
"ground": ["N01","N02","N04","N03","N05","N06","N07"], | |
"1st": ["N10","N11","N12","N13","N14","N15","N16","N17","N18","N18"], | |
"2nd": ["N20","N21","N22","N23","N24","N25","N26","N27","N28","N29"], | |
"3rd": ["N30","N31","N32","N33","N34","N35","N36","N37","N38","N39"] | |
} | |
}, | |
{ | |
"building": "Balilla 18", | |
"floors": { | |
"1st": ["R05"], | |
"mezzanine": ["R01","R02","R03","R04"], | |
"basement": ["S01","S02","S03","S04","S05","S06"] | |
} | |
}, | |
{ | |
"building": "Roentgen", | |
"floors": { | |
"2nd basement": ["INFOAS04", "INFOAS05"], | |
"basement": ["Magna"] | |
} | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment