SpatialExperiment icon indicating copy to clipboard operation
SpatialExperiment copied to clipboard

SpatialImage doc questions

Open lgeistlinger opened this issue 3 years ago • 2 comments

From the documentation of ?SpatialImage in the Section "Constructor":

If ‘x’ is a string and ‘is.url=TRUE’ or it does not start
with a URL-like prefix, a ‘StoredSpatialImage’ is returned.
This represents an image that is stored in a local file and
is loaded into memory only on request.

I think it should say is.url=FALSE in here, no?

lgeistlinger avatar Nov 21 '22 22:11 lgeistlinger

And from the same section:

If ‘x’ is a string and ‘is.url=TRUE’ or it starts with
 ‘"http://"’, ‘"http://"’ or ‘"ftp://"’, a
‘RemoteSpatialImage’ is returned. This represents an image
that is remotely hosted and retrieved only on request.

It seems the second http:// is meant to be https:// (note the missing "s").

lgeistlinger avatar Nov 21 '22 22:11 lgeistlinger

Just noticed this; I believe it should indeed say is.url=FALSE.

LTLA avatar Aug 02 '24 06:08 LTLA