ST_UpperLeftY — Gibt die obere linke Y-Koordinate des Rasters im Koordinatenprojektionssystem aus.
float8 ST_UpperLeftY(raster rast);
Gibt die obere linke Y-Koordinate des Rasters im Koordinatenprojektionssystem aus.
SELECT rid, ST_UpperLeftY(rast) As uly
FROM dummy_rast;
rid | uly
-----+---------
1 | 0.5
2 | 5793244