Closed kmcd39 closed 1 year ago
Hi @kmcd39 . Thanks for the opening this issue. The problem is that there should be only one .pbf
file in the directory. Ideally, you should be able to download a single OSM data file covering the entire region of interest. If that's not possible, you can probably merge the two files using with JOSM or Osmosis
okay, great, thanks. Gonna try those workarounds!
Should it be able to work with multiple gtfs .zip
's in the data path?
Yes, it works fine with multiple gtfs feeds in the data pathRafael H M Pereira -------- Original message --------From: kmcd39 @.> Date: 4/7/23 16:35 (GMT-03:00) To: ipeaGIT/r5r @.> Cc: Rafael H M Pereira @.>, Comment @.> Subject: Re: [ipeaGIT/r5r] Setting up r5r with multiple OSM .pbf's (Issue #331) okay, great, thanks. Gonna try those workarounds! Should it be able to work with multiple gtfs .zip's in the data path?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: @.***>
You can definitely merge multiple OSM files using osmium.
I'm a little new to doing routing analyses in R so I'm sorry if I'm overlooking something.
I'm analyzing an area in the US and want to do accessibility/isochrone analysis for various start/end points in the area. The area is between two regions so a reasonable approach to setup files for r5r would seem to download OSM street networks for both regions, call setup_r5r, and run the analysis. However, it seems like only one of the street network pbf's is being read in.
Reproducible example:
When I ran the travel time matrix function with verbose = T, I got messages that the point was not near the street network. It was near the street network for the state that didn't load, but which i did setup OSM street data for, per example above.
I also wonder if there would be any issue having multiple GTFS files within the r5r data path, but haven't tested this yet.
Here is the situation report:
Thank you!!