Recently Published
Trinity
https://bit.ly/3hkxZCO
dplyr/sqlite slowness
Code looked like this:
profvis::profvis(src_sqlite("output/CollegeScorecard.sqlite") %>% tbl("data") %>% filter(id == 243744) %>% select(school.name) %>% collect())
NBA example
Source: databaseBasketball.com
projectRaster profr run 3
Replaced bilinear and some cell/xy/rowcol manipulating functions, with C++ equivalents
projectRaster profr run 2
Using rbind/pmin/pmax instead of apply
projectRaster profr run
https://gist.github.com/jcheng5/525f225b92b3d3c3da9b
profr + leaflet
profr output visualized using leaflet
oregon weather
See http://geog.uoregon.edu/geogr/topics/maps01.html