Rafael H M Pereira

Results 157 comments of Rafael H M Pereira

Nice, @HTenkanen. This like a great tool to demonstrate the package, so people can have a flavor of r5r and r5py without having to install them locally. Can we specify...

Hi @HTenkanen. Since you are already familiar with setting Binder, please go ahead a create one for r5r. This would be much appreciated!

On top of Daniel's suggestion, please note that the output message of `r5r` says "No transit stops were reached or no transit modes were selected." I woud suspect that, perhaps,...

Hi Rosa, tahnk you for opoening this issue. Does it work with a different GTFS?

Hi @stupidpupil , thank you for the kind message. I understand the points you raise, they look quite important for many contexts including the UK, Japan, South Africa, India etc....

I like the idea of creating a wrapper function around `r5r_core$defaultBuildConfig()` that allows users to customize road speed. So the user would call the function like in the code below...

I've created a `set_road_speed()` function which can be used to save a custom `build-config.json` in the `data_path` before building the network. [This is a beta version, and you can check...

We've decided to address this issue in a future version. v.1.1 so we can have a better understanding of how the json file affects `r5r_core()`.

Unfortunately, there is currently no way to change the car speeds of road segments from within R. Although you could probably do that by editing the osm.pbf file using other...

I don't think it's possible to edit / save osm.pbf data in R, but I might be missing something here. Perhaps [osmosis](https://wiki.openstreetmap.org/wiki/Osmosis) would be the way forward for what you'd...