Skip to content

Commit

Permalink
Merge pull request #204 from pedro-andrade-inpe/master
Browse files Browse the repository at this point in the history
Small updates to 1.5-0
  • Loading branch information
rafapereirabr authored Aug 13, 2021
2 parents 7a290e2 + 3b34260 commit 2ab5970
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Authors@R: c(person(given="Rafael H. M.", family="Pereira", email="rafa.pereira.
person(given="Marcin", family="Stepniak", role="ctb"),
person(given="Marcus", family="Saraiva", email="[email protected]", role="ctb", comment = c(ORCID = "0000-0001-6218-2338")),
person("Ipea - Institue for Applied Economic Research", role = c("cph", "fnd")))
Date: 2021-08-06
Date: 2021-08-11
URL: https://github.com/ipeaGIT/gtfs2gps
BugReports: https://github.com/ipeaGIT/gtfs2gps/issues
Description: Convert general transit feed specification (GTFS) data to global positioning system (GPS) records in 'data.table' format. It also has some functions to subset GTFS data in time and space and to convert both representations to simple feature format.
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ importFrom(data.table,":=")
importFrom(data.table,fifelse)
importFrom(lwgeom,st_geod_length)
importFrom(magrittr,"%>%")
importFrom(readr,write_rds)
importFrom(rgdal,readOGR)
importFrom(stats,na.omit)
importFrom(utils,head)
Expand Down
6 changes: 2 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@
**Major changes**
* Fixed the update of trip_number attribute. This affects the output of `gps_as_sflinestring()`. Closes #189.
* Imports the `gtfsio` package, used in the `read_gtfs()` and `write_gtfs()` functions. Closes #191.
* New parameter `snap_method` added to function `gtfs2gps`.
* New parameter `snap_method` added to `gtfs2gps()`.

**Minor changes**
* Function `filter_single_trip()` now also filters the `stop_times` table. Closes #195.
* Change default spatial_resolution from 50m to 100m. Closes #202.


* Change default `spatial_resolution` of `gtfs2gps()` from 50m to 100m. Closes #202.

-------------------------------------------------------
# gtfs2gps dev v1.4-0
Expand Down
2 changes: 1 addition & 1 deletion R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ utils::globalVariables(c(".", "%>%", ":="))
#' @importFrom data.table := %between% fifelse %chin%
#' @importFrom stats na.omit
#' @importFrom utils head tail object.size
#' @importFrom stats na.omit
#' @importFrom Rcpp compileAttributes
#' @importFrom lwgeom st_geod_length
#' @importFrom rgdal readOGR
#' @importFrom readr write_rds
#' @useDynLib gtfs2gps, .registration = TRUE
NULL

Expand Down

0 comments on commit 2ab5970

Please sign in to comment.