mark padgham

Results 620 comments of mark padgham

Finally solved this. The discrepancy happens because of these lines: https://github.com/UrbanAnalyst/dodgr/blob/3bcb1b6ecf65e7fd611909b2971c39d61722a5f6/R/weight-streetnet-times.R#L214-L221 In the initial graph construction, times are calculated based on maximum speed along each segment. For motorcar routing, maximum...

Thanks for asking @jucardwell, Short answer: You can't do it directly in R. The overpass server behind osmdata won't deliver data that large, and all other options (sf, osmextract, ...)...

You need to pass the `.osm` file as the "doc" parameter: `x

@jucardwell I'm going to presume this is now dormant and close, but feel free to ask any further questions.

@chartgerink That looks great! Could you please fix the tests? They include mock results of all external calls, so now fail because new API calls have been introduced. You should...

Sorry for dropping this @chartgerink. This still fails tests, but I'll merge and fix everything straight away, before moving straight on to #35.

That would indeed be a useful enhancement @chartgerink. Would you be willing and able to submit a pull request to update the code to include rate-limit checks and warnings?

Awesome, that will be very much appreciated @chartgerink

Ah, nice to know. Thank you for using, and casting really useful naive eyes on this.

Thanks @mkuehn10 for the input here and [there](https://github.com/njtierney/maxcovr/issues/20). My initial thought in designing this package was that distance calculation would generally be a small part of larger workflows which would...