MSC-BQ0011
Oriented parameter in the ST_GEOGFROMTEXT function is not supported in Snowflake.
This is a deprecated version of the SnowConvert documentation, please visit the official site HERE.
Severity
Low
Description
This warning is added when the oriented parameter is specified in the ST_GEOGFROMTEXT
function, because it is not supported in Snowflake. If this parameter is set to TRUE, any polygon in the input is assumed to be oriented as follows: if someone walks along the polygon boundary in the order of the input vertices, the interior of the polygon is to the left. This allows WKT to represent polygons larger than a hemisphere. If oriented is FALSE or omitted, this function returns the polygon with the smallest area.
Code Example
BigQuery:
Snowflake:
Recommendations
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated