This is an automated email from the ASF dual-hosted git repository.
desruisseaux pushed a change to branch geoapi-4.0
in repository https://gitbox.apache.org/repos/asf/sis.git.
from 91332ab Investigate why some CRS are considered not equal when they
should be. For now we just documented the finding in the following JIRA task;
no fix has been attempted yet: - https://issues.apache.org/jira/browse/SIS-433
- https://issues.apache.org/jira/browse/SIS-434
new 38b9d8f Fix rounding error when converting 46°57'8.66" to decimal
degrees. The slight rounding error become a 4 cm error in some map projections.
new 543113b Define a constant for the limit in the number of dimensions
that can handle Apache SIS.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../org/apache/sis/io/wkt/GeodeticObjectParser.java | 2 +-
.../org/apache/sis/coverage/grid/GridExtent.java | 4 +++-
.../referencing/operation/matrix/GeneralMatrix.java | 5 +++--
.../java/org/apache/sis/internal/util/Numerics.java | 17 ++++++++++++++++-
.../org/apache/sis/measure/SexagesimalConverter.java | 20 +++++++++++++++++++-
.../apache/sis/measure/SexagesimalConverterTest.java | 13 ++++++++++++-
.../org/apache/sis/internal/storage/csv/Store.java | 7 ++++---
7 files changed, 58 insertions(+), 10 deletions(-)