Robin Lovelace

Results 774 comments of Robin Lovelace

Pointers: - `sfheaders` package for fast conversion of `sf` objects into 'raw' list/matrix forms that I *think* echarts wants: https://geocompr.robinlovelace.net/spatial-class.html#the-sfheaders-package - Or world it be most effective just to pass...

> Try deleting `backlog.data` from `~/.task/` and sync again. In case another data point helps here, I tried tried that and then ```bash task sync # but not task sync...

Thanks for the heads-up @krlmlr, `touchstone` looks like it's progressed well since I last looked at it. Looking at the `continuous-benchmark` action it looks like it's not actively maintained, wonder...

Great, thanks for the quick reply, I'm giving that a go in the commit above, let's see if it works!

The git config issue seems to be fixed :tada: I'm not sure what the next issue is though, as the benchmarks seem to be passing: ``` r remotes::install_github("luukvdmeer/sfnetworks@develop") #> Using...

Also just tested the benchark code in the `bench` folder with the most recent version of this package but not issues here, seems to be an issue specific to continuous...

Heads-up I'm looking at this in a project to try to learn Rust: https://github.com/zonebuilders/zonebuilder-rust/issues/13 Any guidance appreciated. FYI this is how it can be done in the language I understand...

Agreed, good practice to round as late as possible to avoid any compound precision issues, as recommended by @dabreegster. Plan now, outlined here: https://github.com/zonebuilders/zonebuilder-rust/issues/13 And here is my very rough...

And in answer to your question @michaelkirk (many thanks for quick response) > It wasn't aware that people sometimes want to have less precise results, but apparently it's sometimes useful!...