The surface from cc_interpolate() as a terra raster in Web Mercator
Source: R/interpolate.R
cc_interpolate_rast.RdThe grid's rows are evenly spaced in Web-Mercator y, so the honest raster is EPSG:3857 (regular there;
terra::project() it to 4326 if a lon/lat raster is wanted). Two layers: value, and se when present.
Arguments
- s
the list
cc_interpolate()returns.