본문으로 바로가기

[Python] 파이썬 지도 데이터 시각화

category Skills/Python 2021. 11. 3. 10:04
반응형

지도 위에 데이터를 시각화를 하기 위한 방법

 

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

 

반응형