Francisco Rodriguez-Sanchez

Results 87 comments of Francisco Rodriguez-Sanchez
trafficstars

See also https://www.zdnet.com/google-amp/article/google-releases-new-open-source-security-software-program-scorecards/ https://github.com/ossf/scorecard

Bob Rudis has now published a script to check these files: https://github.com/hrbrmstr/rdaradar. Could be run as another check?

More context: https://aitap.github.io/2024/05/02/unserialize.html

Great workshop about ggplot: https://github.com/thomasp85/ggplot2_workshop

So far I've seen a few potential packages, but need to investigate more: https://docs.ropensci.org/stplanr/ https://atfutures.github.io/dodgr/ https://cran.r-project.org/web/packages/gdistance/index.html https://www.sciencedirect.com/science/article/pii/S2352711019302341

It looks like dodgr is the closest package, see https://atfutures.github.io/dodgr/articles/times.html. It can take an elevation raster into account (i.e. to minimize going up and down along the route). We need...

Actually it's not that hard to change label size afterwards (reprex below), so maybe there's no need for a `label_size` argument. But let me know if you'd like a pull...

Fine with me. Just one doubt: why are there NAs?

Hi, I'm reviewing the monthly data branch and I think it would be best to not provide monthly data when there are days with NA (ie set the value for...

Also, setting monthly data to NA when there are missing data will greatly simplify the code and server load (no need to download missingdata rasters) and the output (no need...