inflearn logo
강의

강의

N
챌린지

챌린지

멘토링

멘토링

N
클립

클립

로드맵

로드맵

지식공유

공공데이터로 파이썬 데이터 분석 시작하기

[10/10] MarkerCluster, Heatmap 으로 위치별 매장의 밀집도 표현하기

클러스터로 지도를 그릴때 추가기능 문의 드립니다.

179

엠엠

작성한 질문수 18

1

클러스터로 지도를 그릴때, 줌아웃을 해도 파리바게뜨-뚜레쥬르를 구별해서 그릴수 있나요?

numpy python pandas

답변 1

0

박조은

안녕하세요.

질문 주신 내용이 있는지 문서를 찾아봤는데 제가 못 찾은 것일 수도 있겠지만 아래 문서를 봐서는 해당 기능을 찾을 수 없습니다.

아래 해당 기능에 대한 문서입니다.

Docstring:     
Provides Beautiful Animated Marker Clustering functionality for maps.

Parameters
----------
locations: list of list or array of shape (n, 2).
    Data points of the form [[lat, lng]].
popups: list of length n, default None
    Popup for each marker, either a Popup object or a string or None.
icons: list of length n, default None
    Icon for each marker, either an Icon object or a string or None.
name : string, default None
    The name of the Layer, as it will appear in LayerControls
overlay : bool, default True
    Adds the layer as an optional overlay (True) or the base layer (False).
control : bool, default True
    Whether the Layer will be included in LayerControls.
show: bool, default True
    Whether the layer will be shown on opening (only for overlays).
icon_create_function : string, default None
    Override the default behaviour, making possible to customize
    markers colors and sizes.
options : dict, default None
    A dictionary with options for Leaflet.markercluster. See
    https://github.com/Leaflet/Leaflet.markercluster for options.

Example
-------
>>> icon_create_function = '''
...     function(cluster) {
...     return L.divIcon({html: '<b>' + cluster.getChildCount() + '</b>',
...                       className: 'marker-cluster marker-cluster-small',
...                       iconSize: new L.Point(20, 20)});
...     }
... '''
File:           ~/opt/anaconda3/lib/python3.7/site-packages/folium/plugins/marker_cluster.py

패키지 설치 에러 ydata-profiling

0

120

2

자세한 설명 부탁드려요 ㅜ

0

176

2

seaborn 라이브러리 호출하였으나 그래프가 안 그려져요

0

287

2

value_counts와 count 차이

0

342

2

안녕하세요 데이터 최신과 관련해서 문의드립니다.

0

205

3

scatterplot질문

0

122

1

강의 화면이 안나옵니다

0

164

2

4분12초 2013년부터 데이터가 없으면 어떻게하나요?..

0

188

2

에러 메시지

1

303

2

그래프 색이 동일하게 나옵니다.

0

308

2

시각화 라이브러리 비교

0

382

2

주피터 노트북 설치

0

390

1

2. 상가 기술통계 아웃풋 자료에서 오류가 납니다

0

226

1

14. distplot g = sns.FacetGrid(df_last, row="지역명", height=1.7, aspect=4) g.map(sns.distplot, "평당분양가격", hist=False, rug=True); 오류

0

178

1

group by agg function failed 에러

0

687

2

빈도수가 1000개 이상인 데이터를 따로 담을 때 코드 질문 있습니다.

0

288

2

주피터 노트북 실행 했는데 앞에 *가 생기고 결과가 나오지 않아요

0

363

3

get_string함수에서 문자 'nan'

0

200

1

seaborn X축 시작 지점 조정 질의의 건

0

213

1

14강 distplot 질의

0

289

1

nbextension 설치 및 셋팅 후 적용이 안되는 이슈

0

478

1

corr = df.corr() 입력시 오류

1

373

1

keyword grid_b is not recognized

0

336

1

%ls data 매직커맨드 사용시 한글 깨짐

0

293

1