Skip to content

mysunk/daegu-area-recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Best Use Recommendation Model for Undesignated and Unsubdivided Areas

제2회 대구 빅데이터 경진대회

Notification: link

Context

Structure

The structure of the project is as follows.

.
└── main.py
└── bus.py
└── plot-figs.py
└── API-request.py
└── presentation
  • main.py: main file
  • bus.py: processing bus data
  • plot-figs.py: plot the result of correlation and importance score
  • API-request.py: request data from https://www.data.go.kr/
  • presentation: presentation files

Introduction

Background

Currently, Korea's land use regional system is maintained 50 years after its establishment. In the United States, 150 land-use areas are in operation, and in Germany, detailed plans are applied at the size of spheres, so advanced countries are relatively subdivided flexibly applying the system, using land efficiently. Currently in Daegu Metropolitan City, the undesignated area, which is a conservation green area is about 5% of the urban area and the conservation management area, which is a micro-division area is more than that. In the future, the convenience and satisfaction of urban residents will be increased depending on how efficiently the land corresponding to the reserved area, such as unspecified and fine-grained areas.

Overview

개요 To achieve this most useful purpose, our proposal is to extract useful information of buildings and urban residents using additional data such as electricity usage and population, transportation, and geographical information generated by urban residents. Through this, we develop a clustering model that evaluates the similarity of unspecified and fine-grained regions and standard sites by numericalizing them based on distance. Recommend appropriate areas of use when considering changes in use

Dataset

데이터

The data to be used in the analysis is based on 12 datasets that can be obtained using the public data portal API, and is classified as power, transportation, population, and geography.

Methodology

과정

Result

  • Test for the sample of '문화재보존영향 검토대상지역' which means an undesignated area
  • The result is as follows

result

GUI Dashboard

GUI

  • Visualize the analysis result
  • Bar graph for pearson correlation coefficient and feature importance score
  • By using dimensionality reduction method such as

Prize

prize
Got the Encouragement prize

Contact

If there is something wrong or you have any questions, send me an e-mail or make an issue.
Gmail Badge

About

2nd Daegu bigdata contest

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages