Raster Data Wrapper Reference
Raster HeavyConnect is currently a beta feature. The options and interface are liable to change in future releases to better streamline and optimize the raster representation process.
When creating a HeavyConnect table with the Raster Data Wrapper, the columns must be specified based on the contents of the raster file (if unknown, contents can be obtained using our detection process). If using a non-auto RASTER_POINT_TRANSFORM
option, the column types must correspond to the expected transformation result type.
Examples
Create a foreign table from a raster file with one band. Tile size is determined by the raster file.
Create a foreign table from a raster file with one band and specify the tile size. This will group the data into 128x128 blocks to better optimize data access.
Create a foreign table from a raster file with multiple bands.
Create a foreign table from a raster file only selecting band_2 from the file.
Create a foreign table from a raster file with no point transform.
Last updated