This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/pip/docker/pip-dependencies-e6ce6059fb
in repository https://gitbox.apache.org/repos/asf/sedona.git
discard 0734e85184 build(deps): bump the pip-dependencies group across 1
directory with 4 updates
add 18cab03701 [DOCS] Clean up Sedona Python docs navigation list (#2803)
add a22d21d977 [GH-2769] Improve raster loader, writer, and viz docs
(#2802)
add 041f71d290 [GH-1496] Fix website favicon checker issues (#2771)
add 83bd94a780 [GH-2744] Clean up Maven build logs (#2801)
add 9ce7533b4d [CI] Run links checker cron at 01:07 on Sundays (#2813)
add 52776044db [CI] Pin pypa/gh-action-pypi-publish to allowed commit hash
(#2817)
add 1d1bd336c4 build(deps): bump https://github.com/gitleaks/gitleaks from
v8.30.0 to 8.30.1 in the pre-commit-hooks group (#2805)
add dced99b4b2 [GH-2815] Disable offline link detection in
maven-javadoc-plugin (#2818)
add b3c827924a [GH-2823] Bump graphframes version to 0.11.0 (#2822)
add 6beb6e50d4 [GH-2798] Add ST_ShortestLine function (#2806)
add 23b8a904ed [CI] Refactor validate-dependabot-yaml hook to use language
node (#2819)
add 395aaed56e build(deps): bump the pip-dependencies group across 1
directory with 4 updates
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (0734e85184)
\
N -- N -- N
refs/heads/dependabot/pip/docker/pip-dependencies-e6ce6059fb (395aaed56e)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/linters/zizmor.yml | 1 -
.github/workflows/links.yml | 2 +-
.github/workflows/python-wheel.yml | 2 +-
.pre-commit-config.yaml | 10 +-
.../java/org/apache/sedona/common/Functions.java | 9 +
.../common/FunctionsProj4PerformanceTest.java | 42 ++-
.../org/apache/sedona/common/FunctionsTest.java | 60 ++-
.../sedona/common/S2Geography/TestHelper.java | 8 +-
.../geometrySerde/SpatialIndexSerdeTest.java | 24 +-
common/src/test/resources/log4j2.properties | 2 +-
docs-overrides/main.html | 7 +
docs/api/flink/Geometry-Functions.md | 1 +
.../flink/Measurement-Functions/ST_ShortestLine.md | 64 ++++
.../snowflake/vector-data/Geometry-Functions.md | 1 +
.../Measurement-Functions/ST_ShortestLine.md | 62 ++++
docs/api/sql/Geometry-Functions.md | 1 +
.../sql/Measurement-Functions/ST_ShortestLine.md | 64 ++++
docs/api/sql/Overview.md | 25 ++
docs/api/sql/Raster-Functions.md | 5 +
docs/api/sql/Raster-Operators/RS_AsRaster.md | 116 ++++++
.../RS_AsArcGrid.md} | 35 +-
docs/api/sql/Raster-Output/RS_AsCOG.md | 85 +++++
.../RS_AsGeoTiff.md} | 37 +-
docs/api/sql/Raster-Output/RS_AsPNG.md | 62 ++++
docs/api/sql/Raster-loader.md | 114 ------
docs/api/sql/Raster-writer.md | 403 ---------------------
docs/favicon.ico | Bin 0 -> 6956 bytes
docs/favicons/android-chrome-192x192.png | Bin 0 -> 12147 bytes
docs/favicons/android-chrome-512x512.png | Bin 0 -> 39000 bytes
docs/favicons/apple-touch-icon.png | Bin 0 -> 11297 bytes
.../LICENSE.txt => docs/favicons/browserconfig.xml | 11 +
docs/favicons/favicon-16x16.png | Bin 0 -> 772 bytes
docs/favicons/favicon-32x32.png | Bin 0 -> 1724 bytes
docs/favicons/mstile-150x150.png | Bin 0 -> 9405 bytes
docs/favicons/site.webmanifest | 12 +
docs/image/ST_ShortestLine/ST_ShortestLine.svg | 36 ++
.../ST_ShortestLine_point_linestring.svg | 50 +++
.../ST_ShortestLine_point_point.svg | 38 ++
docs/tutorial/raster.md | 250 +++++++++----
docs/usecases/ApacheSedonaRaster.ipynb | 5 +-
.../main/java/org/apache/sedona/flink/Catalog.java | 1 +
.../apache/sedona/flink/expressions/Functions.java | 22 ++
.../java/org/apache/sedona/flink/FunctionTest.java | 15 +-
flink/src/test/resources/log4j2.properties | 2 +-
mkdocs.yml | 4 +-
pom.xml | 3 +-
python/sedona/doc/index.rst | 5 -
python/sedona/spark/sql/st_functions.py | 14 +
python/tests/sql/test_dataframe_api.py | 10 +
python/tests/sql/test_function.py | 17 +
.../formatMapper/shapefileParser/ShapefileRDD.java | 6 +-
.../showcase/EarthdataMapperRunnableExample.java | 5 +-
.../org/apache/sedona/core/showcase/Example.java | 7 +-
.../sedona/viz/core/ImageSerializableWrapper.java | 2 +-
.../visualizationEffect/ChoroplethMap.java | 2 +-
.../org/apache/sedona/viz/showcase/Example.java | 7 +-
.../ScalaEarthdataMapperRunnableExample.scala | 2 +-
.../apache/sedona/core/showcase/ScalaExample.scala | 2 +-
.../scala/org/apache/sedona/sql/UDF/Catalog.scala | 1 +
.../sedona/stats/autocorrelation/Moran.scala | 1 -
.../apache/sedona/viz/showcase/ScalaExample.scala | 6 +-
.../geoparquet/GeoParquetMetaData.scala | 14 +-
.../sql/sedona_sql/expressions/Functions.scala | 8 +
.../sql/sedona_sql/expressions/st_functions.scala | 3 +
.../strategy/join/BroadcastIndexJoinExec.scala | 3 +
.../strategy/join/JoinQueryDetector.scala | 8 +
.../quadtree/RenderQuadTree.java | 6 +-
.../org/apache/sedona/viz/NYCTripPointMapper.java | 6 +-
spark/common/src/test/resources/log4j2.properties | 2 +-
.../org/apache/sedona/sql/PreserveSRIDSuite.scala | 1 +
.../apache/sedona/sql/dataFrameAPITestScala.scala | 8 +
.../org/apache/sedona/sql/functionTestScala.scala | 24 ++
.../spark-3.4/src/test/resources/log4j2.properties | 2 +-
.../spark-3.5/src/test/resources/log4j2.properties | 2 +-
.../spark-4.0/src/test/resources/log4j2.properties | 2 +-
.../spark-4.1/src/test/resources/log4j2.properties | 2 +-
76 files changed, 1175 insertions(+), 694 deletions(-)
create mode 100644 docs/api/flink/Measurement-Functions/ST_ShortestLine.md
create mode 100644
docs/api/snowflake/vector-data/Measurement-Functions/ST_ShortestLine.md
create mode 100644 docs/api/sql/Measurement-Functions/ST_ShortestLine.md
create mode 100644 docs/api/sql/Raster-Operators/RS_AsRaster.md
copy docs/api/sql/{Raster-Map-Algebra-Operators/RS_BandAsArray.md =>
Raster-Output/RS_AsArcGrid.md} (56%)
create mode 100644 docs/api/sql/Raster-Output/RS_AsCOG.md
copy docs/api/sql/{Raster-Map-Algebra-Operators/RS_BandAsArray.md =>
Raster-Output/RS_AsGeoTiff.md} (55%)
create mode 100644 docs/api/sql/Raster-Output/RS_AsPNG.md
delete mode 100644 docs/api/sql/Raster-loader.md
delete mode 100644 docs/api/sql/Raster-writer.md
create mode 100644 docs/favicon.ico
create mode 100644 docs/favicons/android-chrome-192x192.png
create mode 100644 docs/favicons/android-chrome-512x512.png
create mode 100644 docs/favicons/apple-touch-icon.png
copy .github/workflows/license-templates/LICENSE.txt =>
docs/favicons/browserconfig.xml (79%)
create mode 100644 docs/favicons/favicon-16x16.png
create mode 100644 docs/favicons/favicon-32x32.png
create mode 100644 docs/favicons/mstile-150x150.png
create mode 100644 docs/favicons/site.webmanifest
create mode 100644 docs/image/ST_ShortestLine/ST_ShortestLine.svg
create mode 100644
docs/image/ST_ShortestLine/ST_ShortestLine_point_linestring.svg
create mode 100644 docs/image/ST_ShortestLine/ST_ShortestLine_point_point.svg