{"id":28201134,"url":"https://github.com/itinero/gtfs","last_synced_at":"2026-02-16T17:06:32.871Z","repository":{"id":13722160,"uuid":"16416314","full_name":"itinero/GTFS","owner":"itinero","description":".NET implementation of a General Transit Feed Specification (GTFS) feed parser.","archived":false,"fork":false,"pushed_at":"2022-04-25T09:31:28.000Z","size":18994,"stargazers_count":72,"open_issues_count":20,"forks_count":46,"subscribers_count":11,"default_branch":"develop","last_synced_at":"2025-05-15T02:56:13.743Z","etag":null,"topics":["c-sharp","dotnet","gtfs","routing"],"latest_commit_sha":null,"homepage":"http://www.itinero.tech","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/itinero.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}},"created_at":"2014-01-31T18:23:21.000Z","updated_at":"2025-03-27T16:54:44.000Z","dependencies_parsed_at":"2022-09-23T19:13:01.344Z","dependency_job_id":null,"html_url":"https://github.com/itinero/GTFS","commit_stats":null,"previous_names":["osmsharp/gtfs","osmsharp/gtfssharp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/itinero/GTFS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itinero%2FGTFS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itinero%2FGTFS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itinero%2FGTFS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itinero%2FGTFS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itinero","download_url":"https://codeload.github.com/itinero/GTFS/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itinero%2FGTFS/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259519177,"owners_count":22870324,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["c-sharp","dotnet","gtfs","routing"],"created_at":"2025-05-16T22:16:04.966Z","updated_at":"2026-02-16T17:06:32.812Z","avatar_url":"https://github.com/itinero.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"GTFS Feed Parser\n================\n\n.NET implementation of a General Transit Feed Specification (GTFS) feed parser. (see https://developers.google.com/transit/gtfs/reference)\n\n[![prerelease](https://github.com/itinero/GTFS/actions/workflows/prerelease.yml/badge.svg)](https://github.com/itinero/GTFS/actions/workflows/prerelease.yml)\n[![Visit our website](https://img.shields.io/badge/website-itinero.tech-020031.svg) ](http://www.itinero.tech/)\n[![MIT licensed](https://img.shields.io/:license-mit-blue.svg)](https://github.com/itinero/GTFS/blob/develop/LICENSE)\n\n[![NuGet](https://img.shields.io/nuget/v/GTFS.svg?style=flat)](http://www.nuget.org/packages/GTFS)  \n\n### Getting started\n\n```\n// create the reader.\nvar reader = new GTFSReader\u003cGTFSFeed\u003e();\nvar feed = reader.Read(\"/path/to/feed\");\n\n// read archive.\nfeed = reader.Read(\"/path/to/archive.zip\");\n\n// write feed to folder.\nvar writer = new GTFSWriter\u003cGTFSFeed\u003e();\nwriter.Write(feed, \"/path/to/output\");\n```\n\n### Install GTFS\n\n    PM\u003e Install-Package GTFS\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitinero%2Fgtfs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitinero%2Fgtfs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitinero%2Fgtfs/lists"}