GTFS Static 개요
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
GTFS(일반 대중교통 피드 사양)는 GTFS Realtime 확장 프로그램과 구별하기 위해
GTFS Static 또는 정적 대중교통이라고도 하며,
대중교통 일정 및 관련 지리 정보에 대한 공통 형식을 정의합니다. GTFS '피드'를 사용하면 대중교통 기관에서 대중교통 데이터를 게시할 수 있고 개발자는 해당 데이터를 상호 운용 가능한 방식으로 사용하는 애플리케이션을 작성할 수 있습니다.
GTFS 피드 개요
GTFS 피드는 ZIP 파일로 수집된 일련의 텍스트 파일로 구성됩니다. 각 파일은 대중교통 정보의 특정 측면, 즉 정류장, 경로, 이동경로 및 기타 일정 데이터를 모델링합니다. 각 파일에 대한 세부사항은 GTFS 참조에 정의되어 있습니다.
피드 예는 GTFS 예에서 찾을 수 있습니다. 대중교통 기관은 대중교통 정보를 개발자와 공유하기 위해 GTFS 피드를 생성할 수 있습니다. 개발자는 대중교통 정보를 애플리케이션에 통합하기 위해 GTFS 피드를 사용하는 도구를 작성합니다. GTFS를 사용하면 몇 가지 방법으로 대중교통 정보를 사용하는 이동경로 플래너, 시간표 게시자 및 다양한 애플리케이션을 강화할 수 있습니다.
대중교통 피드 공개
많은 애플리케이션이 GTFS 형식의 데이터와 호환됩니다. 피드를 공개하는 가장 간단한 방법은 웹 서버에서 피드를 호스팅하고 사용 가능하다는 알림을 게시하는 것입니다.
공개 피드를 제공하는 대중교통 기관 목록은 GoogleTransitDataFeed 프로젝트 사이트에서 확인할 수 있습니다.
Google에 대중교통 피드 제출
거주 도시의 대중교통을 감독하는 공공 기관에서 근무하는 경우
GTFS 사양을 사용하여 대중교통 정보를 보여주는 Google 지도 및
기타 Google 애플리케이션에 일정 및 지리 정보를 제공할 수
있습니다.
대중에게 공개되어 있고 고정된 일정과
경로로 운행되는 대중교통 서비스를 제공하는 경우
무료로 간단하게 참여할 수 있습니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-25(UTC)
[null,null,["최종 업데이트: 2025-07-25(UTC)"],[[["\u003cp\u003eGTFS defines a common format for public transportation schedules and geographic information, enabling data sharing between agencies and developers.\u003c/p\u003e\n"],["\u003cp\u003eGTFS feeds consist of text files within a ZIP file, covering aspects like stops, routes, trips, and other schedule data.\u003c/p\u003e\n"],["\u003cp\u003ePublic transit agencies can share their GTFS feeds publicly and submit them to Google for integration with Google Maps and other applications.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can leverage GTFS feeds to build applications like trip planners, timetables, and various other tools utilizing public transit data.\u003c/p\u003e\n"],["\u003cp\u003eResources like examples, references, validation tools, and community support are available for working with GTFS.\u003c/p\u003e\n"]]],["The General Transit Feed Specification (GTFS) is a format for public transportation schedules and geographic data, enabling transit agencies to publish data and developers to build applications. Key actions include: reviewing GTFS examples, creating feeds using the reference guide, validating feeds with tools, and publishing them. Agencies can share feeds publicly via a web server or submit them to Google for inclusion in Google Maps. GTFS allows the use in various applications like trip planners.\n"],null,["# GTFS Static Overview\n\nThe General Transit Feed Specification (GTFS), also known as *GTFS static* or *static transit*\nto differentiate it from the [GTFS realtime extension](/transit/gtfs-realtime), defines a common format for\npublic transportation schedules and associated geographic information. GTFS\n\"feeds\" let public transit agencies publish their transit data and\ndevelopers write applications that consume that data in an interoperable way.\n\n### How do I start?\n\n1. Take a look at the [GTFS examples](/transit/gtfs/examples).\n2. Create your own feeds using the [reference](/transit/gtfs/reference) as a guide.\n3. Test your feed using [validation tools](/transit/gtfs/guides/tools).\n4. Publish your feed, as [described in the Help Center](https://support.google.com/transitpartners/answer/1111577).\n\n### Overview of a GTFS feed\n\nA GTFS feed is composed of a series of text files collected in a ZIP\nfile. Each file models a particular aspect of transit information: stops,\nroutes, trips, and other schedule data. The details of each file are\ndefined in the [GTFS reference](/transit/gtfs/reference).\n\nAn example feed can be found in the [GTFS\nexamples](/transit/gtfs/examples). A transit agency can produce a GTFS feed to share their\npublic transit information with developers, who write tools that consume\nGTFS feeds to incorporate public transit information into their\napplications. GTFS can be used to power trip planners, time table\npublishers, and a variety of applications, too diverse to list here, that\nuse public transit information in some way.\n\n### Making a Transit feed publicly available\n\nMany applications are compatible with data in the GTFS format. The\nsimplest way to make a feed public is to host it on a web server and publish\nan announcement that makes it available for use.\n\nA list of transit agencies who provide public feeds is available on the\n[GoogleTransitDataFeed project site](http://code.google.com/p/googletransitdatafeed/wiki/PublicFeeds).\n\n### Submitting a Transit feed to Google\n\nIf you're at a public agency that oversees public transportation for your\ncity, you can use the GTFS specification to provide schedules and\ngeographic information to Google Maps and other Google applications that\nshow transit information.\n\nIf you provide a transportation service that is open to the public, and operates with fixed schedules\nand routes, we welcome your participation; it is\n[simple and available at no charge](https://support.google.com/transitpartners/answer/1111471).\n\n### Getting help\n\nTo participate in discussions around GTFS realtime and suggest changes and\nadditions to the specification, join the\n[GTFS realtime discussion group](http://groups.google.com/group/gtfs-realtime).\n\nAdditional resources are available on the [Community page](/transit/gtfs/community).\n\nIf you have questions about the Google Transit Partners program, contact\n[Google support](https://support.google.com/transitpartners/gethelp)."]]