-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cc3933f
commit d7f300a
Showing
13 changed files
with
208 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
@Manual{, | ||
title = {gtfstools: General Transit Feed Specification (GTFS) Editing and Analysing Tools}, | ||
author = {Daniel Herszenhut and Rafael H. M. Pereira and Pedro R. Andrade and Joao Bazzo}, | ||
month = {may}, | ||
year = {2022}, | ||
publisher = {Zenodo}, | ||
version = {v1.1.0}, | ||
doi = {10.5281/zenodo.6577028}, | ||
url = {https://doi.org/10.5281/zenodo.6577028}, | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,94 @@ | ||
--- | ||
title: "gtfstools: General Transit Feed Specification (GTFS) Editing and Analysing Tools" | ||
|
||
abstract: <p align="justify"> gtfstools is an R package that offers a set of convenient tools for editing and analyzing transit feeds in GTFS format. </p> | ||
|
||
summary: " " | ||
|
||
authors: | ||
- Daniel Herszenhut | ||
- admin | ||
- Pedro R. Andrade | ||
- Joao Bazzo | ||
|
||
date: "2021-02-23" | ||
publishDate: "2021-02-23" | ||
|
||
|
||
doi: https://doi.org/10.5281/zenodo.6577028 | ||
publication: '*R Package*' | ||
publication_short: "" | ||
publication_types: | ||
- "4" | ||
|
||
# Legend: | ||
# 0 = Uncategorized | ||
# 1 = Conference paper | ||
# 2 = Journal article | ||
# 3 = Preprint / Working Paper | ||
# 4 = Report | ||
# 5 = Book | ||
# 6 = Book section | ||
# 7 = Thesis | ||
# 8 = Patent | ||
|
||
|
||
featured: false | ||
projects: [] | ||
|
||
image: | ||
# caption: 'Image credit: [**Unsplash**](https://unsplash.com/photos/jdD8gXaTZsc)' | ||
focal_point: "" | ||
preview_only: false | ||
|
||
|
||
|
||
# icons | ||
url_pdf: "" | ||
url_code: https://github.com/ipeaGIT/gtfstools | ||
url_dataset: "" | ||
url_poster: "" | ||
url_project: "" | ||
url_slides: "" | ||
url_source: "" | ||
url_video: "" | ||
url_preprint: "" | ||
url_poster: "" | ||
|
||
|
||
# Add custom link (AQUI!!!) | ||
links: | ||
- name: CRAN | ||
url: https://cran.r-project.org/web/packages/gtfstools/index.html | ||
|
||
|
||
tags: | ||
- GTFS | ||
- Public transport | ||
|
||
|
||
--- | ||
|
||
# Package Status | ||
|
||
|
||
| [![CRAN/METACRAN Version](https://www.r-pkg.org/badges/version/gtfstools)](https://CRAN.R-project.org/package=gtfstools) | [![CRAN/METACRAN Total downloads](https://cranlogs.r-pkg.org/badges/grand-total/gtfstools?color=blue)](https://CRAN.R-project.org/package=gtfstools) | [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5703236.svg)](https://doi.org/10.5281/zenodo.5703236) | [![GitHub forks](https://img.shields.io/badge/GitHub-code-orange)](https://github.com/ipeaGIT/gtfstools) | [![R build status](https://github.com/ipeaGIT/gtfstools/workflows/R-CMD-check/badge.svg)](https://github.com/ipeaGIT/gtfstools/actions) | | ||
|-----|-----|-----|-----|-----| | ||
|
||
|
||
__Citation__: | ||
|
||
Daniel Herszenhut, Rafael H. M. Pereira, Pedro R. Andrade & Joao Bazzo. (2022, May). gtfstools: General Transit Feed Specification (GTFS) Editing and Analysing Tools (Version v1.1.0). Zenodo. http://doi.org/10.5281/zenodo.6577028 | ||
|
||
``` | ||
@Manual{, | ||
title = {gtfstools: General Transit Feed Specification (GTFS) Editing and Analysing Tools}, | ||
author = {Daniel Herszenhut and Rafael H. M. Pereira and Pedro R. Andrade and Joao Bazzo}, | ||
month = {may}, | ||
year = {2022}, | ||
publisher = {Zenodo}, | ||
version = {v1.1.0}, | ||
doi = {10.5281/zenodo.6577028}, | ||
url = {https://doi.org/10.5281/zenodo.6577028}, | ||
} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
@Manual{, | ||
title = {gtfstools: General Transit Feed Specification (GTFS) Editing and Analysing Tools}, | ||
author = {Daniel Herszenhut and Rafael H. M. Pereira and Pedro R. Andrade and Joao Bazzo}, | ||
month = {may}, | ||
year = {2022}, | ||
publisher = {Zenodo}, | ||
version = {v1.1.0}, | ||
doi = {10.5281/zenodo.6577028}, | ||
url = {https://doi.org/10.5281/zenodo.6577028}, | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,94 @@ | ||
--- | ||
title: "gtfstools: General Transit Feed Specification (GTFS) Editing and Analysing Tools" | ||
|
||
abstract: <p align="justify"> gtfstools é um pacote de R que oferece um conjuto de funções para manipular, editar e analisar dados de transporte público em formato GTFS. </p> | ||
|
||
summary: " " | ||
|
||
authors: | ||
- Daniel Herszenhut | ||
- admin | ||
- Pedro R. Andrade | ||
- Joao Bazzo | ||
|
||
date: "2021-02-23" | ||
publishDate: "2021-02-23" | ||
|
||
|
||
doi: https://doi.org/10.5281/zenodo.6577028 | ||
publication: '*R Package*' | ||
publication_short: "" | ||
publication_types: | ||
- "4" | ||
|
||
# Legend: | ||
# 0 = Uncategorized | ||
# 1 = Conference paper | ||
# 2 = Journal article | ||
# 3 = Preprint / Working Paper | ||
# 4 = Report | ||
# 5 = Book | ||
# 6 = Book section | ||
# 7 = Thesis | ||
# 8 = Patent | ||
|
||
|
||
featured: false | ||
projects: [] | ||
|
||
image: | ||
# caption: 'Image credit: [**Unsplash**](https://unsplash.com/photos/jdD8gXaTZsc)' | ||
focal_point: "" | ||
preview_only: false | ||
|
||
|
||
|
||
# icons | ||
url_pdf: "" | ||
url_code: https://github.com/ipeaGIT/gtfstools | ||
url_dataset: "" | ||
url_poster: "" | ||
url_project: "" | ||
url_slides: "" | ||
url_source: "" | ||
url_video: "" | ||
url_preprint: "" | ||
url_poster: "" | ||
|
||
|
||
# Add custom link (AQUI!!!) | ||
links: | ||
- name: CRAN | ||
url: https://cran.r-project.org/web/packages/gtfstools/index.html | ||
|
||
|
||
tags: | ||
- GTFS | ||
- Public transport | ||
|
||
|
||
--- | ||
|
||
# Estatísticas gerais do pacote | ||
|
||
|
||
| [![CRAN/METACRAN Version](https://www.r-pkg.org/badges/version/gtfstools)](https://CRAN.R-project.org/package=gtfstools) | [![CRAN/METACRAN Total downloads](https://cranlogs.r-pkg.org/badges/grand-total/gtfstools?color=blue)](https://CRAN.R-project.org/package=gtfstools) | [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5703236.svg)](https://doi.org/10.5281/zenodo.5703236) | [![GitHub forks](https://img.shields.io/badge/GitHub-code-orange)](https://github.com/ipeaGIT/gtfstools) | [![R build status](https://github.com/ipeaGIT/gtfstools/workflows/R-CMD-check/badge.svg)](https://github.com/ipeaGIT/gtfstools/actions) | | ||
|-----|-----|-----|-----|-----| | ||
|
||
|
||
__Citation__: | ||
|
||
Daniel Herszenhut, Rafael H. M. Pereira, Pedro R. Andrade & Joao Bazzo. (2022, May). gtfstools: General Transit Feed Specification (GTFS) Editing and Analysing Tools (Version v1.1.0). Zenodo. http://doi.org/10.5281/zenodo.6577028 | ||
|
||
``` | ||
@Manual{, | ||
title = {gtfstools: General Transit Feed Specification (GTFS) Editing and Analysing Tools}, | ||
author = {Daniel Herszenhut and Rafael H. M. Pereira and Pedro R. Andrade and Joao Bazzo}, | ||
month = {may}, | ||
year = {2022}, | ||
publisher = {Zenodo}, | ||
version = {v1.1.0}, | ||
doi = {10.5281/zenodo.6577028}, | ||
url = {https://doi.org/10.5281/zenodo.6577028}, | ||
} | ||
``` |
Binary file added
BIN
+9.96 KB
...tfstools_hud19e814a53ca121229c48449903ecace_319059_150x0_resize_q90_lanczos.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+80.9 KB
...tfstools_hud19e814a53ca121229c48449903ecace_319059_720x0_resize_q90_lanczos.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+30.3 KB
...ured_r5r_b_hu50b57d3efcfa6d1a9946cd3c5d4001fa_261524_150x0_resize_lanczos_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+266 KB
...ured_r5r_b_hu50b57d3efcfa6d1a9946cd3c5d4001fa_261524_720x0_resize_lanczos_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+30.3 KB
...ured_r5r_b_hu50b57d3efcfa6d1a9946cd3c5d4001fa_261524_150x0_resize_lanczos_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+266 KB
...ured_r5r_b_hu50b57d3efcfa6d1a9946cd3c5d4001fa_261524_720x0_resize_lanczos_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.