You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@sedona.apache.org by "jiayuasu (via GitHub)" <gi...@apache.org> on 2023/08/11 20:36:40 UTC

[GitHub] [sedona] jiayuasu commented on a diff in pull request #960: [SEDONA-354] Add RS_SkewX and RS_SkewY

jiayuasu commented on code in PR #960:
URL: https://github.com/apache/sedona/pull/960#discussion_r1291755544


##########
docs/api/sql/Raster-operators.md:
##########
@@ -172,6 +172,46 @@ Output:
 -2
 ```
 
+### RS_SkewX
+
+Introduction: Returns the X skew or rotation parameter.
+
+Format: `RS_SkewX(raster: Raster)`
+
+Since: `v1.5.0`
+
+Spark SQL Exmaple:
+
+```sql
+SELECT RS_SkewX(raster) FROM rasters

Review Comment:
   Can you use MakeEmptyRaster as the input?



-- 
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: issues-unsubscribe@sedona.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org