경진대회, 공모전/COMPAS 화성시 최적 시내버스 노선 제시
Python Folium을 이용하여 지도상에 버스 정류소 위치 나타내기
Python의 Folium을 활용하여 지도상에 버스정류소 위치를 나타내 보았습니다. Folium에 대한 설명 및 예시는 공식 document에 비교적 자세히 깔끔하게 정리되어 있습니다. https://python-visualization.github.io/folium/ Folium — Folium 0.10.1 documentation folium builds on the data wrangling strengths of the Python ecosystem and the mapping strengths of the leaflet.js library. Manipulate your data in Python, then visualize it in on a Leaflet map via folium. Conce..