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

Commits on Apr 22, 2021

  1. Configuration menu
    Copy the full SHA
    945d735 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a290732 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. Configuration menu
    Copy the full SHA
    02a4f7e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'isochrone' into dev

    # Conflicts:
    #	java-r5rcore/src/org/ipea/r5r/R5RCore.java
    mvpsaraiva committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    5716d1a View commit details
    Browse the repository at this point in the history
  3. Deleting merge conflicts

    mvpsaraiva committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    9653550 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e27f40 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. Configuration menu
    Copy the full SHA
    6b2502a View commit details
    Browse the repository at this point in the history
  2. Load elevation data when a DEM file in .tif format is found in the da…

    …ta_path directory, in `setup_r5()`
    mvpsaraiva committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    b101190 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a260832 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9a97d5c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f0a1a16 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. Configuration menu
    Copy the full SHA
    84b6456 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2021

  1. Improving detailed_itineraries

    Fixing bug where topography was not considered when walking between transit stops
    mvpsaraiva committed May 3, 2021
    Configuration menu
    Copy the full SHA
    91e3beb View commit details
    Browse the repository at this point in the history

Commits on May 4, 2021

  1. Configuration menu
    Copy the full SHA
    c303f44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e788f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    033d47e View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

  1. Added dependency to purrr package

    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
    mvpsaraiva committed May 5, 2021
    Configuration menu
    Copy the full SHA
    559a558 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a002b35 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d04048 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d867f76 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    83b818e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8effc16 View commit details
    Browse the repository at this point in the history
  7. Refactoring: function to create RegionalTaskRefactoring: moving exces…

    …s code from R5RCore to other classes
    
    - Focus on IsochroneBuilder class
    mvpsaraiva committed May 5, 2021
    Configuration menu
    Copy the full SHA
    2e67037 View commit details
    Browse the repository at this point in the history
  8. Refactoring: function to create RegionalTaskRefactoring: moving exces…

    …s code from R5RCore to other classes
    
    - Focus on IsochroneBuilder class
    mvpsaraiva committed May 5, 2021
    Configuration menu
    Copy the full SHA
    d3c33ff View commit details
    Browse the repository at this point in the history
  9. Refactoring: function to create RegionalTaskRefactoring: moving exces…

    …s code from R5RCore to other classes
    
    - Reorganising folder structure
    mvpsaraiva committed May 5, 2021
    Configuration menu
    Copy the full SHA
    9a4c353 View commit details
    Browse the repository at this point in the history
  10. Refactoring: function to create RegionalTaskRefactoring: moving exces…

    …s code from R5RCore to other classes
    
    - Reorganising folder structure
    mvpsaraiva committed May 5, 2021
    Configuration menu
    Copy the full SHA
    4501410 View commit details
    Browse the repository at this point in the history
  11. Code cleanup

    mvpsaraiva committed May 5, 2021
    Configuration menu
    Copy the full SHA
    6fefe45 View commit details
    Browse the repository at this point in the history
  12. Refactoring: function to create RegionalTaskRefactoring: moving exces…

    …s code from R5RCore to other classes
    
    - Focus on StreetNetwork class, used by `street_network_to_sf()`
    mvpsaraiva committed May 5, 2021
    Configuration menu
    Copy the full SHA
    7e4e5a0 View commit details
    Browse the repository at this point in the history
  13. Refactoring: function to create RegionalTaskRefactoring: moving exces…

    …s code from R5RCore to other classes
    
    - Moved code from IsochroneBuilder to R5Process superclass, which will be shared with TravelTimeMatrixComputer and DetailedItineraryPlanner
    mvpsaraiva committed May 5, 2021
    Configuration menu
    Copy the full SHA
    9100968 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

  1. Refactoring: function to create RegionalTaskRefactoring: moving exces…

    …s code from R5RCore to other classes
    
    - Focus on DetailedItineraryPlanner
    mvpsaraiva committed May 6, 2021
    Configuration menu
    Copy the full SHA
    b750c0d View commit details
    Browse the repository at this point in the history
  2. Refactoring: function to create RegionalTaskRefactoring: moving exces…

    …s code from R5RCore to other classes
    
    - Focus on TravelTimeMatrixComputer
    mvpsaraiva committed May 6, 2021
    Configuration menu
    Copy the full SHA
    d24f27d View commit details
    Browse the repository at this point in the history
  3. Refactoring: function to create RegionalTaskRefactoring: moving exces…

    …s code from R5RCore to other classes
    
    - Focus on TravelTimeMatrixComputer
    mvpsaraiva committed May 6, 2021
    Configuration menu
    Copy the full SHA
    f6102fb View commit details
    Browse the repository at this point in the history
  4. Refactoring: function to create RegionalTaskRefactoring: moving exces…

    …s code from R5RCore to other classes
    
    - Abstracting elements of TravelTimeMatrixComputer and DetailedItineraryPlanner to super classes
    mvpsaraiva committed May 6, 2021
    Configuration menu
    Copy the full SHA
    491a2d9 View commit details
    Browse the repository at this point in the history
  5. Code cleanup

    mvpsaraiva committed May 6, 2021
    Configuration menu
    Copy the full SHA
    6a84471 View commit details
    Browse the repository at this point in the history
  6. Code cleanup

    mvpsaraiva committed May 6, 2021
    Configuration menu
    Copy the full SHA
    c396cba View commit details
    Browse the repository at this point in the history
  7. Added SnapFinder feature to Java core, to verify results of R5 snappi…

    …ng points to road network
    mvpsaraiva committed May 6, 2021
    Configuration menu
    Copy the full SHA
    5b6cab4 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

  1. Improvements in SnapFinder

    Added feature to build a regular grid covering the street network
    mvpsaraiva committed May 7, 2021
    Configuration menu
    Copy the full SHA
    a6074e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1731595 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d554e63 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    051f43b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #166 from ipeaGIT/r5r_java_refactoring

    Java refactoring
    mvpsaraiva committed May 7, 2021
    Configuration menu
    Copy the full SHA
    3396c8d View commit details
    Browse the repository at this point in the history
  6. updated r5r_jar

    mvpsaraiva committed May 7, 2021
    Configuration menu
    Copy the full SHA
    2a4e0f0 View commit details
    Browse the repository at this point in the history
  7. Updated R5RCore isochrone function to account for missing input case:…

    … single origin point and many cutoff
    mvpsaraiva committed May 7, 2021
    Configuration menu
    Copy the full SHA
    197d1ec View commit details
    Browse the repository at this point in the history
  8. Code cleanup

    mvpsaraiva committed May 7, 2021
    Configuration menu
    Copy the full SHA
    60f3ef6 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2021

  1. updated gitignore

    mvpsaraiva committed May 10, 2021
    Configuration menu
    Copy the full SHA
    f969f48 View commit details
    Browse the repository at this point in the history
  2. Updated jar

    mvpsaraiva committed May 10, 2021
    Configuration menu
    Copy the full SHA
    544e9aa View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. Configuration menu
    Copy the full SHA
    0e6ae49 View commit details
    Browse the repository at this point in the history
  2. Modified test_snap

    mvpsaraiva committed May 11, 2021
    Configuration menu
    Copy the full SHA
    8630842 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. Modified test_snap

    mvpsaraiva committed May 12, 2021
    Configuration menu
    Copy the full SHA
    04c44e7 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2021

  1. Configuration menu
    Copy the full SHA
    992572f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80e5168 View commit details
    Browse the repository at this point in the history
  3. Updated documentation

    mvpsaraiva committed May 13, 2021
    Configuration menu
    Copy the full SHA
    5039412 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2021

  1. Configuration menu
    Copy the full SHA
    f3bf219 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    025559b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9fc9274 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    beb25c2 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2021

  1. Modified the StreetNetwork class, used by street_network_to_sf(), t…

    …o remove extra edges and vertices that represent only transit stops. Those edges produced weird artefacts around the sample datasets provided when using `street_network_to_sf()`.
    mvpsaraiva committed May 17, 2021
    Configuration menu
    Copy the full SHA
    ba0816f View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. Update documentation

    mvpsaraiva committed May 18, 2021
    Configuration menu
    Copy the full SHA
    6e33463 View commit details
    Browse the repository at this point in the history
  2. Updated assert_points() function to accept:

    - data.frame with id, lat, and lon columns
    - sf POINTS, which are converted to lat lon
    - other sf, which are converted to centroids
    
    The reason for this update is so that `detailed_itineraries()`, `travel_time_matrix()`, and `accessibility()` functions can accept the output of `get_grid()`
    Obs: currently not passing tests
    mvpsaraiva committed May 18, 2021
    Configuration menu
    Copy the full SHA
    075002a View commit details
    Browse the repository at this point in the history

