Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.4.1
Description
Currently RS_Value always fetches all the pixel data (Raster raster = rasterGeom.getRenderedImage().getData()), which is unnecessary and may lead to problems when processing rasters loaded from large GeoTiff. We can fetch the tile containing the pixel data we want to get, instead of fetching all the tiles. We can make the following query load less data:
SELECT RS_Value(RS_FromGeoTiff(content), ST_Point(x, y)) FROM ...
Attachments
Issue Links
- links to