gazetteerhk / census_explorer

Explore Hong Kong's neighborhoods through visualizations of census data
http://gazetteer.hk
MIT License
42 stars 12 forks source link

Pre-existing backend/data blocks data_preparation.py #73

Closed blaesus closed 9 years ago

blaesus commented 9 years ago

In the current folder structure, there is a "data" file under backend folder. Data_preparation.py would try to evoke mkdir to create a data folder under backend folder, which is impossible due to the pre-existing "data" file, causing an "Input/Output error". Removal of the "data" file solves this problem.