Kontinuation commented on code in PR #1246:
URL: https://github.com/apache/sedona/pull/1246#discussion_r1496908212


##########
docs/api/sql/Function.md:
##########
@@ -474,6 +474,33 @@ Output:
 3.141592653589793
 ```
 
+## ST_BestSRID
+
+Introduction: Returns the estimated most appropriate Spatial Reference 
Identifier (SRID) for a given geometry, based on its spatial extent and 
location.  It evaluates the geometry's bounding envelope and selects an SRID 
that optimally represents the geometry on the Earth's surface. The function 
prioritizes Universal Transverse Mercator (UTM), Lambert Azimuthal Equal Area 
(LAEA), or falls back to the Mercator projection.
+
+- For geometries in the Arctic or Antarctic regions, the Lambert Azimuthal 
Equal Area projection is used.
+- For geometries that fit within a single UTM zone and do not cross the 
International Date Line, a corresponding UTM SRID is chosen.
+- In cases where none of the above conditions are met, or for geometries that 
cross the International Date Line, the function defaults to the Mercator 
projection.

Review Comment:
   I've not found how the data line was handled in the implementation. Would 
you please point out where the date line was handled in `bestSRID` function?



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

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

Reply via email to