{"id":14067710,"url":"https://github.com/ipeaGIT/gtfstools","last_synced_at":"2025-07-30T02:31:11.420Z","repository":{"id":37567722,"uuid":"311471010","full_name":"ipeaGIT/gtfstools","owner":"ipeaGIT","description":"General Transit Feed Specification (GTFS) Editing and Analysing Tools","archived":false,"fork":false,"pushed_at":"2025-01-21T21:27:04.000Z","size":7680,"stargazers_count":42,"open_issues_count":16,"forks_count":9,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-07-29T12:37:58.005Z","etag":null,"topics":["gtfs","public-transport","publictransport","r"],"latest_commit_sha":null,"homepage":"https://ipeagit.github.io/gtfstools/","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ipeaGIT.png","metadata":{"files":{"readme":"README.Rmd","changelog":"NEWS.md","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":"codemeta.json","zenodo":null}},"created_at":"2020-11-09T21:35:55.000Z","updated_at":"2025-07-22T13:09:32.000Z","dependencies_parsed_at":"2023-11-28T22:26:53.105Z","dependency_job_id":"7a2bdb88-478c-4eec-9268-ca5c8245fee5","html_url":"https://github.com/ipeaGIT/gtfstools","commit_stats":{"total_commits":416,"total_committers":7,"mean_commits":59.42857142857143,"dds":0.06490384615384615,"last_synced_commit":"04813dcb204727257802fdc645380e9505a7e4c5"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/ipeaGIT/gtfstools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipeaGIT%2Fgtfstools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipeaGIT%2Fgtfstools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipeaGIT%2Fgtfstools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipeaGIT%2Fgtfstools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ipeaGIT","download_url":"https://codeload.github.com/ipeaGIT/gtfstools/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipeaGIT%2Fgtfstools/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267798625,"owners_count":24145727,"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","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["gtfs","public-transport","publictransport","r"],"created_at":"2024-08-13T07:05:44.337Z","updated_at":"2025-07-30T02:31:11.411Z","avatar_url":"https://github.com/ipeaGIT.png","language":"R","readme":"---\noutput: github_document\n---\n\n```{r, include = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"man/figures/README-\",\n  out.width = \"100%\"\n)\n```\n\n# gtfstools \u003cimg align=\"right\" src=\"man/figures/logo.png?raw=true\" alt=\"logo\" width=\"180\"\u003e \n\n[![CRAN status](https://www.r-pkg.org/badges/version/gtfstools)](https://CRAN.R-project.org/package=gtfstools)\n[![gtfstools status badge](https://dhersz.r-universe.dev/badges/gtfstools)](https://dhersz.r-universe.dev)\n[![B status](https://github.com/ipeaGIT/gtfstools/workflows/check/badge.svg)](https://github.com/ipeaGIT/gtfstools/actions?query=workflow%3Acheck)\n[![Codecov test coverage](https://codecov.io/gh/ipeaGIT/gtfstools/branch/main/graph/badge.svg)](https://app.codecov.io/gh/ipeaGIT/gtfstools?branch=main)\n[![Lifecycle: experimental](https://lifecycle.r-lib.org/articles/figures/lifecycle-stable.svg)](https://lifecycle.r-lib.org/articles/stages.html)\n[![CRAN/METACRAN Total downloads](http://cranlogs.r-pkg.org/badges/grand-total/gtfstools?color=yellow)](https://CRAN.R-project.org/package=gtfstools)\n\n**gtfstools** offers a set of convenient tools for editing and analysing\ntransit feeds in GTFS format. Feeds are read as a `list` of `data.table`s,\nallowing for easy and fast data manipulation. Many of this package's features\nare based on functions from other packages, especially\n[`{tidytransit}`](https://github.com/r-transit/tidytransit) and\n[`{gtfs2gps}`](https://github.com/ipeaGIT/gtfs2gps).\n\n## Installation\n\nStable version:\n\n```{r, eval = FALSE}\ninstall.packages(\"gtfstools\")\n```\n\nDevelopment version:\n\n```{r, eval = FALSE}\n# either\ninstall.packages(\"gtfstools\", repos = \"https://dhersz.r-universe.dev\")\n\n# or\n# install.packages(\"remotes\")\nremotes::install_github(\"ipeaGIT/gtfstools\")\n```\n\nThis package requires a working installation of\n[`{sf}`](https://github.com/r-spatial/sf). Please check [this\nlink](https://github.com/r-spatial/sf#installing) for more information on how\nto install it.\n\n## Usage\n\nPlease read **gtfstools** vignettes for more on the package usage:\n\n- Basic usage: reading, analysing, manipulating and writing feeds. Run\n  `vignette(\"gtfstools\")` or check it on the website ([Introduction to\n  gtfstools](https://ipeagit.github.io/gtfstools/articles/gtfstools.html)).\n- Filtering GTFS feeds. Run `vignette(\"filtering\", package = \"gtfstools\")` or\n  check it on the website ([Filtering GTFS\n  feeds](https://ipeagit.github.io/gtfstools/articles/filtering.html)).\n- Validating GTFS feeds. Run `vignette(\"validating\", package = \"gtfstools\")` or\n  check it on the website ([Validating GTFS\n  feeds](https://ipeagit.github.io/gtfstools/articles/validating.html)).\n\n## Related packages\n\n- [`{tidytransit}`](https://github.com/r-transit/tidytransit)\n- [`{gtfs2gps}`](https://github.com/ipeaGIT/gtfs2gps)\n- [`{gtfsrouter}`](https://github.com/UrbanAnalyst/gtfsrouter)\n\n## Acknowledgement \u003ca href=\"https://www.ipea.gov.br\"\u003e\u003cimg align=\"right\" src=\"man/figures/ipea_logo.png\" alt=\"IPEA\" width=\"300\" /\u003e\u003c/a\u003e\n\n**gtfstools** is developed by a team at the Institute for Applied Economic\nResearch (Ipea), Brazil.\n","funding_links":[],"categories":["Producing Data","R"],"sub_categories":["GTFS"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FipeaGIT%2Fgtfstools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FipeaGIT%2Fgtfstools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FipeaGIT%2Fgtfstools/lists"}