사업 (27) 썸네일형 리스트형 NYC 자전거 재배치 인센티브 제도 (Bike angles) www.citibikenyc.com/bike-angels Bike Angels | Citi Bike NYC Bike Angels are Citi Bike riders that improve the availability of bikes and docks for fellow riders and earn rewards along the way. www.citibikenyc.com 공유자전거 재배치를 위한 인센티브 제도 운영 사례 (뉴욕시티 bike angles) [python] json 파일 읽기 from os import path import json data_path = path.join('파일경로/파일이름.json') with open(data_path, newline='') as in_file: df = json.load(data_path) path 패키지랑 json 패키지 pip install 후 이렇게 읽으면 됨. r 에서 회귀분석 결과 테이블로 자동 정리하기 r 에서 linear/logistic regression 결과를 논문 작성이나 문서 작업을 위해 테이블 형태로 바꾸기 latex/word 포멧으로 내보내기 가능! 원래 좀더 복잡한 방법으로 가능했었는데 최근에 r 패키지가 생긴듯 cran.r-project.org/web/packages/sjPlot/vignettes/tab_model_estimates.html Summary of Regression Models as HTML Table tab_model() has some argument that allow to show or hide specific columns from the output: Removing and sorting columns Another way to remove columns, wh.. 대중교통 길찾기 알고리즘 개발 General Transit Feed Specification (GTFS) 미국을 포함한 많은 나라들이 GTFS 포멧으로 대중교통 정보를 제공한다. GTFS란 쉽게 말해 대중교통 정류장 위치, 출발/도착 시간을 포함한 스케쥴 정보를 표현하는 표준화된 대중교통 정보이다. 대중교통을 운영하는 기관들이 작성해서 google 등의 사기업들로 넘겨주는 것으로 구글맵은 이 정보를 가공하고 알고리즘을 제공해 대중교통 경로 정보를 제공하는 것이다. 출발지 A에서 도착지 B까지 가는 최적 대중교통 경로 정보를 알고자 할때 구글 direction api 를 이용하면 쉽다. youngseokim.tistory.com/100 구글 대중교통 경로 api 이용하기 google transit direction api develop.. 이전 1 2 3 4 5 ··· 7 다음