Robin Lovelace
Robin Lovelace
Update, 6 d.p. is around ~1m apparent: https://github.com/cyipt/actdev/issues/36
Heads-up, this was fixed here in case of use/interest: https://github.com/zonebuilders/zonebuilder-rust/pull/16/files as follows: ```rust fn round(poly: &mut Polygon, precision: usize) { // hardcoded 2 d.p. todo: update let p = 10_usize.pow(precision.try_into().unwrap())...
Thanks for the quickfire responses. @mpadge I agree with what you say about JOSM. Perhaps there could be a function (I'd suggest in **osmdata**) called something like `osmdata_convert()` or `osmdata_check()`...
This looks good to me, I think it makes sense to have it in there. Note, we'll probably need to change the function, specifically, the inclusion of footway was not...
Note the updated definitions here, there are many different ways to define a cycleway! https://github.com/Robinlovelace/osminfra/blob/main/R/get.R
The [`pins` package](https://pins.rstudio.com/) seems good but there are loads of options. What advantages were you thinking of from a user perspective? Benefit of our `file.exists()` approach from a developer perspective:...
Makes sense, there could be advantages of using a caching framework/package rather than the simple approach we have and good to think about it. I think this is a discussion...
Reprex: ``` r # Get pubs in Leeds source("https://github.com/cyipt/actdev/raw/main/code/get_pois.R") q = "SELECT * FROM 'points' WHERE amenity IN ('pub')" pubs_west_yorkshire = get_pois(region_name = "west yorkshire", q = q) #> The...
+1 to simplicity.
Yes, I think it would be useful to have a helper function that opens the default .ini file and maybe also prints a message with a link to info on...