지도 위에 데이터를 시각화를 하기 위한 방법
1. folium 패키지를 이용하는 방법
Leaflet.js을 활용한다.
https://python-visualization.github.io/folium/quickstart.html
Quickstart — Folium 0.12.1 documentation
Vincent/Vega and Altair/VegaLite Markers folium enables passing any HTML object as a popup, including `bokeh `__ plots, but there is a built-in support for vincent and altair visualizations to any marker type, with the
python-visualization.github.io
2. plotly.express를 이용하여 코로플레스 맵을 그리는 방법
https://plotly.com/python/choropleth-maps/
Choropleth Maps
How to make choropleth maps in Python with Plotly.
plotly.com
** 전국 지도 좌표 json파일
https://mjs1995.tistory.com/169?category=802136
[python][folium] geojson을 이용한 지도그리기 (1)
원하는 형태의 시군을 이용하여 229개의 시군 지도를 만들어 보려고한다. python을 이용해서 folium 작업을 하기 이전에 geojson 파일을 다운받는 방법부터 설명하려고 한다. www.gisdeveloper.co.kr/?p=2332 대
mjs1995.tistory.com
https://mjs1995.tistory.com/170
[python][folium] geojson을 이용한 지도그리기 (2)
https://mjs1995.tistory.com/169?category=802136 [python][folium] geojson을 이용한 지도그리기 (1) 원하는 형태의 시군을 이용하여 229개의 시군 지도를 만들어 보려고한다. python을 이용해서 folium 작업을..
mjs1995.tistory.com
'Skills > Python' 카테고리의 다른 글
[Python] json파일을 파이썬에서 불러오기 (0) | 2021.11.03 |
---|---|
[Python] 파이썬 버전 확인하기 (0) | 2021.11.03 |
[Python][Project] 서울 스타벅스 시각화 (0) | 2021.11.02 |
[Python] Jupyter Notebook 에서 새로운 패키지 설치 (0) | 2021.11.01 |
[Python] 패키지 설치 및 버전 확인, 업데이트 (0) | 2021.11.01 |