일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- riotapi
- API
- OSMnx
- 막대그래프
- covid
- 파이썬
- geopandas설치
- 라이엇
- geopandas에러
- r
- matplotlib
- kepler
- Python
- 오픈API
- 시각화
- QGIS라벨링
- pipwin
- map
- Folium
- 코로나
- kepler.gl
- 라이엇api
- 지도
- 인코등
- 에러
- geopnadas
- 마커클러스터
- 공공데이터포털
- covid19
- 오류
- Today
- Total
목록Reference (8)
Nerdy
네트워크 연결이 안된 상태에서 추가적으로 사용할 모듈이 생길 경우 .whl 파일을 이용한 오프라인 환경 내 모듈 설치하는 방법이다. 아래의 순서에 맞게 진행을 하면 쉽게 설치가 가능하다. 1. 설치해야 할 모듈의 .whl 파일을 미리 다운로드 해준다.(모듈별 공식 문서에 .whl 파일을 제공해줌) 2. .whl 파일이 설치된 경로를 확인하고 cmd 창을 열어 다운로드 된 파일 경로로 이동해준다. 3. 설치 경로로 이동된 상태에서 아래의 명령어를 입력해준다. 3-1. 하나의 .whl 파일 설치일 경우 python -m pip install --no-index --find-links="./" 파일명.whl 3-2. 여러 .whl 파일이 있을 경우(임의 폴더 생성 후 .whl 파일을 넣어줘야 한다.) for ..
1. Kepler.Gl https://github.com/keplergl/kepler.gl GitHub - keplergl/kepler.gl: Kepler.gl is a powerful open source geospatial analysis tool for large-scale data sets. Kepler.gl is a powerful open source geospatial analysis tool for large-scale data sets. - GitHub - keplergl/kepler.gl: Kepler.gl is a powerful open source geospatial analysis tool for large-scale d... github.com https://docs.keple..
라이엇 게임즈 API란 무엇인가? 라이엇 게임즈는 리그오브레전드, 발로란트, 전략적 팀 전투(TFT) 등 인기 있는 게임을 만들어 서비스 중인 회사다. 해당 회사에서 API를 제공하고 있으며 자체적으로 만든 애플리케이션이나 웹사이트를 구축하는데 사용할 개발자 데이터를 제공하는 REST API이다. 라이엇게임즈 API에서 얻을 수 있는 일부 데이터는 아래와 같다. 서비스 상태 소환사 정보 : 소환사명, 레벨, 프로필 아이콘, 계정 ID 소환사 경기 기록 및 경기 세부 정보, 타임라인 게임에 참가하고 있는 소환사의 현재 게임 정보 기타정보 : https://whiplash-bd.tistory.com/42 Riot API 목록 설명 https://developer.riotgames.com/ Riot Devel..
https://developer.riotgames.com/ Riot Developer Portal About the Riot Games API With this site we hope to provide the League of Legends developer community with access to game data in a secure and reliable way. This is just part of our ongoing effort to respond to players' and developers' requests for data and developer.riotgames.com API 목록 설명 ■ ACCOUNT-V1 : 검색할 유저 관련된 정보 반환 ■ CHAMPION-MASTERY-V..
수 많은 데이터들이 모여 있고 볼 수 있는 공공데이터포털에서 오픈 API를 신청하는 방법을 알고자 한다. # 공공데이터포털 사이트 https://www.data.go.kr/index.do 공공데이터 포털 국가에서 보유하고 있는 다양한 데이터를『공공데이터의 제공 및 이용 활성화에 관한 법률(제11956호)』에 따라 개방하여 국민들이 보다 쉽고 용이하게 공유•활용할 수 있도록 공공데이터(Datase www.data.go.kr 먼저 공공데이터 포털 사이트를 들어가면 검색창에 원하는 데이터를 검색한다. 예를 들어 코로나 현황 관련 JSON 오픈 API 데이터가 필요하면 검색창에 '코로나' 단어를 입력하면 된다. 조건검색에 서비스 유형 : REST 확장자 : JSON 체크박스를 누른 후 상세검색을 하면 원하는 오..
1. Python https://docs.python.org/ko/3/ 3.10.3 Documentation Python 3.10.3 문서 Welcome! This is the official documentation for Python 3.10.3. 설명서의 파트들: 파이썬 3.10 의 새로운 기능은? 2.0 이후의 모든 "새로운 기능" 문서 자습서 여기에서 시작하세요 라이브러리 레퍼 docs.python.org 2. Java https://docs.oracle.com/en/java/ Java Documentation - Get Started Java is the foundation for virtually every type of networked application and is the global..
1. Seaborn 라이브러리 https://seaborn.pydata.org/tutorial.html User guide and tutorial — seaborn 0.11.2 documentation seaborn.pydata.org 2. Pandas 라이브러리 https://pandas.pydata.org/docs/user_guide/10min.html 10 minutes to pandas — pandas 1.4.1 documentation Note While standard Python / NumPy expressions for selecting and setting are intuitive and come in handy for interactive work, for production code,..
1. Python 표준 가이드 https://peps.python.org/pep-0008/#ascii-compatibility PEP 8 – Style Guide for Python Code | peps.python.org PEP 8 – Style Guide for Python Code PEP 8 Title Style Guide for Python Code Author Guido van Rossum , Barry Warsaw , Nick Coghlan Status Active Type Process Created 05-Jul-2001 Post-History 05-Jul-2001, 01-Aug-2013 Contents This document gives coding con peps.python.org 2...