Commits on May 21, 2021

  1. Added find_snap() R wrapper function around Java's findSnapPoints()

    Added `use_elevation` parameter to `setup_r5()`, defaulting to FALSE. Also added a disclaimer message that support for elevation in r5r is experimental.
    mvpsaraiva committed May 21, 2021
    Configuration menu
    Copy the full SHA
    0cbc443 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9cf1d98 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    027f578 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    96d36ca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a184f03 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2021

  1. Configuration menu
    Copy the full SHA
    e88f712 View commit details
    Browse the repository at this point in the history
  2. update documentation

    rafapereirabr committed May 24, 2021
    Configuration menu
    Copy the full SHA
    ac743b5 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

  1. Added check for opportunities_column name and value in `accessibili…

    …ty()` function.
    
    Added `assert_decay_function()` in utils.R to check for valid inputs for `decay_function` and `decay_value` parameters.
    mvpsaraiva committed May 27, 2021
    Configuration menu
    Copy the full SHA
    b5090b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    370cf64 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89598e8 View commit details
    Browse the repository at this point in the history
  4. Update documentation

    mvpsaraiva committed May 27, 2021
    Configuration menu
    Copy the full SHA
    965fa2d View commit details
    Browse the repository at this point in the history
  5. Added simple implementation of a progress indicator, activated when `…

    …verbose = FALSE` (Issue #150).
    
    Small tweaks in the documentation.
    mvpsaraiva committed May 27, 2021
    Configuration menu
    Copy the full SHA
    2ae36c5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3293558 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    71dbb29 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2d43d47 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2021

  1. Configuration menu
    Copy the full SHA
    603bd4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4cf07b0 View commit details
    Browse the repository at this point in the history
  3. test accessibility

    rafapereirabr committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    5a5a1b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    09e4587 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2021

  1. Added max_bike_dist to travel_time_matrix, detailed_itineraries

    …, and `accessibility functions`. Issue #174
    mvpsaraiva committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    0d79062 View commit details
    Browse the repository at this point in the history
  2. Updated documentation

    mvpsaraiva committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    10c72b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6131201 View commit details
    Browse the repository at this point in the history
  4. Updated documentation

    mvpsaraiva committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    2135e36 View commit details
    Browse the repository at this point in the history
  5. Added max_bike_dist parameter to accessibility(), `travel_time_ma…

    …trix()`, and `detailed_itineraries()` tests. Issue #174
    mvpsaraiva committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    4c54902 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. Configuration menu
    Copy the full SHA
    00ddc7b View commit details
    Browse the repository at this point in the history
  2. test elevation_utils.R

    rafapereirabr committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    fd2cf1b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    972e38c View commit details
    Browse the repository at this point in the history
  4. Closes #169. Closes 169

    rafapereirabr committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    1e351f5 View commit details
    Browse the repository at this point in the history
  5. fix elevation test

    rafapereirabr committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    c8d8e52 View commit details
    Browse the repository at this point in the history
  6. fix typo

    rafapereirabr committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    a4fd189 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    27787ef View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c85ce5f View commit details
    Browse the repository at this point in the history
  9. run checks on dev as well

    dhersz committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    8a64097 View commit details
    Browse the repository at this point in the history
  10. imports raster

    dhersz committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    773cce7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f6f4e80 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d7653a2 View commit details
    Browse the repository at this point in the history