This is an automated email from the ASF dual-hosted git repository.
jiayu pushed a change to branch fix/2373-azimuth-identical-points
in repository https://gitbox.apache.org/repos/asf/sedona.git
from 479230f7cb [GH-2373] Fix ST_Azimuth returning 0.0 instead of null for
identical points
add 55bff92904 [GH-2148] fix(ST_MakePolygon) warn when holes lie outside
shell (#2613)
add d32405faa0 [GH-2390] GeometryType: add regression test for EMPTY
geometries (#2614)
add 7cd18385a2 [GH-2408] RS_ZonalStats: fix incorrect 4-arg function
signature (#2616)
add ff6a0df1bc [GH-2403] SetSRID handle empty geometry types (#2615)
add 671c41d880 [GH-1874] Fix ST_XYMin/Max returning sentinel values for
EMPTY geometries (#2621)
add 7630403e66 [GH-1612] Add TopologyException workaround note to
ST_Intersection docs (#2623)
add 59efe6e93e [GH-1998] Fix broken links in docs (#2624)
add 862c42d501 Merge origin/master into fix/2373-azimuth-identical-points
No new revisions were added by this update.
Summary of changes:
.../java/org/apache/sedona/common/Functions.java | 48 +++++----
.../org/apache/sedona/common/FunctionsTest.java | 112 +++++++++++++++++++++
docs/api/flink/Function.md | 17 +++-
docs/api/snowflake/vector-data/Function.md | 23 +++--
docs/api/sql/Function.md | 18 +++-
docs/api/sql/Raster-operators.md | 2 +-
docs/tutorial/files/stac-sedona-spark.md | 2 -
docs/tutorial/viz.md | 4 +-
.../contrib/VectorAnalisisApacheSedona.ipynb | 2 +-
.../org/apache/sedona/snowflake/snowsql/UDFs.java | 8 +-
.../apache/sedona/snowflake/snowsql/UDFsV2.java | 8 +-
.../org/apache/sedona/sql/functionTestScala.scala | 2 +-
.../sedona/sql/functions/StMakePolygonSpec.scala | 2 +-
13 files changed, 195 insertions(+), 53 deletions(-)