OpenStreetMap logotipas OpenStreetMap

srikant123 dienoraštis

Paskutiniai dienoraščio įrašai

Google Summer of Code 2018 GTFS Integration Tool Summary

Parašė srikant123, laikas 2018 08 11, kalba English. Paskutinį kartą atnaujinta 2018 08 27.

GSoC 2018 with OpenStreetMap comes to end and with it its the end of the most exciting summer I have ever had which have helped me grow and learn a lot of awesome stuff from my mentors who guided me throughout my GSoC period.

Link to main github repository : gtfsintegrate.
Link to google docs where complete step by step documentation and implementation of application is described googledocs.
Feeds were downloaded from: TransitFeeds.

The Three main views of the GTFS Integration application are: # 1. Feed entry Module In this view of the application user is presented with a form which consists of a feed URL field, name field and a frequency field(number of days after which the feed must be downloaded again). Celery tasks are defined which can run every few minutes checking all the feeds and downloading the feeds if the frequency exceeds when compared to current time-stamp(In the current production server celery is not supported so we are looking for alternatives). In the front-end part application shows whether the feed is present or whether the feed is updated to latest version in the Feed Download Status Block.

See full entry

Google Summer of Code 2018 GTFS Integration Tool Summary

Parašė srikant123, laikas 2018 08 08, kalba English. Paskutinį kartą atnaujinta 2018 08 11.

GSoC 2018 with OpenStreetMap comes to end and with it its the end of the most exciting summer I have ever had which have helped me grow and learn alot of awesome stuff from my mentors who guided me throughout my GSoC period.

Link to main github repository : gtfsintegrate.
Link to google docs where complete step by step documentation and implementation of application is described googledocs.
Feeds were downloaded from: TransitFeeds

The Three main views of the GTFS Integration application are: # 1. Feed entry Module In this view of the application user is presented with a form which consists of a feed URL field, name field and a frequency field(number of days after which the feed must be downloaded again). Celery tasks are defined which can run every few minutes checking all the feeds and downloading the feeds if the frequency exceeds when compared to current time-stamp. In the front-end part application shows whether the feed is present or whether the feed is updated to latest version in the Feed Download Status Block.

See full entry