Metadata-Version: 2.1
Name: subwaylinegraph
Version: 0.0.1
Summary: UNKNOWN
Home-page: https://github.com/ho9science/subwaygraphinSeoul
Author: hyeonki.samdasu
Author-email: noblesswith@gmail.com
License: 3-Clause BSD license
Keywords: Korea,Subway,line,graph,relation
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: License :: OSI Approved :: BSD License
Requires-Dist: cycler (==0.10.0)
Requires-Dist: decorator (==4.4.2)
Requires-Dist: kiwisolver (==1.3.1)
Requires-Dist: matplotlib (==3.3.3)
Requires-Dist: networkx (==2.5)
Requires-Dist: numpy (==1.19.4)
Requires-Dist: pandas (==1.1.5)
Requires-Dist: Pillow (==8.0.1)
Requires-Dist: pyparsing (==2.4.7)
Requires-Dist: python-dateutil (==2.8.1)
Requires-Dist: pytz (==2020.4)
Requires-Dist: six (==1.15.0)

# Subway-Line-Graph

[![Build Status](https://travis-ci.org/ho9science/subway-line-graph.png?branch=master)](https://travis-ci.org/ho9science/subway-line-graph)

Subway-Line-Graph is a python package for making graph model of subway line map using open data.

Subway-Line-Graph는 공공데이터 포털에서 제공하는 지하철 노선 정보를 활용해 만든 그래프 모델을 사용할 수 있는 파이썬 패키지입니다.

### dataset

* [서울특별시 노선별 지하철역 정보](http://data.seoul.go.kr/dataList/datasetView.do?infId=OA-15442&srvType=S&serviceKind=1&currentPageNo=1)


