Michael Sumner
Michael Sumner
``` R ggplot(holey) + aes(x = x_, y = y_, group = branch_, fill = branch_) + geom_polypath() ``` That results in the windows being filled, as per fill =...
I'm having this bomb out: ``` downloading file 2646 of 15503: https://www.ncei.noaa.gov/data/sea-surface-temperature-optimum-interpolation/v2.1/access/avhrr/198811/oisst-avhrr-v02r01.19881128.nc ... bb_rget exited with an error (OpenSSL SSL_connect: Connection reset by peer in connection to www.ncei.noaa.gov:443 ) ```...
This only in the Rmd source
some links and notes to ensure we have a good overview of available resources for this https://github.com/NCEAS/recordr https://github.com/o2r-project/containerit - discussed at [UserR2017](https://user2017.sched.com/event/AxqM/automatically-archiving-reproducible-studies-with-docker?iframe=no&w=100%&sidebar=yes&bg=no) and will have video https://github.com/nuest/docker-reproducible-research - a course...
I could only get this to compile with ISNAN, as per here: http://r-pkgs.had.co.nz/src.html
I'm running on Jammy (ubuntu 22.04), and this line creates a docker.list in the sources: https://github.com/opendatacube/cube-in-a-box/blob/main/scripts/install-docker.sh#L12 and with apt update that gave me ``` E: Conflicting values set for option...
Hey there, this looks very nice - I wonder if you are interested in caching the tiles natively as [ceramic](https://github.com/hypertidy/ceramic) does? In my mind ceramic is overloaded, it downloads tiles...
Discuss! EDIT: I've update this ramble into a slightly more accurate ramble here: http://mdsumner.github.io/2017/01/10/spatial-r-2017.html --- title: 'R spatial: 2017' author: "Michael Sumner" date: "31 December 2016" output: html_document --- This...
I'm really interested in being able to push R spatial over the edge of GIS and into more general structures for modelling. I also believe we should be able to...
proposed fix for #11