โ09-13-2023 08:27 AM
I want to use gepatial functions which uses mosaic library. How can I use it without using mosaic library and import functions available ?
Example st_aswkt
โ09-14-2023 09:53 AM
Thanks for the response!
I tried using it. In sql it is working fine
but when I tried in python it is failing
Syntax
from pyspark.databricks.sql.functions import *from math import *
h3_pointash3('POINT("lat","lan")',13))
this is giving me syntax error
โ09-15-2023 11:21 AM
You have a syntax error there indeed - extra parenthesis.
never-displayed
Passionate about hosting events and connecting people? Help us grow a vibrant local communityโsign up today to get started!