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 b0c3203  After having verified that `TransverseMercator` now behave 
like a monotonic function up to 90° of longitude, remove the limit previously 
set at 70°. Add notes saying that results for longitude larger than 60° are 
inexact. We nevertheless allow computations between 60° and 90° because they 
are required for handling some raster data.
     new 3d32ab4  Add clarification in comments.
     new e9ad9cf  Replace ≧ by ≥ and ≦ by ≤.
     new 0bb4160  Replace some http: protocols by https: and remove links that 
seem not active anymore.
     new 5d86b40  Remove the `netcdf.version` property. It is not needed 
anymore since we have only one dependency.

The 4 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/pom.xml                                |  2 +-
 application/sis-console/pom.xml                    |  2 +-
 application/sis-javafx/pom.xml                     |  4 +--
 application/sis-openoffice/pom.xml                 |  2 +-
 core/pom.xml                                       | 12 +++----
 core/sis-build-helper/pom.xml                      |  4 +--
 core/sis-cql/pom.xml                               |  2 +-
 core/sis-feature/pom.xml                           |  8 ++---
 .../apache/sis/coverage/grid/GridDerivation.java   | 10 +++---
 .../org/apache/sis/coverage/grid/GridExtent.java   |  2 +-
 .../org/apache/sis/filter/ComparisonFunction.java  |  2 +-
 core/sis-metadata/pom.xml                          | 10 +++---
 .../org/apache/sis/metadata/TreeNodeChildren.java  |  2 +-
 core/sis-portrayal/pom.xml                         |  4 +--
 core/sis-referencing-by-identifiers/pom.xml        |  4 +--
 core/sis-referencing/pom.xml                       |  6 ++--
 .../org/apache/sis/geometry/GeneralEnvelope.java   |  2 +-
 .../internal/referencing/WraparoundAdjustment.java |  4 +--
 .../sis/referencing/GeodesicsOnEllipsoid.java      | 16 ++++-----
 .../operation/builder/ProjectedTransformTry.java   |  4 +--
 .../operation/projection/TransverseMercator.java   | 22 +++++++++---
 .../sis/referencing/GeodeticCalculatorTest.java    |  2 +-
 core/sis-utility/pom.xml                           | 10 +++---
 .../org/apache/sis/internal/util/Numerics.java     |  2 +-
 .../main/java/org/apache/sis/math/Fraction.java    |  2 +-
 .../src/main/java/org/apache/sis/math/Vector.java  |  2 +-
 .../java/org/apache/sis/measure/AngleFormat.java   | 12 +++----
 .../java/org/apache/sis/util/ArgumentChecks.java   |  4 +--
 .../main/java/org/apache/sis/util/ArraysExt.java   |  2 +-
 pom.xml                                            | 39 ++++++++++------------
 profiles/pom.xml                                   |  6 ++--
 profiles/sis-french-profile/pom.xml                |  6 ++--
 profiles/sis-japan-profile/pom.xml                 |  2 +-
 storage/pom.xml                                    |  8 ++---
 storage/sis-earth-observation/pom.xml              |  8 ++---
 storage/sis-gdal/pom.xml                           |  4 +--
 storage/sis-geotiff/pom.xml                        |  8 ++---
 storage/sis-netcdf/pom.xml                         |  6 ++--
 .../java/org/apache/sis/internal/netcdf/Axis.java  |  2 +-
 .../apache/sis/internal/netcdf/RasterResource.java |  6 ++--
 .../org/apache/sis/internal/netcdf/Variable.java   |  2 +-
 storage/sis-storage/pom.xml                        |  8 ++---
 storage/sis-xmlstore/pom.xml                       |  2 +-
 43 files changed, 138 insertions(+), 129 deletions(-)

Reply via email to