Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
software_development:python_folium_map [2020/04/27 05:40] – prgram | software_development:python_folium_map [2025/07/07 14:12] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 13: | Line 13: | ||
===행정동 경계 그리기=== | ===행정동 경계 그리기=== | ||
+ | https:// | ||
+ | [[data_analysis: | ||
geojson 이용 | geojson 이용 | ||
<code python> | <code python> | ||
Line 27: | Line 29: | ||
</ | </ | ||
line 7-8: string이나 json으로 변환된 변수나 모두 적용가능 | line 7-8: string이나 json으로 변환된 변수나 모두 적용가능 | ||
- | smooth_factor 값이 크면, performance 상승(smoothness와 trade-off) (([#https:// | + | smooth_factor 값이 크면, performance 상승(smoothness와 trade-off) (([https:// |
GeoJsonTooltip 에 Series 를 넣으면 자동으로 tooltip 생성 | GeoJsonTooltip 에 Series 를 넣으면 자동으로 tooltip 생성 | ||
GeoJsonPopUp 은 버전 때문에 안되는듯? | GeoJsonPopUp 은 버전 때문에 안되는듯? | ||
Line 82: | Line 84: | ||
m.add_child(mc) | m.add_child(mc) | ||
# Save to html | # Save to html | ||
- | m.save(os.path.join('', | + | m.save(os.path.join('', |
</ | </ | ||