R Statistical Data (RData) Array as Raster Reader/Writer
FME Format Type Identifier |
RDATARASTER |
Reader/Writer |
Both |
Typical File Extensions |
.rda, .rdata |
R is a language and environment for statistical computing and graphics. R files store data as binary or ASCII workspace files that may store a number of objects.
The reader/writer only works with R files that contain a numeric vector object. The numeric vector will be mapped to raster geometry as follows:
- the first dimension corresponds to the number of columns
- the second dimension corresponds to the number of rows
- the third dimension corresponds to the number of bands
Georeferencing is stored in numeric vector attributes named "lon" and "lat" (for geographic coordinate systems) or "x" and "y" (for projected coordinate systems) that are defined for the raster object. The dimensions of these attributes must correspond to the number of columns and rows in the raster, respectively.
RDATARASTER Product and System Requirements
Format |
Product |
Operating System |
||||
---|---|---|---|---|---|---|
Reader/Writer |
FME Desktop License |
FME Server |
FME Cloud |
Windows |
Linux |
Mac |
Reader |
Available in FME Professional Edition and higher |
Yes |
Yes |
64-bit: Yes |
Yes |
Yes |
Writer |
Available in FME Professional Edition and higher |
Yes |
Yes |
64-bit: Yes |
Yes |
Yes |
- More about FME Licenses and Subscriptions.
- More about FME Desktop Editions and Licenses.
Reader Overview
FME considers a single R file to be a dataset. A single numeric vector object in a file will be mapped to an FME raster feature.
Writer Overview
FME considers a dataset to be a folder name. The writer distinguishes duplicate output files by appending numbers to the filenames.
FME Raster Features
FME raster features represent raster data and use several concepts that are unlike those used in the handling of vector data. The topics below describe how FME processes raster data.
R supports rasters with an arbitrary number of Real64 bands.