Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge Dev brach to bring new developments to master #175

Merged
merged 95 commits into from
Jul 2, 2021
Merged

Conversation

rafapereirabr
Copy link
Member

Major changes

  • New function accessibility() to calculate access to opportunities. Closes #169

  • New function find_snap() to help the used identify where in the street network
    the input of origin and destination points are snapped to. Closes 168.

  • New parameter max_bike_dist added to routing and accessibility functions. Closes #174

  • Implemented temporary solution for elevation. Closes #171. Now r5r can read Digital Elevation Model (DEM) data from raster files in .tif format to weight the
    street network for walking and cycling according to the terrain's slopes. Ideally, we would like to see a solution that accounts for elevation implemented upstream in R5. For now, this is a temporary solution implemented within r5r.

# Conflicts:
#	java-r5rcore/src/org/ipea/r5r/R5RCore.java
Fixing bug where topography was not considered when walking between transit stops
Added variables to globalVariables list in zzz, to avoid warning messages
Fixed bug where direct walking and cycling trips were not returned by detailed_itineraries
…s code from R5RCore to other classes

- Focus on IsochroneBuilder class
…s code from R5RCore to other classes

- Focus on IsochroneBuilder class
…s code from R5RCore to other classes

- Reorganising folder structure
…s code from R5RCore to other classes

- Reorganising folder structure
…s code from R5RCore to other classes

- Focus on StreetNetwork class, used by `street_network_to_sf()`
…s code from R5RCore to other classes

- Moved code from IsochroneBuilder to R5Process superclass, which will be shared with TravelTimeMatrixComputer and DetailedItineraryPlanner
…s code from R5RCore to other classes

- Focus on DetailedItineraryPlanner
mvpsaraiva and others added 29 commits May 27, 2021 11:13
…ty()` function.

Added `assert_decay_function()` in utils.R to check for valid inputs for `decay_function` and `decay_value` parameters.
…verbose = FALSE` (Issue #150).

Small tweaks in the documentation.
…trix()`, and `detailed_itineraries()` tests. Issue #174
@rafapereirabr rafapereirabr merged commit f24bf98 into master Jul 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants