HN
Hacker News • 24일 전
런던 열차 실시간 3D 추적 시각화 도구
IMP 5/10
핵심 요약
deck.gl과 영국 TFL API를 활용해 런던 및 공항 노선의 기차 위치를 실시간으로 3D 지도에서 추적하는 웹 서비스입니다. 특히 Cloudflare Workers 인프라 성능 테스트와 deck.gl의 3D 렌더링 최적화를 검증하기 위해 개발되었다는 점에서 웹 개발 실무자들에게 유용한 레퍼런스가 됩니다.
번역된 본문
deck.gl 기반의 시각화 도구로, TFL(런던교통공사) API와 National Rails(영국 철도) 데이터를 결합하여 런던 시내와 인근 공항으로 이동하는 기차의 위치를 (최소한의 오차로) 실시간 추적할 수 있습니다. https://nexttrain.london 사이트의 플랫폼에서 기차를 선택하면, 해당 기차의 철도 여정을 따라 이동하며 경로를 공유할 수 있습니다. 이 프로젝트는 Cloudflare Workers와 해당 인프라를 테스트하기 위해 제작되었으며, 놀라울 정도로 뛰어난 deck.gl의 성능을 확인하기 위한 목적도 포함되어 있습니다.
원문 보기 (영어)
deck.gl based visualiser of the TFL Api + National Rails to be able to track (with minimal drift) a train along the way in London and to the nearest airports. If you pick one from any platform in <a href="https://nexttrain.london" rel="nofollow">https://nexttrain.london</a> basically you can share your train journey along the rails. Build to test Cloudflare workers and their infra along with deck.gl performance that is incredible in my opinion.