This is an automated email from the ASF dual-hosted git repository.
bchapuis pushed a change to branch raster-processing
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git
discard efe2116f Add some javadoc
discard 26c0b23f Improve the description of the ChaikinSmoother
discard ca557d2e Clean up before closing
discard de980b89 Catch declared exceptions in GeoTiffReader
discard 13a92d4e Add javadoc and improve description for the server command
discard d21a53ea Add some javadoc to explain the meaning of DEM
omit b50aae81 Validate inputs in the constructor
omit d8a07cad Add some javadoc and clean the code
omit c493c9fb Remove the baremaps-gdal module
omit ab732c1b Clean some unused code
omit 081f5ca8 Address issues detected by sonar
omit daabd7cb Move version numbers to main pom file
omit a44233e3 Clean code and fix issues detected by analyzers
omit 7cf79813 Add commands to preview DEM data as raster and vector
omit ec0827b0 Add some utilities for testing with geometries
omit d765fde0 Add raster tile server and DEM preview utilities
omit c2f5f29c Add utility to scale geometries
omit a15bb12d Introduce TileStore for raster and vector tiles
omit 5e67048b Implement algorithms for digital elevation models
omit c378e951 Add a wrapper for the gdal bindings
add 8dce39f7 Fix query in extrusion example (#885)
add 07c32e7a Depend on s3 instead of the whole aws bundle (#892)
add 4c6252cb Upgrade dependencies (#891)
add ade9d221 Deploy snapshot on Apache Nexus (#893)
add 7502fb1d Release automation (#844)
add cc1ee9c0 Fix issues identified when executing the workflow (#894)
add 23a1ebca Add a wrapper for the gdal bindings
add 0e26b339 Implement algorithms for digital elevation models
add cdc6a59c Introduce TileStore for raster and vector tiles
add 929e5f08 Add utility to scale geometries
add ea94a0f0 Add raster tile server and DEM preview utilities
add e1173d3e Add some utilities for testing with geometries
add afe2c05d Add commands to preview DEM data as raster and vector
add 7e05b53a Clean code and fix issues detected by analyzers
add a09db60a Move version numbers to main pom file
add 3118a5dc Address issues detected by sonar
add f9714f2d Clean some unused code
add 1dbb4a4f Remove the baremaps-gdal module
add 2665c784 Add some javadoc and clean the code
add de956497 Validate inputs in the constructor
add 82656aec Add some javadoc to explain the meaning of DEM
add c30bff6e Add javadoc and improve description for the server command
add 4f41663d Catch declared exceptions in GeoTiffReader
add a4c132a4 Clean up before closing
add ccb1fe94 Improve the description of the ChaikinSmoother
add 16058444 Add some javadoc
add c44f3981 Format code
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 (efe2116f)
\
N -- N -- N refs/heads/raster-processing (c44f3981)
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/workflows/analyze.yml | 4 +-
.github/workflows/build.yml | 6 +-
.github/workflows/codeql.yml | 4 +-
.github/workflows/release.yml | 72 +++++
.github/workflows/snapshot.yml | 41 +++
RELEASE.md | 140 +++++----
baremaps-cli/pom.xml | 3 -
baremaps-cli/src/assembly/bin.xml | 2 +-
baremaps-cli/src/assembly/src.xml | 2 +-
baremaps-cli/src/license/override.properties | 316 ++++++++++++++-------
.../apache/baremaps/workflow/WorkflowContext.java | 16 +-
.../baremaps/data/collection/DataConversions.java | 8 +-
.../baremaps/data/collection/MonotonicDataMap.java | 1 -
.../org/apache/baremaps/dem/ChaikinSmoother.java | 4 +-
.../org/apache/baremaps/dem/ContourRenderer.java | 4 +-
.../baremaps/dem/MarchingSquareRenderer.java | 4 +-
baremaps-geoparquet/pom.xml | 4 +
baremaps-server/pom.xml | 24 ++
examples/extrusion/tileset.json | 2 +-
pom.xml | 135 ++++++---
20 files changed, 569 insertions(+), 223 deletions(-)
create mode 100644 .github/workflows/release.yml
create mode 100644 .github/workflows/snapshot.yml