{"id":34774165,"url":"https://github.com/codeformuenster/swms-busradar-gtfs-realtime","last_synced_at":"2026-05-25T06:01:57.507Z","repository":{"id":138801380,"uuid":"220818524","full_name":"codeformuenster/swms-busradar-gtfs-realtime","owner":"codeformuenster","description":"GTFS-realtime from Stadtwerke Münster realtime API (busradar)","archived":false,"fork":false,"pushed_at":"2020-03-05T20:40:44.000Z","size":29,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-12-26T19:45:40.729Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codeformuenster.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-11-10T16:39:21.000Z","updated_at":"2020-03-05T20:40:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"963b0401-b328-4359-9c83-b95b985a5b3a","html_url":"https://github.com/codeformuenster/swms-busradar-gtfs-realtime","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/codeformuenster/swms-busradar-gtfs-realtime","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeformuenster%2Fswms-busradar-gtfs-realtime","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeformuenster%2Fswms-busradar-gtfs-realtime/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeformuenster%2Fswms-busradar-gtfs-realtime/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeformuenster%2Fswms-busradar-gtfs-realtime/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codeformuenster","download_url":"https://codeload.github.com/codeformuenster/swms-busradar-gtfs-realtime/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeformuenster%2Fswms-busradar-gtfs-realtime/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33462501,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-25T02:24:28.008Z","status":"ssl_error","status_checked_at":"2026-05-25T02:23:23.339Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-12-25T08:11:47.593Z","updated_at":"2026-05-25T06:01:57.461Z","avatar_url":"https://github.com/codeformuenster.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# swms-busradar-gtfs-realtime\n\nStadtwerke Münster Busradar to GTFS-realtime. This software grabs messages from the [Stadtwerke Münster Busradar] [`/fahrzeuge`] endpoint and converts them to a GTFS realtime feed.\n\nA hosted version of this realtime feed is hosted at [https://swms-busradar-gtfs-realtime.codeformuenster.org/feed](https://swms-busradar-gtfs-realtime.codeformuenster.org/feed).\n\n## Running\n\nThe program will periodically fetch the [`/fahrzeuge`] endpoint of the [Stadtwerke Münster Busradar], translate the values into a GTFS realtime feed and store everything into a file called `feed` next to the executable binary. Set `GTFS_REALTIME_FEED_PATH` in your environment to override the path where the feed will be stored.\n\nRunning requires a GTFS feed from the [Stadtwerke Münster GTFS feed download page]. **Attention**: The files from file `stadtwerke_feed_20191028.zip` need to be converted to unix format using `dos2unix`. Extract the feed zip next to the executable binary or specify the path to the static feed (zip or folder) by setting `GTFS_FEED_PATH` in your environment.\n\n### Container images\n\nContainer image [`quay.io/codeformuenster/swms-busradar-gtfs-realtime`] contains the main program of this project and is built from the root of this repository.\n\nContainer image [`quay.io/codeformuenster/swms-busradar-gtfs-realtime-init`] can be used to download, extract and convert the [Stadtwerke Münster GTFS feed] for usage in the main container.\n\n### Kubernetes deployment\n\nYou'll find kubernetes manifests for running this project in your cluster in the [Code for Münster kubernetes-deployment repository].\n\n## Development requirements\n\n- Go \u003e= 1.13\n\n[Stadtwerke Münster GTFS feed download page]: https://www.stadtwerke-muenster.de/privatkunden/mobilitaet/fahrplaninfos/fahr-netzplaene-downloads/open-data-gtfs/gtfs-download.html\n[Stadtwerke Münster Busradar]: http://api.busradar.conterra.de/\n[`/fahrzeuge`]: https://rest.busradar.conterra.de/prod/fahrzeuge\n[Code for Münster kubernetes-deployment repository]: https://github.com/codeformuenster/kubernetes-deployment/tree/master/sources/swms-busradar-gtfs-realtime\n[`quay.io/codeformuenster/swms-busradar-gtfs-realtime`]: https://quay.io/repository/codeformuenster/swms-busradar-gtfs-realtime\n[`quay.io/codeformuenster/swms-busradar-gtfs-realtime-init`]: https://quay.io/repository/codeformuenster/swms-busradar-gtfs-realtime-init\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeformuenster%2Fswms-busradar-gtfs-realtime","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeformuenster%2Fswms-busradar-gtfs-realtime","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeformuenster%2Fswms-busradar-gtfs-realtime/lists"}