Kristin Cowalcijk created SEDONA-633: ----------------------------------------
Summary: Add tileWidth and tileHeight fields to the result of RS_Metadata Key: SEDONA-633 URL: https://issues.apache.org/jira/browse/SEDONA-633 Project: Apache Sedona Issue Type: Improvement Reporter: Kristin Cowalcijk Fix For: 1.6.1 As of 1.6.0, RS_Metadata returns the following properties of a given raster: * upperLeftX * upperLeftY * gridWidth * gridHeight * scaleX * scaleY * skewX * skewY * srid * numSampleDimensions We want to add tileWidth and tileHeight to the returned properties, which indicates the internal tiling scheme of the loaded GeoTIFF file. This is a hint for selecting optimal tile size when using {{RS_TileExplode}} to slice the raster. -- This message was sent by Atlassian Jira (v8.20.10#820010)