Description Usage Arguments Value
View source: R/spatialRaster.R
spatialRaster
1 2 3 4 5 6 7 8 9 10 11 | spatialRaster(alternateIdentifier = NULL, entityName = NULL,
entityDescription = NULL, physical = NULL, coverage = NULL,
methods = NULL, additionalInfo = NULL, annotation = NULL,
attributeList = NULL, constraint = NULL, spatialReference = NULL,
georeferenceInfo = NULL, horizontalAccuracy = NULL,
verticalAccuracy = NULL, cellSizeXDirection = NULL,
cellSizeYDirection = NULL, numberOfBands = NULL,
rasterOrigin = NULL, rows = NULL, columns = NULL,
verticals = NULL, cellGeometry = NULL, toneGradation = NULL,
scaleFactor = NULL, offset = NULL, imageDescription = NULL,
references = NULL, id = NULL, system = NULL, scope = NULL)
|
alternateIdentifier |
A secondary identifier for this entity See |
entityName |
The name of the entity name See |
entityDescription |
General description of the entity and its contents See |
physical |
Description of the physical format of the entity See |
coverage |
Information on the geographic, spatial and temporal coverages used in this entity. See |
additionalInfo |
Any extra information pertitent to the entity. See |
annotation |
A precisely-defined semantic statement about this entity. See |
attributeList |
The list of attributes associated with this entity. See |
constraint |
Description of any relational constraints on this entity. See |
spatialReference |
The means by which positional information in this entity is related to points on the earth's surface. See |
georeferenceInfo |
Information on how to position the grid within the coordinate system defined in the spatial reference module. See |
horizontalAccuracy |
The accuracy of horizontal locational measurements within the data. See |
verticalAccuracy |
The accuracy of vertical locational measurements within the data. See |
cellSizeXDirection |
The width of the cell in the x direction. See |
cellSizeYDirection |
The width of the cell in the x direction. See |
numberOfBands |
The number of bands in the image. See |
rasterOrigin |
The corner location of the pixel having the minimum x and y values See |
rows |
Maximum number of raster objects along the ordinate (y) axis See |
columns |
Maximum number of raster objects along the abscissa (x) axis See |
verticals |
Maximum number of raster objects along the vertical (z) axis See |
cellGeometry |
Geometric representation of the cell's content. See |
toneGradation |
Number of colors present in the image. See |
scaleFactor |
The value used for scaling the source raster. See |
offset |
The offset value used for scaling the source raster. See |
imageDescription |
Detailed information for data derived from image sensors. See |
references |
The id of another element in this EML document to be used to here in this context. See |
id |
A unique identifier for this additional metadata that can be used to reference it elsewhere. This is a formal field in that it is an error to provide a value for the id attribute that is not unique within the document's set of id attributes. This is designed to allow other portions of the metadata to reference this section formally. |
system |
The data management system within which an identifier is in scope and therefore unique. This is typically a URL (Uniform Resource Locator) that indicates a data management system. All identifiers that share a system must be unique. In other words, if the same identifier is used in two locations with identical systems, then by definition the objects at which they point are in fact the same object. |
scope |
The scope of the identifier. Scope is generally set to either "system", meaning that it is scoped according to the "system" attribute, or "document" if it is only to be in scope within this single document instance. In this particular use of scope, it is FIXED to be "system" because the packageId is required and always has the scope of the required "system". |
a spatialRaster list object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.