This is an automated email from the ASF dual-hosted git repository.

desruisseaux pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sis.git.


    from 28a9f64  Merge branch 'geoapi-3.1'.
     add 1aebac6  Provide more information in GridGeometry.toString() and 
complete the testFromGeospatialEnvelope().
     add 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
     add 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.
     add 543113b  Define a constant for the limit in the number of dimensions 
that can handle Apache SIS.
     add b30fc90  Merge branch 'geoapi-4.0' into geoapi-3.1.
     new d816232  Merge branch 'geoapi-3.1'.

The 1 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:
 application/sis-openoffice/pom.xml                 |   6 +
 .../apache/sis/io/wkt/GeodeticObjectParser.java    |   2 +-
 .../org/apache/sis/coverage/grid/GridExtent.java   |  73 ++++--
 .../org/apache/sis/coverage/grid/GridGeometry.java | 281 ++++++++++++++-------
 .../apache/sis/coverage/grid/GridGeometryTest.java |  20 +-
 .../org/apache/sis/referencing/cs/AbstractCS.java  |   8 +-
 .../operation/AbstractCoordinateOperation.java     |   5 +-
 .../operation/matrix/GeneralMatrix.java            |   5 +-
 .../operation/projection/ObliqueMercator.java      |   2 +-
 .../sis/test/integration/ConsistencyTest.java      |  63 ++++-
 .../org/apache/sis/internal/util/Numerics.java     |  17 +-
 .../apache/sis/measure/SexagesimalConverter.java   |  20 +-
 .../main/java/org/apache/sis/measure/Units.java    |   2 +-
 .../main/java/org/apache/sis/util/Utilities.java   |   8 +-
 .../org/apache/sis/util/resources/Vocabulary.java  |  35 +++
 .../sis/util/resources/Vocabulary.properties       |   7 +
 .../sis/util/resources/Vocabulary_fr.properties    |   7 +
 .../sis/measure/SexagesimalConverterTest.java      |  13 +-
 pom.xml                                            |  15 +-
 .../org/apache/sis/internal/storage/csv/Store.java |   7 +-
 20 files changed, 449 insertions(+), 147 deletions(-)

Reply via email to