sana created SEDONA-312:
---------------------------
Summary: Issue with st_transform function
Key: SEDONA-312
URL: https://issues.apache.org/jira/browse/SEDONA-312
Project: Apache Sedona
Issue Type: Bug
Reporter: sana
We are encountering an issue with the st_transform function in Apache Sedona
when using the following query:
{code:java}
ST_Transform(ST_Point(1203119.502, 6077637.153), 'epsg:2154', 'epsg:27572',
true){code}
The result we are obtaining is:
{code:java}
{code}
{{POINT (1158991.8427439178 1648676.1678296784) }}
However, when verifying the result using
[https://epsg.io/transform#s_srs=2154&t_srs=27572&x=1203119.5020000&y=6077637.1530000],
the expected result should be:
POINT (1159055.4831757052 1648321.6317446362)
This issue has a significant impact on our geospatial applications. The
incorrect transformation result affects the accuracy and reliability of our
data. It hinders our ability to rely on Apache Sedona's st_transform function
for our geospatial processing needs.
Your prompt attention to this matter is greatly appreciated. Let me know if
there is any additional information or assistance required.
Thank you!
--
This message was sent by Atlassian Jira
(v8.20.10#820010)