jiayuasu commented on code in PR #1193: URL: https://github.com/apache/sedona/pull/1193#discussion_r1445745125
########## docs/api/sql/Raster-writer.md: ########## @@ -212,9 +212,13 @@ The newly created DataFrame can be written to disk again but must be under a dif Introduction: Converts a Geometry to a Raster dataset. Defaults to using `1.0` for cell `value` and `null` for `noDataValue` if not provided. Supports all geometry types. The `pixelType` argument defines data type of the output raster. This can be one of the following, D (double), F (float), I (integer), S (short), US (unsigned short) or B (byte). - +The `useGeomeryExtent` argument defines the extent of the resultant raster. When set to true, it corresponds to the extent of geom, and when set to false, it corresponds to the extent of raster. Review Comment: Please say the default value of `useGeometryExtent` is true if not set. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
