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
omit a4d96ecd Fix polygonization
omit 71bc83d1 Add failing polygonization test
omit 5c4d04c3 Remove printstacktrace call
omit 0e0c6fa1 Use Apache SIS instead of GDAL to read tiff files
omit 68ff7ea8 Clean, format and document
omit 6f82ad15 Refactor and cleanup the code
omit 73d163cd Add conversion method
omit 2c4f4434 Remove intermediary line merge
omit 14442368 Avoid falling into the extremes when interpolating
omit 7856a008 Move the gdal classes in a dedicated module
omit ead787e7 Improve hillshade and add gdal api
omit 2ee536af Improve hillshade and contour map
omit 533c32f8 Format code
omit fc959561 Read wkt
omit 31e2ef7b Do some cleanup
omit 2db80a14 Improve naming
omit 7d517997 Fix unit tests
omit 65204dff Fix polygonization
omit a1444283 Refactor and clean
omit 25cc892a Do some cleaning
omit 80a92db7 Fix issues detected by sonar
omit 9ba78e77 Fix sonar issues
omit e4543b27 Improve hillshade demonstration
omit f94eb342 Add Chaikin smoother and improve hillshade and contour server
omit e3994b34 Systematically use SRI
omit c8185738 Improve API
omit ba21a242 Do some cleanup
omit d1f80692 Improve contour tracer
omit 4c0c5bb9 Refactor the code and improve javadoc
omit 4eb2d23e Compute hillshades and contour
omit ebc0f437 Add hillshade and isolines algorithms
omit 6104fb9a Format code
omit a24f8987 use double instead of float values
omit b034bf28 Fix minor formatting issues
omit acebe4ca Port the MARTINI algorithm to java
add d8990275 Add support for Digital Elevation Models
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 (a4d96ecd)
\
N -- N -- N refs/heads/raster-processing (d8990275)
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:
.../main/java/org/apache/baremaps/dem/ContourTracer.java | 8 +++++++-
pom.xml | 13 -------------
2 files changed, 7 insertions(+), 14 deletions(-)