-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need below function to execute in hive #159
Comments
Thanks for filing the request for enhancement to the set of functions available (cross-reference #90). |
thanks for quick response Randall..! |
Hi Randall .. Thanks in advance. |
Hi @kullaibigdata - |
Hi Randallwhitman, st_closestpoint we are taking H2GIS logic and trying to implement OGC standard for the above spatial function but we are not succeeded in this case because bit complex structure for the understanding OGC standard. Please advise for the above spatial query's how to implement in the OGC standard or else can you please provide the logic for the same. Thanks & Regards, |
OpenGIS Implementation Standard for Geographic information - Simple feature access OGC-06-103r4-1.2.1 OGC-06-104r4-1.2.1 Those are the OGC standard documents that I have, in which I do not find specification for any of the four functions listed in previous comment (2019/04/09 22:23 PT). Can you point me to a standard (and which section) that specifies those functions? |
Thanks Randallwhitman for quick response. Currently we are using ESRI custom spatial functions jar but the above functions are not available in ESRI .Kindly provide the solution to move forward. Thank you Thanks & Regards, |
@alocke @stolstov For a contributor planning to implement the six functions ST-LineMerge, ST-LineSubstring, ST-DistanceSphere, ST-ClosestPoint, ST-Covers, and ST-MakeLine : would you recommend implementing those inside geometry-api-java, versus, would you recommend implementing those at spatial-framework-for-hadoop level (utilizing geometry-api-java of course)? Thanks in advance for your comments. |
Firstly: Esri/contributing#10 I think: |
Hi I am very new to spatial function . As I searched on google I find out the ESRI github code and I Clone that code and I add the dependencies and it's working fine.
Now below spatial functions we are not able to find out . Can you please share below spatial hive UDF code.
st_closestpoint
st_distancesphere
st_linesubstring
st_linemerge
st_covers
st_makeline
If you have any alternatives spatial function kindly please share for the same.
Thanks & Regards,
Kullaireddy N.
The text was updated successfully, but these errors were encountered: