I am trying to run the first tutorial and I received the following warning messages when I run the tutorial.r in the directory: 01-wbb:
Warning messages:
1: In showSRID(uprojargs, format = "PROJ", multiline = "NO", prefer_proj = prefer_proj) :
Discarded ellps WGS 84 in Proj4 definition: +proj=merc +a=6378137 +b=6378137 +lat_ts=0 +lon_0=0 +x_0=0 +y_0=0 +k=1 +units=m +nadgrids=@null +wktext +no_defs +type=crs
2: In showSRID(uprojargs, format = "PROJ", multiline = "NO", prefer_proj = prefer_proj) :
Discarded datum World Geodetic System 1984 in Proj4 definition
Warning message:
In sum(new("RasterLayer", file = new(".RasterFile", name = "", datanotation = "FLT4S", :
Nothing to summarize if you provide a single RasterLayer; see cellStats
I was wondering if you were familiar with these warning messages and how I might fix them. I am still able to produce the timeseries.html, average_footprint.html, and average_contribution.html, but when I try to open them with the links or lynx command, I get a black page.
I am trying to run the first tutorial and I received the following warning messages when I run the tutorial.r in the directory: 01-wbb:
Warning messages: 1: In showSRID(uprojargs, format = "PROJ", multiline = "NO", prefer_proj = prefer_proj) : Discarded ellps WGS 84 in Proj4 definition: +proj=merc +a=6378137 +b=6378137 +lat_ts=0 +lon_0=0 +x_0=0 +y_0=0 +k=1 +units=m +nadgrids=@null +wktext +no_defs +type=crs 2: In showSRID(uprojargs, format = "PROJ", multiline = "NO", prefer_proj = prefer_proj) : Discarded datum World Geodetic System 1984 in Proj4 definition Warning message: In sum(new("RasterLayer", file = new(".RasterFile", name = "", datanotation = "FLT4S", : Nothing to summarize if you provide a single RasterLayer; see cellStats
I was wondering if you were familiar with these warning messages and how I might fix them. I am still able to produce the timeseries.html, average_footprint.html, and average_contribution.html, but when I try to open them with the links or lynx command, I get a black page.