KR20200122146A - Server and method for searching path of mass transportation - Google Patents

Server and method for searching path of mass transportation Download PDF

Info

Publication number
KR20200122146A
KR20200122146A KR1020190045029A KR20190045029A KR20200122146A KR 20200122146 A KR20200122146 A KR 20200122146A KR 1020190045029 A KR1020190045029 A KR 1020190045029A KR 20190045029 A KR20190045029 A KR 20190045029A KR 20200122146 A KR20200122146 A KR 20200122146A
Authority
KR
South Korea
Prior art keywords
route
routes
transfer
public transportation
recommended
Prior art date
Application number
KR1020190045029A
Other languages
Korean (ko)
Other versions
KR102242422B9 (en
KR102242422B1 (en
Inventor
전철민
남현우
전인우
Original Assignee
서울시립대학교 산학협력단
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 서울시립대학교 산학협력단 filed Critical 서울시립대학교 산학협력단
Priority to KR1020190045029A priority Critical patent/KR102242422B1/en
Publication of KR20200122146A publication Critical patent/KR20200122146A/en
Application granted granted Critical
Publication of KR102242422B1 publication Critical patent/KR102242422B1/en
Publication of KR102242422B9 publication Critical patent/KR102242422B9/en

Links

Images

Classifications

    • G06Q50/40
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Systems or methods specially adapted for specific business sectors, e.g. utilities or tourism
    • G06Q50/30Transportation; Communications
    • GPHYSICS
    • G01MEASURING; TESTING
    • G01CMEASURING DISTANCES, LEVELS OR BEARINGS; SURVEYING; NAVIGATION; GYROSCOPIC INSTRUMENTS; PHOTOGRAMMETRY OR VIDEOGRAMMETRY
    • G01C21/00Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00
    • G01C21/26Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00 specially adapted for navigation in a road network
    • G01C21/34Route searching; Route guidance
    • G01C21/36Input/output arrangements for on-board computers
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/04Forecasting or optimisation specially adapted for administrative or management purposes, e.g. linear programming or "cutting stock problem"
    • G06Q10/047Optimisation of routes or paths, e.g. travelling salesman problem

Abstract

The present invention relates to a public transportation route search server comprising: a search information receiving unit for receiving search information including a departure point, a destination point, and a departure time; an operating schedule receiving unit for receiving operating time data of a public transportation available at the departure point and at least one transfer point existing on a route from the departure point to the destination point; a route calculation unit for calculating a plurality of recommended routes and expected arrival times to arrive at the destination by using a public transportation departing from the departure point at the departure time based on the search information and the operating time data; and a display unit for displaying the recommended routes and expected arrival times. According to the present invention, a more satisfactory movement using public transportation can be performed.

Description

대중교통 경로 탐색 서버 및 방법{SERVER AND METHOD FOR SEARCHING PATH OF MASS TRANSPORTATION}Public transport route search server and method {SERVER AND METHOD FOR SEARCHING PATH OF MASS TRANSPORTATION}

본 발명은 대중교통 경로 탐색 서버 및 방법에 관한 것이다.The present invention relates to a public transport route search server and method.

일반적으로 길안내 서비스는 사용자가 출발지(또는 현재위치)와 목적지 정보를 제공하면 출발지와 목적지간의 이동 경로를 찾아 제공하는 서비스이다.In general, a route guidance service is a service that finds and provides a moving route between a departure point and a destination when a user provides information on a departure point (or current location) and a destination.

현재의 길안내 서비스는 차량 운전자를 위해 차량의 이동 경로를 제공하거나, 보행자를 위해 대중교통 수단의 이동 경로를 제공하고 있다.Current route guidance services provide a vehicle movement route for a vehicle driver or a public transportation route for a pedestrian.

이 중, 보행자를 위한 길안내 서비스는 사용자가 선택한 대중교통수단을 대상으로 한 이동 경로를 제공하거나, 최적이라고 판단되는 하나의 이동 경로를 탐색하여 제공하고 있다.Among them, the route guidance service for pedestrians provides a moving route targeting public transportation means selected by the user, or searches for one moving route judged to be optimal.

한편, 이러한 길안내 서비스는 주로 차량 운전자 또는 보행자의 이동 경로를 탐색하는 알고리즘을 이용하는데, 그 중, 대중교통 최단 경로 탐색 알고리즘들은 일반적으로 그래프 이론을 이용하여 경로를 탐색하고, 데이터 구조로는 정류장을 나타내는 노드와 노드 간 연결을 나타내는 링크로 구성된 네트워크를 이용하며, 각 링크에는 이동 시간, 이동거리 등의 비용이 저장된다. 또한, 경로선택에 영향을 주는 환승 저항 등도 링크의 비용으로 이용된다.On the other hand, such a route guidance service mainly uses algorithms to search the moving route of a vehicle driver or pedestrian. Among them, the shortest route search algorithms for public transportation generally search for a route using graph theory, and as a data structure, stop A network consisting of a node representing a node and a link representing a connection between nodes is used, and costs such as travel time and travel distance are stored in each link. In addition, transfer resistance that affects route selection is also used as the cost of the link.

또한, 최근에는 그래프 이론 기반의 알고리즘뿐만 아니라 대중교통 운행시간표를 이용하는 알고리즘들이 개발되고 있으며, 운행시간표 기반의 알고리즘들은 기존 노드-링크 방식의 데이터 구조가 아니라 노선별 운행시간표를 저장하는 고유의 데이터 형식을 이용하고, 그래프 이론의 경로 탐색 방식보다 연산속도가 빠르다는 장점이 있다.Also, in recent years, not only algorithms based on graph theory but also algorithms using public transportation timetables are being developed, and algorithms based on timetables are not the existing node-link data structure, but a unique data format that stores timetables for each route. It has the advantage that it uses faster operation speed than the path search method of graph theory.

다만, 대부분의 운행시간표 기반 알고리즘들은 운행계획에 따른 정류장 출·도착 시각만을 경로 탐색에 이용하고 있으며, 이로 인해 환승 횟수가 많더라도 물리적인 이동 시간이 최소라면, 해당 경로를 가장 빠른 도착 경로로 판단한다.However, most of the timetable-based algorithms use only the departure/arrival time of the stop according to the operation plan for route search, and thus, even if there are many transfers, if the physical travel time is minimal, the route is determined as the fastest arrival route. do.

하지만 대중교통 승객들은 과도한 환승을 선호하지 않는 경향이 있으므로, 환승 저항이 고려된 최단 경로를 탐색할 필요가 있다However, public transport passengers tend not to prefer excessive transfers, so it is necessary to search for the shortest route considering transfer resistance.

또한, 다양한 교통수단이 있는 대중교통 네트워크에서는 개인의 경로 선택의 폭을 넓혀 줄 수 있도록 복수의 대안 경로를 탐색할 필요도 있다.In addition, in a public transport network with various means of transportation, it is also necessary to search for a plurality of alternative routes so as to broaden the range of individual route selection.

본 발명은 전술한 종래 기술들의 문제점을 해결하기 위한 것으로서, 보행자로부터 이동 경로 개수 및 환승 유형별 선호도를 입력받아 대중교통의 운행시간표에 기초한 복수의 이동 경로를 탐색하여 보행자에게 제공함으로써, 보행자로 하여금, 무분별하게 많은 이동 경로를 확인할 필요 없이 자신이 원하는 환승 유형에 맞춘 이동 경로를 보다 쉽게 선택할 수 있도록 하며, 그로 인해, 보다 만족스러운 대중교통을 이용한 이동이 가능하도록 하는 대중교통 경로 탐색 서버 및 방법을 제공하고자 한다.The present invention is to solve the problems of the above-described conventional techniques, by receiving input from the pedestrian the number of movement paths and preferences for each type of transfer, searching for a plurality of movement paths based on the timetable of public transportation, and providing them to the pedestrian, Provides a public transport route search server and method that makes it easier to select a moving route that fits the type of transfer you want without the need to indiscriminately check many moving routes, and thereby allows you to move using more satisfactory public transport. I want to.

다만, 본 실시예가 이루고자 하는 기술적 과제는 상기된 바와 같은 기술적 과제들로 한정되지 않으며, 또 다른 기술적 과제들이 존재할 수 있다.However, the technical problem to be achieved by the present embodiment is not limited to the technical problems as described above, and other technical problems may exist.

상술한 기술적 과제를 달성하기 위한 기술적 수단으로서, 본 발명의 일 실시예는, 대중교통 경로 탐색 서버에 관한 것으로서, 출발지, 도착지 및 출발시각을 포함하는 탐색 정보를 입력받는 탐색 정보 수신부, 상기 출발지 및 상기 출발지로부터 상기 도착지에 도달하는 경로 상에 존재하는 적어도 하나의 환승 지점에서 탑승 가능한 대중교통의 운행시간 데이터를 수신하는 운행 스케줄 수신부, 상기 탐색 정보 및 상기 운행시간 데이터에 기초하여, 상기 출발시각에 상기 출발지에서 출발하여 대중교통을 이용하여 상기 도착지에 도달하는 복수 개의 추천 경로 및 예상 도착시각을 산출하는 경로 산출부 및 상기 복수 개의 추천 경로 및 예상 도착시각을 표출하는 표출부를 포함할 수 있다.As a technical means for achieving the above-described technical problem, an embodiment of the present invention relates to a public transport route search server, a search information receiving unit receiving search information including a departure place, an arrival place, and a departure time, the departure place, and A service schedule receiving unit for receiving operation time data of public transport available at at least one transfer point existing on the route from the departure point to the destination, based on the search information and the operation time data, at the departure time It may include a route calculator for calculating a plurality of recommended routes and expected arrival times to reach the destination by using public transportation from the departure point, and a display unit for expressing the plurality of recommended routes and expected arrival times.

본 발명의 다른 일 실시예는, 대중교통 경로 탐색 방법에 관한 것으로서, 출발지, 도착지 및 출발시각을 포함하는 탐색 정보를 입력받는 단계, 상기 출발지 및 상기 출발지로부터 상기 도착지에 도달하는 경로 상에 존재하는 적어도 하나의 환승 지점에서 탑승 가능한 대중교통의 운행시간 데이터를 수신하는 단계, 상기 탐색 정보 및 상기 운행시간 데이터에 기초하여, 상기 출발시각에 상기 출발지에서 출발하여 대중교통을 이용하여 상기 도착지에 도달하는 복수 개의 추천 경로 및 예상 도착시각을 산출하는 단계 및 상기 복수 개의 추천 경로 및 예상 도착시각을 표출하는 단계를 포함할 수 있다.Another embodiment of the present invention relates to a public transport route search method, the step of receiving input of search information including a departure point, an arrival point, and a departure time, and exist on a route reaching the destination from the departure point and the departure point. Receiving travel time data of public transport available for boarding at at least one transfer point, departing from the departure point at the departure time and arriving at the destination using public transportation based on the search information and the travel time data It may include calculating a plurality of recommended routes and expected arrival times, and displaying the plurality of recommended routes and expected arrival times.

본 발명의 또 다른 일 실시예는, 컴퓨터 프로그램으로서 컴퓨팅 장치에 의해 실행될 경우, 출발지, 도착지 및 출발시각을 포함하는 탐색 정보를 입력받고, 상기 출발지 및 상기 출발지로부터 상기 도착지에 도달하는 경로 상에 존재하는 적어도 하나의 환승 지점에서 탑승 가능한 대중교통의 운행시간 데이터를 수신하고, 상기 탐색 정보 및 상기 운행시간 데이터에 기초하여, 상기 출발시각에 상기 출발지에서 출발하여 대중교통을 이용하여 상기 도착지에 도달하는 복수 개의 추천 경로 및 예상 도착시각을 산출하고, 상기 복수 개의 추천 경로 및 예상 도착시각을 표출하도록 하는 명령어들의 시퀀스를 포함하는 매체에 저장된 컴퓨터 프로그램을 제공할 수 있다. Another embodiment of the present invention, when executed by a computing device as a computer program, receives search information including a departure point, a destination, and a departure time, and exists on the path from the departure point and the departure point to the destination. Receiving travel time data of public transportation available at at least one transfer point, and departing from the departure point at the departure time and arriving at the destination using public transportation based on the search information and the travel time data. A computer program stored in a medium including a sequence of commands for calculating a plurality of recommended routes and expected arrival times and expressing the plurality of recommended routes and expected arrival times may be provided.

상술한 과제 해결 수단은 단지 예시적인 것으로서, 본 발명을 제한하려는 의도로 해석되지 않아야 한다. 상술한 예시적인 실시예 외에도, 도면 및 발명의 상세한 설명에 기재된 추가적인 실시예가 존재할 수 있다.The above-described problem solving means are merely exemplary and should not be construed as limiting the present invention. In addition to the above-described exemplary embodiments, there may be additional embodiments described in the drawings and detailed description of the invention.

전술한 본 발명의 과제 해결 수단 중 어느 하나에 의하면, 본 발명은 보행자로부터 이동 경로 개수 및 환승 선호도를 입력받아 대중교통의 운행시간표에 기초한 복수의 이동 경로를 탐색하여 보행자에게 제공함으로써, 보행자로 하여금, 무분별하게 많은 이동 경로를 확인할 필요 없이 자신이 원하는 환승 유형에 맞춘 이동 경로를 보다 쉽게 선택할 수 있도록 하며, 그로 인해, 보다 만족스러운 대중교통을 이용한 이동이 가능하도록 하는 대중교통 경로 탐색 서버 및 방법을 제공할 수 있다.According to any one of the above-described problem solving means of the present invention, the present invention receives the number of moving routes and transfer preferences from the pedestrians, searches for a plurality of moving routes based on the timetable of public transportation, and provides them to the pedestrians, , A public transport route search server and method that makes it easier to select a travel route tailored to the type of transfer you want without the need to indiscriminately check many travel routes, and thereby enable a more satisfactory movement using public transportation. Can provide.

또한, 본 발명은 보행자에게 이동 경로를 탐색하여 제공하되, 보행자의 도보 속도에 기초한 이동 경로 별 시간을 산출하여 함께 제공함으로써, 보행자로 하여금, 이동 경로에 따른 정확한 이동 시간을 확인하여 복수의 이동 경로 중 어느 하나를 선택할 수 있도록 함으로써, 보다 정확한 대중교통을 이용한 이동이 가능하도록 하는 대중교통 경로 탐색 서버 및 방법을 제공할 수 있다.In addition, the present invention provides a pedestrian by searching for a moving path, but by calculating and providing the time for each movement path based on the walking speed of the pedestrian, the pedestrian checks the exact travel time according to the movement path and provides a plurality of movement paths. By allowing any one of them to be selected, a public transport route search server and method that enables more accurate movement using public transport can be provided.

도 1은 본 발명에 따른 대중교통 경로 탐색 서버의 구성도이다.
도 2는 본 발명의 일 실시예에 따른 탐색 정보 수신부 및 표출부의 인터페이스를 나타낸 도면이다.
도 3은 노드-링크 방식의 경로 탐색 알고리즘을 설명하기 위해 나타낸 도면이다.
도 4는 본 발명에 따른 대중교통 운행시간표를 이용한 경로 탐색 방식을 설명하기 위해 나타낸 도면이다.
도 5는 본 발명에 따른 대중교통 경로 탐색 서버의 도착시각 산출 과정에 대해 나타낸 도면이다.
도 6은 본 발명의 일 실시예에 따른 경로 산출부의 경로 제외 기준에 나타낸 도면이다.
도 7은 본 발명에 따른 대중교통 경로 탐색 방법을 도시한 순서도이다.
1 is a block diagram of a public transport route search server according to the present invention.
2 is a diagram illustrating an interface of a discovery information receiving unit and a display unit according to an embodiment of the present invention.
3 is a diagram illustrating a node-link type path search algorithm.
4 is a diagram illustrating a route search method using a public transportation timetable according to the present invention.
5 is a diagram illustrating a process of calculating the arrival time of the public transportation route search server according to the present invention.
6 is a diagram illustrating a path exclusion criterion of a path calculation unit according to an embodiment of the present invention.
7 is a flowchart illustrating a method for searching a public transport route according to the present invention.

아래에서는 첨부한 도면을 참조하여 본 발명이 속하는 기술 분야에서 통상의 지식을 가진 자가 용이하게 실시할 수 있도록 본 발명의 실시예를 상세히 설명한다. 그러나 본 발명은 여러 가지 상이한 형태로 구현될 수 있으며 여기에서 설명하는 실시예에 한정되지 않는다. 그리고 도면에서 본 발명을 명확하게 설명하기 위해서 설명과 관계없는 부분은 생략하였으며, 명세서 전체를 통하여 유사한 부분에 대해서는 유사한 도면 부호를 붙였다.Hereinafter, embodiments of the present invention will be described in detail with reference to the accompanying drawings so that those of ordinary skill in the art can easily implement the present invention. However, the present invention may be implemented in various different forms and is not limited to the embodiments described herein. In the drawings, parts irrelevant to the description are omitted in order to clearly describe the present invention, and similar reference numerals are assigned to similar parts throughout the specification.

명세서 전체에서, 어떤 부분이 다른 부분과 "연결"되어 있다고 할 때, 이는 "직접적으로 연결"되어 있는 경우뿐 아니라, 그 중간에 다른 소자를 상기에 두고 "전기적으로 연결"되어 있는 경우도 포함한다. 또한 어떤 부분이 어떤 구성요소를 "포함"한다고 할 때, 이는 특별히 반대되는 기재가 없는 한 다른 구성요소를 제외하는 것이 아니라 다른 구성요소를 더 포함할 수 있는 것을 의미한다. Throughout the specification, when a part is said to be "connected" to another part, this includes not only "directly connected" but also "electrically connected" with another element in the middle. . In addition, when a part "includes" a certain component, it means that other components may be further included rather than excluding other components unless specifically stated to the contrary.

본 명세서에 있어서 '부(部)'란, 하드웨어에 의해 실현되는 유닛(unit), 소프트웨어에 의해 실현되는 유닛, 양방을 이용하여 실현되는 유닛을 포함한다. 또한, 1 개의 유닛이 2 개 이상의 하드웨어를 이용하여 실현되어도 되고, 2 개 이상의 유닛이 1 개의 하드웨어에 의해 실현되어도 된다.In the present specification, the term "unit" includes a unit realized by hardware, a unit realized by software, and a unit realized using both. Further, one unit may be realized using two or more hardware, or two or more units may be realized using one hardware.

본 명세서에 있어서 단말 또는 디바이스가 수행하는 것으로 기술된 동작이나 기능 중 일부는 해당 단말 또는 디바이스와 연결된 서버에서 대신 수행될 수도 있다. 이와 마찬가지로, 서버가 수행하는 것으로 기술된 동작이나 기능 중 일부도 해당 서버와 연결된 단말 또는 디바이스에서 수행될 수도 있다.In the present specification, some of the operations or functions described as being performed by the terminal or device may be performed instead by a server connected to the terminal or device. Likewise, some of the operations or functions described as being performed by the server may also be performed by a terminal or device connected to the server.

이하, 첨부된 구성도 또는 처리 흐름도를 참고하여, 본 발명의 실시를 위한 구체적인 내용을 설명하도록 한다.Hereinafter, with reference to the accompanying configuration diagram or processing flow chart, specific details for the implementation of the present invention will be described.

먼저, 도 1을 참조하여 본 발명에 따른 대중교통 경로 탐색 서버에 대해 설명하도록 한다.First, a public transport route search server according to the present invention will be described with reference to FIG. 1.

도 1은 본 발명에 따른 대중교통 경로 탐색 서버의 구성도이다.1 is a block diagram of a public transport route search server according to the present invention.

도 1을 참조하면, 본 발명에 따른 대중교통 경로 탐색 서버(100)는 탐색 정보 수신부(110), 운행 스케줄 수신부(130), 경로 산출부(150) 및 표출부(170)를 포함할 수 있다.Referring to FIG. 1, the public transport route search server 100 according to the present invention may include a search information receiving unit 110, a driving schedule receiving unit 130, a route calculating unit 150, and a display unit 170. .

먼저, 탐색 정보 수신부(110)는 사용자로부터 출발지, 도착지 및 출발시각을 포함하는 탐색 정보를 입력받을 수 있다.First, the search information receiving unit 110 may receive search information including a departure place, a destination place, and a departure time from a user.

여기서, 탐색 정보 수신부(110)는 GPS(Global positioning system)부(미도시)를 포함할 수 있고, GPS부를 통해 사용자의 출발지를 입력받을 수 있다.Here, the search information receiving unit 110 may include a global positioning system (GPS) unit (not shown), and may receive a user's departure point through the GPS unit.

한편, 탐색 정보 수신부(110)는 사용자로부터 출발지, 도착지 및 출발시각을 포함하는 탐색 정보를 입력받기 위한 후술되는 표출부(170)를 통해 복수의 입력란을 포함하는 인터페이스 화면을 표출할 수 있다. 이에 대해선, 아래에서 도 2를 참조하여 보다 구체적으로 설명하도록 한다.Meanwhile, the search information receiving unit 110 may display an interface screen including a plurality of input fields through a display unit 170 to be described later for receiving search information including a departure place, an arrival place, and a departure time from the user. This will be described in more detail with reference to FIG. 2 below.

또한, 입력받는 탐색 정보는 복수 개의 추천 경로의 제한 개수인 경로 개수를 더 포함할 수 있다. 즉, 탐색 정보 수신부(110)가 사용자로부터 경로 개수를 입력받음으로써, 사용자는 자신이 원하는 개수만큼의 추천 경로를 제공받을 수 있다.In addition, the received search information may further include the number of routes, which is the limit number of the plurality of recommended routes. That is, when the search information receiving unit 110 receives the number of routes from the user, the user can receive as many recommended routes as he or she desires.

또한, 입력받는 탐색 정보는 종류별 또는 노선별 대중교통에 대한 환승 선호도를 더 포함할 수 있다. 구체적으로, 환승 선호도는 다른 종류 또는 다른 노선의 대중교통으로 환승하는 환승 유형들 각각에 대한 선호도를 정량화한 값인 유형별 환승 선호도를 더 포함할 수 있다. 즉, 유형별 환승 선호도는, 버스에서 버스로 환승하는 경우, 지하철에서 지하철로 환승하는 경우, 버스와 지하철 간에 환승하는 경우에 대한 선호도일 수 있다.In addition, the inputted search information may further include transfer preferences for public transport by type or by route. Specifically, the transfer preference may further include a transfer preference for each type, which is a value obtained by quantifying the preference for each transfer type transferring to another type or public transportation of a different route. That is, the transfer preference for each type may be a preference for a transfer from a bus to a bus, transfer from a subway to a subway, or transfer between a bus and a subway.

또한, 입력받는 탐색 정보는, 도보 이동 속도에 대응되는 값인 도보 속도 계수를 더 포함할 수 있다. 즉, 탐색 정보 수신부(110)가 사용자의 도보 속도 계수를 입력받음으로써, 사용자는 자신의 도보 속도에 맞춘 경로별 예상 도착시각을 제공받을 수 있다.In addition, the received search information may further include a walking speed coefficient that is a value corresponding to the walking movement speed. That is, when the search information receiving unit 110 receives the user's walking speed coefficient, the user may be provided with an expected arrival time for each route according to his or her walking speed.

운행 스케줄 수신부(130)는 출발지 및 출발지로부터 도착지에 도달하는 경로 상에 존재하는 적어도 하나의 환승 지점에서 탑승 가능한 대중교통의 운행시간 데이터를 수신할 수 있다. 이에 대해선 아래에서 도 5를 참조하여 보다 구체적으로 설명하도록 한다.The operation schedule receiving unit 130 may receive operation time data of public transport available for boarding at a departure point and at least one transfer point existing on a route from the departure point to the destination. This will be described in more detail with reference to FIG. 5 below.

한편, 본 명세서 상에 기재된 대중교통은 버스 및 지하철을 포함할 수 있다.Meanwhile, public transportation described in the present specification may include buses and subways.

경로 산출부(150)는 탐색 정보 및 운행시간 데이터에 기초하여, 출발시각에 출발지에서 출발하여 대중교통을 이용하여 도착지에 도달하는 복수 개의 추천 경로 및 예상 도착시각을 산출할 수 있다.The route calculation unit 150 may calculate a plurality of recommended routes and predicted arrival times that depart from the departure point at the departure time and reach the destination using public transportation, based on the search information and the driving time data.

여기서, 경로 산출부(150)는 환승 지점에서 하차한 대중교통과 동종의 대중교통에 탑승하는 경로는 추천 경로에서 제외하고, 또한, 제 1 종의 제 1 대중교통(예를 들어, XX 번 버스)에서 제 2 종의 제 2 대중교통(예를 들어, YY 지하철)으로 환승하는 경로가 복수 개인 경우 예상 도착시각이 빠른 경로를 추천 경로로 산출할 수 있다. 이에 대해선 아래에서 도 6을 참조하여 보다 구체적으로 설명하도록 한다.Here, the route calculation unit 150 excludes the route to board the public transport of the same type as the public transport at the transfer point from the recommended route, and also, the first type of first public transport (for example, bus number XX). In the case where there are multiple routes for transferring to the second type of second public transportation (for example, YY subway), a route with a fast expected arrival time may be calculated as a recommended route. This will be described in more detail with reference to FIG. 6 below.

또한, 경로 산출부(150)는 사용자로부터 입력된 경로 개수만큼의 추천 경로를 산출할 수 있다. 예를 들어, 경로 산출부(150)는 사용자로부터 입력된 경로 개수가 2개인 경우, 최단 시간, 최단 경로 및 환승 선호도 중 적어도 어느 하나에 기초하여 2개의 추천 경로를 산출할 수 있다.In addition, the route calculation unit 150 may calculate as many recommended routes as the number of routes input by the user. For example, when the number of routes input by the user is two, the route calculation unit 150 may calculate two recommended routes based on at least one of a shortest time, a shortest route, and a transfer preference.

아울러, 경로 산출부(150)는 환승 선호도에 대응되는 환승 시간을 반영하여 추천 경로 및 예상 도착시각을 산출할 수 있다. 예를 들어, 사용자로부터 입력된 유형별 환승 선호도가 버스와 지하철 간에 환승이 가장 높은 경우, 경로 산출부(150)는 버스와 지하철 간에 환승 시간을 반영하여 추천 경로 및 예상 도착시각을 산출할 수 있다.In addition, the route calculation unit 150 may calculate a recommended route and an expected arrival time by reflecting the transfer time corresponding to the transfer preference. For example, when the transfer preference for each type input by the user is the highest between the bus and the subway, the route calculator 150 may calculate the recommended route and the expected arrival time by reflecting the transfer time between the bus and the subway.

또한, 경로 산출부(150)는 도보 속도 계수에 더 기초하여 추천 경로 및 예상 도착시각을 산출할 수 있다. 즉, 경로 산출부(150)가 도보 속도 계수에 더 기초하여 추천 경로 및 예상 도착시각을 산출함으로써, 사용자는 자신의 도보 속도에 맞춘 경로별 예상 도착시각을 제공받을 수 있다.In addition, the route calculation unit 150 may calculate a recommended route and an expected arrival time based on the walking speed coefficient. That is, the route calculation unit 150 further calculates the recommended route and the expected arrival time based on the walking speed coefficient, so that the user may be provided with the expected arrival time for each route according to his or her walking speed.

표출부(170)는 복수 개의 추천 경로 및 예상 도착시각을 표출할 수 있다.The display unit 170 may display a plurality of recommended routes and expected arrival times.

여기서 표출부(170)는 지도의 형태 위에 각각의 추천 경로와 그에 대응하는 예상 도착시각을 텍스트의 형태로 표출할 수 있다. 이에 대해선 아래에서 도 2를 참조하여 보다 구체적으로 설명하도록 한다.Here, the display unit 170 may display each recommended route and an expected arrival time corresponding thereto in the form of text on the form of a map. This will be described in more detail with reference to FIG. 2 below.

도 2는 본 발명의 일 실시예에 따른 탐색 정보 수신부 및 표출부의 인터페이스를 나타낸 도면이다. 2 is a diagram illustrating an interface of a discovery information receiving unit and a display unit according to an embodiment of the present invention.

도 2를 참조하면, 탐색 정보 수신부(110)는 사용자가 각각 출발 시각, 출발지, 도착지, 도보 속도 계수 및 환승 선호도를 입력할 수 있는 입력란을 포함하는 입력 인터페이스(210)를 제공할 수 있으며, 입력 인터페이스(210)에 포함되는 각각의 입력란을 통해 출발 시각, 출발지, 도착지, 도보 속도 계수 및 환승 선호도를 입력받을 수 있다.Referring to FIG. 2, the search information receiving unit 110 may provide an input interface 210 including an input box through which a user can input a departure time, a departure place, an arrival place, a walking speed coefficient, and a transfer preference, respectively. Departure time, departure place, destination, walking speed coefficient, and transfer preference may be input through respective input fields included in the interface 210.

또한, 표출부(170)는 사용자로부터 입력된 출발 시각, 출발지, 도착지, 도보 속도 계수 및 환승 선호도 중 적어도 어느 하나에 기초하여 산출된 출발시각에 출발지에서 출발하여 대중교통을 이용하여 도착지에 도달하는 복수 개의 추천 경로 및 예상 도착시각을 포함하는 표출 인터페이스(230)를 표출할 수 있다.In addition, the display unit 170 departs from the departure point at the departure time calculated based on at least one of the departure time, the departure place, the destination, the walking speed coefficient and the transfer preference input from the user, and reaches the destination using public transportation. An expression interface 230 including a plurality of recommended routes and expected arrival times may be displayed.

여기서, 표출 인터페이스(230)에는 도 2에 나타낸 것과 같이, 예상 도착시각, 환승횟수 및 노선이름 등과 같은 추천 경로에 대응하는 복수의 정보가 텍스트의 형태로 표출될 수 있다. Here, as shown in FIG. 2, in the display interface 230, a plurality of pieces of information corresponding to the recommended route, such as an expected arrival time, number of transfers, and route name, may be displayed in the form of text.

다음으로, 도 3 및 도 4를 참조하여 노드-링크 방식과 비교하여 본 발명에 따른 대중교통 운행시간표를 이용한 경로 탐색 방식에 대해 설명하도록 한다.Next, a route search method using a public transportation timetable according to the present invention will be described in comparison with the node-link method with reference to FIGS. 3 and 4.

도 3은 노드-링크 방식의 경로 탐색 알고리즘을 설명하기 위해 나타낸 도면이다.3 is a diagram illustrating a node-link type path search algorithm.

먼저, 도 3의 (a)를 참조하면, 노드-링크 방식의 경로 탐색 알고리즘은 정류장을 노드, 각 정류장 간의 노선을 링크로 나타낼 수 있다(310). 여기서, 각 링크에 포함되는 이동시간은 출발시간에 따라 서로 다른 복수의 값으로 저장될 수 있다. 예를 들어, 제 1 링크(311)와 제 2 링크(313)처럼 같은 링크에 포함되는 이동시간임에도 불구하고, 출발시간에 따라 상이한 시간이 적용될 수 있다. First, referring to FIG. 3A, the node-link route search algorithm may represent a stop as a node and a route between each stop as a link (310). Here, the moving time included in each link may be stored as a plurality of different values according to the departure time. For example, despite the travel time included in the same link as the first link 311 and the second link 313, a different time may be applied according to the departure time.

또한, 도 3의 (b)를 참조하면, 노드-링크 방식의 경로 탐색 알고리즘은 탐색된 복수의 경로를 데이터베이스(330)에 저장하고, 사용자로부터 탐색 요청된 경로가 데이터베이스(330)에 기저장된 경로인 경우, 데이터베이스(330)로부터 저장된 경로를 불러와 사용자에게 제공할 수 있는데, 이러한 방식은 필요한 데이터베이스(330)의 크기가 매우 크고, 미리 결정되어 있는 조건으로만 경로가 제공된다. 나아가, 대중교통 운행스케줄에 변화가 있는 경우, 노드-링크 구조나 데이터베이스(330)를 다시 갱신하여야 한다.In addition, referring to (b) of FIG. 3, the path search algorithm of the node-link method stores a plurality of searched paths in the database 330, and the path requested by the user is previously stored in the database 330. In this case, the path stored from the database 330 can be retrieved and provided to the user. In this method, the required database 330 has a very large size, and the path is provided only under predetermined conditions. Furthermore, when there is a change in the public transportation operation schedule, the node-link structure or the database 330 must be updated again.

한편, 도 4는 본 발명에 따른 대중교통 운행시간표를 이용한 경로 탐색 방식을 설명하기 위해 나타낸 도면이다.Meanwhile, FIG. 4 is a diagram illustrating a route search method using a public transportation timetable according to the present invention.

도 4를 참조하면, 본 발명에 따른 운행 스케줄 수신부(130)는 환승 지점에서의 대중교통의 운행시간 데이터를 수신할 수 있으며, 경로 산출부(150)는 이렇게 수신된 운행시간 데이터에 기초하여, 출발지부터 도착지까지 이용할 수 있는 복수의 노선 중 가장 빠른 노선을 선택하여 경로를 탐색할 수 있다.Referring to FIG. 4, the operation schedule receiving unit 130 according to the present invention may receive operation time data of public transportation at a transfer point, and the route calculation unit 150 is based on the received operation time data, The route can be searched by selecting the fastest route among a plurality of routes available from the departure point to the destination.

예를 들어, 운행 스케줄 수신부(130) 출발지를 경유하는 51번, 52번 83번 버스의 운행시간 데이터를 수신할 수 있으며, 이러한 경우, 경로 산출부(150)는 이렇게 수신된 운행시간 데이터에 기초해, 가장 빠른 노선인 51번 버스를 선택하여 경로를 탐색할 수 있다.For example, the operation schedule receiving unit 130 may receive operation time data of buses No. 51, No. 52, No. 83 passing through the departure point, and in this case, the route calculation unit 150 is based on the received operation time data. In the meantime, you can search for a route by selecting bus 51, the fastest route.

이러한 대중교통 운행시간표를 이용한 경로 탐색 방식은, 앞서 설명한 노드-링크 방식의 경로 탐색 알고리즘보다 빠르게 검색 결과를 제공할 수 있고, 미리 결정된 값이 아닌 실시간의 검색 결과를 제공할 수 있다. 이와 함께, 본 발명에 따른 대중교통 운행시간표를 이용한 경로 탐색 방식은, 복수의 경로를 중복 없이 산출할 수 있고, 사용자에 의해 경로 개수, 환승 선호도, 도보 속도 계수가 설정될 수 있다.The route search method using the public transportation timetable may provide a search result faster than the node-link method route search algorithm described above, and may provide a search result in real time rather than a predetermined value. In addition, in the route search method using the public transportation timetable according to the present invention, a plurality of routes can be calculated without overlapping, and the number of routes, transfer preferences, and walking speed coefficients can be set by the user.

다음으로, 도 5를 참조하여 본 발명에 따른 대중교통 경로 탐색 서버의 도착시각 산출 과정에 대해 설명하도록 한다.Next, a process of calculating the arrival time of the public transport route search server according to the present invention will be described with reference to FIG. 5.

도 5는 본 발명에 따른 대중교통 경로 탐색 서버의 도착시각 산출 과정에 대해 나타낸 도면이다.5 is a diagram illustrating a process of calculating the arrival time of the public transportation route search server according to the present invention.

도 5를 참조하면, 사용자가 정류장 B에서 정류장 G로 이동하는 경우, 단계 S510에서 경로 산출부(150)는 두 정류장을 모두 지나는 노선을 선택한다. 예를 들어, 도 5에 나타낸 것과 같이, 경로 산출부(150)는 각각의 정류장 B 및 정류장 G를 지나는 복수의 노선 중, R1, R3 노선을 선택할 수 있다.Referring to FIG. 5, when a user moves from a stop B to a stop G, in step S510, the route calculator 150 selects a route passing through both stops. For example, as shown in FIG. 5, the route calculation unit 150 may select routes R1 and R3 from among a plurality of routes passing through each of the stops B and G.

단계 S530에서 경로 산출부(150)는 각각의 정류장 ID를 이용하여 선택된 노선에서 해당 정류장의 순서를 탐색한다. 예를 들어, 도 5에 나타낸 것과 같이, 경로 산출부(150)는 두 개의 노선 중 하나인 R1 노선에서 정류장 B 및 정류장 G의 순서를 탐색할 수 있다.In step S530, the route calculation unit 150 searches for the order of the corresponding stops in the selected route using each stop ID. For example, as shown in FIG. 5, the route calculation unit 150 may search for an order of a stop B and a stop G in the R1 route, which is one of the two routes.

여기서, 정류장 ID란 각각의 대중교통 정류장에 지정되어 있는 식별번호를 의미하는 것일 수 있다.Here, the stop ID may mean an identification number assigned to each public transportation stop.

단계 S550에서 운행 스케줄 수신부(130)는 탐색된 대중교통의 운행시간 데이터를 수신하고, 경로 산출부(150)는 정류장 순서와 사용자로부터 입력된 출발 시각을 이용하여 선택된 노선에서 현재 가장 신속히 탑승할 수 있는 대중교통의 출발시각 및 도착시각을 탐색한다. 예를 들어, 도 5에 나타낸 것과 같이, 경로 산출부(150)는 R1 노선의 운행시간 데이터에 기초하여 가장 신속히 탑승할 수 있는 대중교통의 출발시각 및 도착시각을 탐색할 수 있다.In step S550, the operation schedule receiving unit 130 receives operation time data of the searched public transport, and the route calculation unit 150 can board the currently selected route most quickly using the stop order and the departure time input from the user. Search the departure time and arrival time of public transportation. For example, as shown in FIG. 5, the route calculation unit 150 may search for a departure time and an arrival time of public transportation that can be boarded most quickly based on the operation time data of the R1 route.

단계 S570에서 경로 산출부(150)는 탐색된 대중교통의 운행시간 데이터에 기초하여 도착시각 등을 산출하며, 이렇게 산출된 도착시각 등의 정보를 사용자에게 제공한다.In step S570, the route calculation unit 150 calculates an arrival time based on the searched travel time data of public transportation, and provides information such as the calculated arrival time to the user.

다음으로, 도 6을 참조하여 본 발명의 일 실시예에 따른 경로 산출부의 경로 제외 기준에 대해 설명하도록 한다.Next, a path exclusion criterion of the path calculation unit according to an embodiment of the present invention will be described with reference to FIG. 6.

도 6은 본 발명의 일 실시예에 따른 경로 산출부의 경로 제외 기준에 나타낸 도면이다. 보다 구체적으로, 도 6의 (a)는 사용자가 왼쪽 정류장에서 대중교통 R1을 탑승하여 오른쪽 정류장으로 이동하는 상황을 나타낸 도면이고, 도 6의 (b)는 사용자가 R1노선에서 R2노선으로 환승할때 다른 환승 정류장 A, B, C에서 환승하는 상황을 나타낸 도면이다. 여기서, R1, R2는 각각 동종의 대중교통으로서, 동일한 노선의 버스 또는 지하철이 될 수 있다.6 is a diagram illustrating a path exclusion criterion of a path calculation unit according to an embodiment of the present invention. More specifically, FIG. 6(a) is a diagram showing a situation in which a user boards public transportation R1 from the left stop and moves to the right stop, and FIG. 6(b) shows the user changing from the R1 route to the R2 route. It is a diagram showing the situation of transferring at different transfer stops A, B, and C. Here, R1 and R2 are public transports of the same kind, respectively, and may be buses or subways of the same line.

도 6의 (a)를 참조하면, R1에 탑승하여 한 번에 도착 정류장으로 이동하는 경로와 R1에 탑승한 후, 중간 정류장에서 하차한 후에 같은 정류장에서 동종의 대중교통인 R1에 재탑승하는 경로는 도착 정류장까지의 도착 시각이 다르므로 서로 다른 경로로 저장된다.Referring to FIG. 6A, the route of getting on R1 and going to the arrival stop at once, and the route of getting on R1, getting off at the intermediate stop, and reboarding on the same kind of public transport R1 at the same stop. Is stored as a different route because the arrival time to the arrival stop is different.

하지만, 이와 같은 경로는 경로 탐색 시, 실질적으로 같은 경로로 볼 수 있는 문제가 있어, 본 발명에 따른 경로 산출부(250)는 이를 중복하여 저장하지 않도록 하차한 정류장에서 이전에 이용한 노선으로 다시 탑승하지 않도록 할 수 있다.However, such a route has a problem in that it can be viewed as substantially the same route when searching for a route, so that the route calculation unit 250 according to the present invention re-boards on the route previously used at the stop where you got off so as not to store it in duplicate You can avoid it.

즉, 본 발명에 따른 경로 산출부(150)는 환승 지점에서 하차한 대중교통과 동일한 노선의 대중교통에 탑승하는 경로는 추천 경로에서 제외할 수 있다.That is, the route calculation unit 150 according to the present invention may exclude a route on the public transport of the same route as the public transport at the transfer point from the recommended route.

다음으로, 도 6의 (b)를 참조하면, 경로 산출부(150)는 노선 별 순서를 저장하고 이후 동일한 노선 순서를 이용한 경로는 최소 도착 시각만 비교하여 갱신할 수 있다.Next, referring to (b) of FIG. 6, the route calculator 150 may store an order for each route and then compare and update only the minimum arrival time for routes using the same route order.

예를 들어, 도 6의 (b)의 경우, 사용자가 A, B, C 중 어디서 환승하는 지에 따라 이동 소요시간은 약간 달라질 수 있지만, 이용한 노선은 일치하는 상황이다.For example, in the case of (b) of FIG. 6, the travel time may vary slightly depending on where the user transfers from A, B, or C, but the route used is consistent.

이러한 경우, 경로 산출부(150)는 노선 순서가 R1(제 1 종의 제 1 대중교통)→R2(제 2 종의 제 2 대중교통)인 경로가 이미 저장되어 있다면 저장된 경로와 현재 탐색한 경로의 도착 시각을 비교하여 빠른 도착 시각을 갱신하여 동일한 노선 순서를 이용한 경로를 중복으로 저장하지 않을 수 있다.In this case, if the route sequence is R1 (first type of first public transportation) → R2 (second type of second public transportation) has already been stored, the route calculation unit 150 By comparing the arrival times of and updating the early arrival times, it is possible not to store duplicate routes using the same route sequence.

이로 인해, 경로 산출부(150)는 중복되는 노선의 경우, 이동 시간이 짧은 경로를 보다 신속하게 사용자에게 제공할 수 있다.Accordingly, in the case of overlapping routes, the route calculation unit 150 may provide a route with a shorter travel time to the user more quickly.

다음으로, 도 7을 참조하여 본 발명에 따른 대중교통 경로 탐색 방법에 대해 설명하도록 한다.Next, a method of searching for a public transport route according to the present invention will be described with reference to FIG. 7.

도 7은 본 발명에 따른 대중교통 경로 탐색 방법을 도시한 순서도이다.7 is a flowchart illustrating a method for searching a public transport route according to the present invention.

도 7을 참조하면, 단계 S710에서 탐색 정보 수신부(110)는 사용자로부터 출발지, 도착지 및 출발시각을 포함하는 탐색 정보를 입력받을 수 있다.Referring to FIG. 7, in step S710, the search information receiving unit 110 may receive search information including a departure location, a destination location, and a departure time from a user.

단계 S730에서 운행 스케줄 수신부(130)는 출발지 및 출발지로부터 도착지에 도달하는 경로 상에 존재하는 적어도 하나의 환승 지점에서 탑승 가능한 대중교통의 운행시간 데이터를 수신할 수 있다.In step S730, the operation schedule receiving unit 130 may receive operation time data of public transport available for boarding at the departure point and at least one transfer point existing on a route from the departure point to the destination.

단계 S750에서 경로 산출부(150)는 탐색 정보 및 운행시간 데이터에 기초하여, 출발시각에 출발지에서 출발하여 대중교통을 이용하여 도착지에 도달하는 복수 개의 추천 경로 및 예상 도착시각을 산출할 수 있다.In step S750, the route calculation unit 150 may calculate a plurality of recommended routes and expected arrival times that depart from the departure point at the departure time and reach the destination using public transportation, based on the search information and the driving time data.

단계 S770에서 표출부(170)는 복수 개의 추천 경로 및 예상 도착시각을 표출할 수 있다.In step S770, the display unit 170 may display a plurality of recommended routes and expected arrival times.

상술한 설명에서, 단계 S710 내지 S770은 본 발명의 구현예에 따라서, 추가적인 단계들로 더 분할되거나, 더 적은 단계들로 조합될 수 있다. 또한, 일부 단계는 필요에 따라 생략될 수도 있고, 단계 간의 순서가 변경될 수도 있다.In the above description, steps S710 to S770 may be further divided into additional steps or combined into fewer steps, according to an embodiment of the present invention. In addition, some steps may be omitted as necessary, and the order between steps may be changed.

본 발명의 일 실시예는 컴퓨터에 의해 실행되는 프로그램 모듈과 같은 컴퓨터에 의해 실행 가능한 명령어를 포함하는 기록 매체의 형태로도 구현될 수 있다. 컴퓨터 판독 가능 매체는 컴퓨터에 의해 액세스될 수 있는 임의의 가용 매체일 수 있고, 휘발성 및 비휘발성 매체, 분리형 및 비분리형 매체를 모두 포함한다. 또한, 컴퓨터 판독가능 매체는 컴퓨터 저장 매체를 모두 포함할 수 있다. 컴퓨터 저장 매체는 컴퓨터 판독가능 명령어, 데이터 구조, 프로그램 모듈 또는 기타 데이터와 같은 정보의 저장을 위한 임의의 방법 또는 기술로 구현된 휘발성 및 비휘발성, 분리형 및 비분리형 매체를 모두 포함한다.An embodiment of the present invention may also be implemented in the form of a recording medium including instructions executable by a computer, such as a program module executed by a computer. Computer-readable media can be any available media that can be accessed by a computer, and includes both volatile and nonvolatile media, removable and non-removable media. Further, the computer-readable medium may include all computer storage media. Computer storage media includes both volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information such as computer readable instructions, data structures, program modules or other data.

전술한 본 발명의 설명은 예시를 위한 것이며, 본 발명이 속하는 기술분야의 통상의 지식을 가진 자는 본 발명의 기술적 사상이나 필수적인 특징을 변경하지 않고서 다른 구체적인 형태로 쉽게 변형이 가능하다는 것을 이해할 수 있을 것이다. 그러므로 이상에서 기술한 실시예들은 모든 면에서 예시적인 것이며 한정적이 아닌 것으로 이해해야만 한다. 예를 들어, 단일형으로 설명되어 있는 각 구성 요소는 분산되어 실시될 수도 있으며, 마찬가지로 분산된 것으로 설명되어 있는 구성 요소들도 결합된 형태로 실시될 수 있다. The above description of the present invention is for illustrative purposes only, and those of ordinary skill in the art to which the present invention pertains will be able to understand that it can be easily modified into other specific forms without changing the technical spirit or essential features of the present invention. will be. Therefore, it should be understood that the embodiments described above are illustrative in all respects and not limiting. For example, each component described as a single type may be implemented in a distributed manner, and similarly, components described as being distributed may also be implemented in a combined form.

본 발명의 범위는 상세한 설명보다는 후술하는 청구범위에 의하여 나타내어지며, 청구범위의 의미 및 범위 그리고 그 균등 개념으로부터 도출되는 모든 변경 또는 변형된 형태가 본 발명의 범위에 포함되는 것으로 해석되어야 한다.The scope of the present invention is indicated by the claims to be described later rather than by the detailed description, and all changes or modified forms derived from the meaning and scope of the claims and their equivalent concepts should be construed as being included in the scope of the present invention.

100: 대중교통 경로 탐색 서버.
110: 탐색 정보 수신부
130: 운행 스케줄 수신부
150: 경로 산출부
170: 표출부
100: transit route search server.
110: search information receiver
130: operation schedule receiver
150: path calculation unit
170: expression

Claims (12)

대중교통 경로 탐색 서버에 있어서,
출발지, 도착지 및 출발시각을 포함하는 탐색 정보를 입력받는 탐색 정보 수신부;
상기 출발지 및 상기 출발지로부터 상기 도착지에 도달하는 경로 상에 존재하는 적어도 하나의 환승 지점에서 탑승 가능한 대중교통의 운행시간 데이터를 수신하는 운행 스케줄 수신부;
상기 탐색 정보 및 상기 운행시간 데이터에 기초하여, 상기 출발시각에 상기 출발지에서 출발하여 대중교통을 이용하여 상기 도착지에 도달하는 복수 개의 추천 경로 및 예상 도착시각을 산출하는 경로 산출부; 및
상기 복수 개의 추천 경로 및 예상 도착시각을 표출하는 표출부를 포함하는 대중교통 경로 탐색 서버.
In the public transport route search server,
A search information receiving unit receiving search information including a departure place, a destination place, and a departure time;
A service schedule receiver configured to receive operation time data of public transport available at the departure point and at least one transfer point present on a route from the departure point to the destination;
A route calculator configured to calculate a plurality of recommended routes and predicted arrival times to reach the destination by using public transportation from the departure point at the departure time based on the search information and the driving time data; And
Public transportation route search server including a display unit for expressing the plurality of recommended routes and expected arrival times.
제1항에 있어서,
상기 경로 산출부는,
상기 환승 지점에서 하차한 대중교통과 동일한 노선의 대중교통에 탑승하는 경로는 상기 추천 경로에서 제외하고,
제 1 종의 제 1 대중교통에서 제 2 종의 제 2 대중교통으로 환승하는 경로가 복수 개인 경우, 상기 예상 도착시각이 빠른 경로를 상기 추천 경로로 산출하는 것을 특징으로 하는 대중교통 경로 탐색 서버.
The method of claim 1,
The path calculation unit,
Routes on public transportation of the same route as the public transportation that got off at the transfer point are excluded from the recommended route,
When there are a plurality of routes for transferring from the first type of first public transportation to the second type of public transportation, a route having the early expected arrival time is calculated as the recommended route.
제2항에 있어서,
상기 입력받는 탐색 정보는, 경로 개수를 더 포함하고,
상기 경로 산출부는 상기 경로 개수만큼의 상기 추천 경로를 산출하는 것을 특징으로 하는 대중교통 경로 탐색 서버.
The method of claim 2,
The received search information further includes the number of routes,
The route calculation unit calculates the recommended route as many as the number of routes.
제1항에 있어서,
상기 입력받는 탐색 정보는, 종류별 또는 노선별 대중교통에 대한 환승 선호도를 더 포함하고,
상기 경로 산출부는 상기 환승 선호도에 더 기초하여 상기 추천 경로 및 예상 도착시각을 산출하는 것을 특징으로 하는 대중교통 경로 탐색 서버.
The method of claim 1,
The inputted search information further includes transfer preferences for public transportation by type or by route,
The route calculation unit further calculates the recommended route and the expected arrival time based on the transfer preference.
제4항에 있어서,
상기 대중교통은, 버스 및 지하철을 포함하고,
상기 환승 선호도는, 버스에서 버스로 환승하는 경우, 지하철에서 지하철로 환승하는 경우, 버스와 지하철 간에 환승하는 경우에 대한 유형별 환승 선호도를 포함하는 것을 특징으로 하는 대중교통 경로 탐색 서버.
The method of claim 4,
The public transportation includes buses and subways,
The transfer preference is a public transport route search server, characterized in that it includes transfer preferences for each type of transfer from bus to bus, transfer from subway to subway, transfer between bus and subway.
제1항에 있어서,
상기 입력받는 탐색 정보는, 도보 이동 속도에 대응되는 값인 도보 속도 계수를 더 포함하고,
상기 경로 산출부는 상기 도보 속도 계수에 더 기초하여 상기 추천 경로 및 예상 도착시각을 산출하는 것을 특징으로 하는 대중교통 경로 탐색 서버.
The method of claim 1,
The inputted search information further includes a walking speed coefficient that is a value corresponding to the walking movement speed,
The route calculation unit further calculates the recommended route and the expected arrival time based on the walking speed coefficient.
대중교통 경로 탐색 방법에 있어서,
출발지, 도착지 및 출발시각을 포함하는 탐색 정보를 입력받는 단계;
상기 출발지 및 상기 출발지로부터 상기 도착지에 도달하는 경로 상에 존재하는 적어도 하나의 환승 지점에서 탑승 가능한 대중교통의 운행시간 데이터를 수신하는 단계;
상기 탐색 정보 및 상기 운행시간 데이터에 기초하여, 상기 출발시각에 상기 출발지에서 출발하여 대중교통을 이용하여 상기 도착지에 도달하는 복수 개의 추천 경로 및 예상 도착시각을 산출하는 단계; 및
상기 복수 개의 추천 경로 및 예상 도착시각을 표출하는 단계를 포함하는 대중교통 경로 탐색 방법.
In the public transport route search method,
Receiving search information including a departure location, a destination location and a departure time;
Receiving operation time data of public transport available at the departure point and at least one transfer point existing on a route from the departure point to the destination;
Calculating a plurality of recommended routes and expected arrival times to reach the destination by using public transportation from the departure point at the departure time based on the search information and the driving time data; And
Public transportation route search method comprising the step of expressing the plurality of recommended routes and expected arrival times.
제7항에 있어서,
상기 복수 개의 추천 경로 및 예상 도착시각을 산출하는 단계는,
상기 환승 지점에서 하차한 대중교통과 동종의 대중교통에 탑승하는 경로는 상기 추천 경로에서 제외하고,
제 1 종의 제 1 대중교통에서 제 2 종의 제 2 대중교통으로 환승하는 경로가 복수 개인 경우, 상기 예상 도착시각이 빠른 경로를 상기 추천 경로로 산출하는 것을 특징으로 하는 대중교통 경로 탐색 방법.
The method of claim 7,
The step of calculating the plurality of recommended routes and expected arrival times,
Routes for boarding public transportation of the same type as the public transportation that got off at the transfer point are excluded from the recommended route,
When there are a plurality of routes for transferring from a first type of first public transportation to a second type of second public transportation, a route having the early expected arrival time is calculated as the recommended route.
제8항에 있어서,
상기 입력받는 탐색 정보는, 경로 개수를 더 포함하고,
상기 복수 개의 추천 경로 및 예상 도착시각을 산출하는 단계는 상기 경로 개수만큼의 상기 추천 경로를 산출하는 것을 특징으로 하는 대중교통 경로 탐색 방법.
The method of claim 8,
The received search information further includes the number of routes,
The calculating of the plurality of recommended routes and expected arrival times comprises calculating the recommended routes as many as the number of routes.
제7항에 있어서,
상기 입력받는 탐색 정보는, 종류별 또는 노선별 대중교통에 대한 환승 선호도를 더 포함하고,
상기 복수 개의 추천 경로 및 예상 도착시각을 산출하는 단계는 상기 환승 선호도에 더 기초하여 상기 추천 경로 및 예상 도착시각을 산출하는 것을 특징으로 하는 대중교통 경로 탐색 방법.
The method of claim 7,
The inputted search information further includes transfer preferences for public transportation by type or by route,
The calculating of the plurality of recommended routes and expected arrival times comprises calculating the recommended routes and expected arrival times further based on the transfer preference.
제10항에 있어서,
상기 대중교통은, 버스 및 지하철을 포함하고,
상기 환승 선호도는, 버스에서 버스로 환승하는 경우, 지하철에서 지하철로 환승하는 경우, 버스와 지하철 간에 환승하는 경우에 대한 유형별 환승 선호도를 포함하는 대중교통 경로 탐색 방법.
The method of claim 10,
The public transportation includes buses and subways,
The transfer preference is a public transport route search method including transfer preferences for each type of transfer from bus to bus, transfer from subway to subway, and transfer between bus and subway.
제7항에 있어서,
상기 입력받는 탐색 정보는, 도보 이동 속도에 대응되는 값인 도보 속도 계수를 더 포함하고,
상기 복수 개의 추천 경로 및 예상 도착시각을 산출하는 단계는 상기 도보 속도 계수에 더 기초하여 상기 추천 경로 및 예상 도착시각을 산출하는 것을 특징으로 하는 대중교통 경로 탐색 방법.
The method of claim 7,
The inputted search information further includes a walking speed coefficient that is a value corresponding to the walking movement speed,
The calculating of the plurality of recommended routes and expected arrival times comprises calculating the recommended routes and expected arrival times further based on the walking speed coefficient.
KR1020190045029A 2019-04-17 2019-04-17 Server and method for searching path of mass transportation KR102242422B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020190045029A KR102242422B1 (en) 2019-04-17 2019-04-17 Server and method for searching path of mass transportation

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020190045029A KR102242422B1 (en) 2019-04-17 2019-04-17 Server and method for searching path of mass transportation

Publications (3)

Publication Number Publication Date
KR20200122146A true KR20200122146A (en) 2020-10-27
KR102242422B1 KR102242422B1 (en) 2021-04-20
KR102242422B9 KR102242422B9 (en) 2021-07-26

Family

ID=73136233

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020190045029A KR102242422B1 (en) 2019-04-17 2019-04-17 Server and method for searching path of mass transportation

Country Status (1)

Country Link
KR (1) KR102242422B1 (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002169922A (en) * 2000-12-04 2002-06-14 Nec Corp Method and system for notifying user of optimal path information, and searching service center equipment
JP2003179979A (en) * 2001-10-01 2003-06-27 Navitime Japan Co Ltd Method of distributing information
JP2011185780A (en) * 2010-03-09 2011-09-22 Navitime Japan Co Ltd Navigation system, terminal device, navigation server, navigation apparatus, navigation method, and program
JP2012058889A (en) * 2010-09-07 2012-03-22 Navitime Japan Co Ltd Timetable display system, route search server, terminal device, route search device, and timetable editing method in route search system
KR101271541B1 (en) * 2011-10-24 2013-06-05 엘지전자 주식회사 Mobile terminal and road searching method thereof
KR20160093995A (en) * 2015-01-30 2016-08-09 남휘 Visualization method of path information

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002169922A (en) * 2000-12-04 2002-06-14 Nec Corp Method and system for notifying user of optimal path information, and searching service center equipment
JP2003179979A (en) * 2001-10-01 2003-06-27 Navitime Japan Co Ltd Method of distributing information
JP2011185780A (en) * 2010-03-09 2011-09-22 Navitime Japan Co Ltd Navigation system, terminal device, navigation server, navigation apparatus, navigation method, and program
JP2012058889A (en) * 2010-09-07 2012-03-22 Navitime Japan Co Ltd Timetable display system, route search server, terminal device, route search device, and timetable editing method in route search system
KR101271541B1 (en) * 2011-10-24 2013-06-05 엘지전자 주식회사 Mobile terminal and road searching method thereof
KR20160093995A (en) * 2015-01-30 2016-08-09 남휘 Visualization method of path information

Also Published As

Publication number Publication date
KR102242422B9 (en) 2021-07-26
KR102242422B1 (en) 2021-04-20

Similar Documents

Publication Publication Date Title
JP5902607B2 (en) Travel time information providing apparatus and travel time information providing method
JP4423349B2 (en) Route guidance system, route search server, route guidance method, and terminal device
KR20190086573A (en) A graphical user interface that displays commonly categorized entities
JP2013160591A (en) Route guidance system, route guidance server apparatus, and navigation terminal device
JP2007114030A (en) Navigation system, mobile terminal device, and route search server
KR101513588B1 (en) Device and method for path finding
KR102026913B1 (en) Method and system for selecting a stop for traffic demand service
JP2008151570A (en) Navigation system, route searching server, route searching method, and terminal device
KR102580576B1 (en) Method and system for guiding route using smart signages
US10422651B2 (en) Route evaluation apparatus and route evaluation method
US10209088B2 (en) Method and apparatus for route calculation considering potential mistakes
JP5007152B2 (en) Navigation system, route search server, route search method, and terminal device
US10495473B2 (en) Route search apparatus, route search method, computer readable storage medium storing a program and data structure
US20180266831A1 (en) Method of displaying a traveling route and non-transitory computer-readable storage medium
JP2009103657A (en) Navigation system, server and method for route search, and terminal device
KR102242422B1 (en) Server and method for searching path of mass transportation
JP2018160109A (en) Bus search system and input means
KR100983482B1 (en) System and method for searching station information based on road information
US20190033083A1 (en) Route analysis device, route analysis method, and computer-readable recording medium
JP4604055B2 (en) Navigation system, route search server, route search method, and terminal device
JP5615777B2 (en) Route guidance device and route guidance method
JP2000046576A (en) Device and method for guiding moving body and machine- readable recording medium where program is recorded
JP7351701B2 (en) Information provision system, information provision device and computer program
JP2005037143A (en) Navigation system
JP6658748B2 (en) Route management system, route management method, and computer-readable recording medium

Legal Events

Date Code Title Description
AMND Amendment
E601 Decision to refuse application
AMND Amendment
X701 Decision to grant (after re-examination)
GRNT Written decision to grant
G170 Re-publication after modification of scope of protection [patent]