[jira] [Created] (SEDONA-492) ST_ForcePolygonCW

2024-02-04 Thread Jia Yu (Jira)
Jia Yu created SEDONA-492:
-

 Summary: ST_ForcePolygonCW
 Key: SEDONA-492
 URL: https://issues.apache.org/jira/browse/SEDONA-492
 Project: Apache Sedona
  Issue Type: New Feature
Reporter: Jia Yu


[https://postgis.net/docs/ST_ForcePolygonCW.html]

 

Hints: 
https://javadoc.io/doc/org.locationtech.jts.io/jts-io-common/1.18.1/org/locationtech/jts/io/geojson/OrientationTransformer.html



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (SEDONA-491) ST_ForcePolygonCCW

2024-02-04 Thread Jia Yu (Jira)
Jia Yu created SEDONA-491:
-

 Summary: ST_ForcePolygonCCW
 Key: SEDONA-491
 URL: https://issues.apache.org/jira/browse/SEDONA-491
 Project: Apache Sedona
  Issue Type: New Feature
Reporter: Jia Yu


[https://postgis.net/docs/ST_ForcePolygonCCW.html]

 

Hints: 
https://javadoc.io/doc/org.locationtech.jts.io/jts-io-common/1.18.1/org/locationtech/jts/io/geojson/OrientationTransformer.html



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (SEDONA-490) Implements ST_Perimeter

2024-02-04 Thread Jia Yu (Jira)
Jia Yu created SEDONA-490:
-

 Summary: Implements ST_Perimeter
 Key: SEDONA-490
 URL: https://issues.apache.org/jira/browse/SEDONA-490
 Project: Apache Sedona
  Issue Type: New Feature
Reporter: Jia Yu


ST_Perimeter is similar to ST_Length but not as generic as ST_Length: 
[https://postgis.net/docs/ST_Perimeter.html]

 

 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (SEDONA-489) Implements ST_SnapToGrid

2024-02-04 Thread Jia Yu (Jira)
Jia Yu created SEDONA-489:
-

 Summary: Implements ST_SnapToGrid
 Key: SEDONA-489
 URL: https://issues.apache.org/jira/browse/SEDONA-489
 Project: Apache Sedona
  Issue Type: New Feature
Reporter: Jia Yu


https://postgis.net/docs/ST_SnapToGrid.html



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (SEDONA-488) ST_Buffer with spheroid distance

2024-02-04 Thread Jia Yu (Jira)
Jia Yu created SEDONA-488:
-

 Summary: ST_Buffer with spheroid distance
 Key: SEDONA-488
 URL: https://issues.apache.org/jira/browse/SEDONA-488
 Project: Apache Sedona
  Issue Type: New Feature
Reporter: Jia Yu


[https://postgis.net/docs/ST_Buffer.html]

 

 

This function is really challenging but really useful due to several factors:
 # Polygon with holes
 # GeometryCollections
 # Geometry that crosses the dateline before or after the bufferOp 

 

We should read PostGIS's source code and understand how it works.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (SEDONA-485) Implement ST_M

2024-02-04 Thread Jia Yu (Jira)
Jia Yu created SEDONA-485:
-

 Summary: Implement ST_M
 Key: SEDONA-485
 URL: https://issues.apache.org/jira/browse/SEDONA-485
 Project: Apache Sedona
  Issue Type: New Feature
Reporter: Jia Yu






--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (SEDONA-487) Implement ST_MMax

2024-02-04 Thread Jia Yu (Jira)
Jia Yu created SEDONA-487:
-

 Summary: Implement ST_MMax
 Key: SEDONA-487
 URL: https://issues.apache.org/jira/browse/SEDONA-487
 Project: Apache Sedona
  Issue Type: New Feature
Reporter: Jia Yu






--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (SEDONA-486) Implement ST_MMin

2024-02-04 Thread Jia Yu (Jira)
Jia Yu created SEDONA-486:
-

 Summary: Implement ST_MMin
 Key: SEDONA-486
 URL: https://issues.apache.org/jira/browse/SEDONA-486
 Project: Apache Sedona
  Issue Type: New Feature
Reporter: Jia Yu






--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (SEDONA-484) Implement ST_IsPolygonCW

2024-02-04 Thread Jia Yu (Jira)
Jia Yu created SEDONA-484:
-

 Summary: Implement ST_IsPolygonCW
 Key: SEDONA-484
 URL: https://issues.apache.org/jira/browse/SEDONA-484
 Project: Apache Sedona
  Issue Type: New Feature
Reporter: Jia Yu


[https://postgis.net/docs/ST_IsPolygonCW.html]

 

Hints: 
https://locationtech.github.io/jts/javadoc/org/locationtech/jts/algorithm/Orientation.html



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (SEDONA-483) Implements ST_IsPolygonCCW

2024-02-04 Thread Jia Yu (Jira)
Jia Yu created SEDONA-483:
-

 Summary: Implements ST_IsPolygonCCW
 Key: SEDONA-483
 URL: https://issues.apache.org/jira/browse/SEDONA-483
 Project: Apache Sedona
  Issue Type: Improvement
Reporter: Jia Yu


[https://postgis.net/docs/ST_IsPolygonCCW.html]

 

Hints: 
https://locationtech.github.io/jts/javadoc/org/locationtech/jts/algorithm/Orientation.html



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (SEDONA-482) Implements ST_Project

2024-02-04 Thread Jia Yu (Jira)
Jia Yu created SEDONA-482:
-

 Summary: Implements ST_Project
 Key: SEDONA-482
 URL: https://issues.apache.org/jira/browse/SEDONA-482
 Project: Apache Sedona
  Issue Type: New Feature
Reporter: Jia Yu


[https://postgis.net/docs/ST_Project.html]

 

Hints: 
https://geographiclib.sourceforge.io/Java/doc/net/sf/geographiclib/Geodesic.html



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (SEDONA-481) Implements ST_Snap

2024-02-04 Thread Jia Yu (Jira)
Jia Yu created SEDONA-481:
-

 Summary: Implements ST_Snap
 Key: SEDONA-481
 URL: https://issues.apache.org/jira/browse/SEDONA-481
 Project: Apache Sedona
  Issue Type: New Feature
Reporter: Jia Yu


https://postgis.net/docs/ST_Snap.html



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (SEDONA-480) Implement ST_S2ToGeom

2024-02-04 Thread Jia Yu (Jira)
Jia Yu created SEDONA-480:
-

 Summary: Implement ST_S2ToGeom
 Key: SEDONA-480
 URL: https://issues.apache.org/jira/browse/SEDONA-480
 Project: Apache Sedona
  Issue Type: New Feature
Reporter: Jia Yu


https://github.com/apache/sedona/blob/master/common/src/main/java/org/apache/sedona/common/utils/S2Utils.java#L97



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


Re: [PR] [SEDONA-479] Update RS_Normalize [sedona]

2024-02-04 Thread via GitHub


jiayuasu merged PR #1232:
URL: https://github.com/apache/sedona/pull/1232


-- 
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: dev-unsubscr...@sedona.apache.org

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