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

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


    from 4b35a0fd74 Merge branch 'geoapi-4.0' into geoapi-3.1.
     add 756a5e0ea3 Avoid start imports of `org.opengis.test.Assert` static 
methods. This is in anticipation for a fix equivalent to SIS-579 in GeoAPI.
     add 8fc9815c59 Add support for two-dimensional `SphericalCS` as submitted 
in ISO 19111 amendment 2.
     add a618f9af4d Add clarification about the use of conformal radius. This 
is a change in documentation and symbols only.
     add 3110d38dba Add an `AbstractEnvelope.isFinite()` convenience method.
     add 8dd64e03e2 For GeoTIFF image, force (E,N) axis order on projected CRS 
in addition of geographic CRS.
     add 77cdb0047c When the GeoTIFF image is of floating point type, replace 
fill values by NaN at reading time. This is the same policy than with our 
netCDF reader.
     add d01735e01d Move a test class for avoiding package collision between 
two modules.
     add 91cd9c2583 In case of failure to transform the envelope in metadata, 
report as a warning instead of a failure to read the file.
     new 4a2e1aefb5 Merge branch 'geoapi-4.0' into 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:
 .../org/apache/sis/coverage/SampleDimension.java   |  7 +++++
 .../sis/internal/coverage/SampleDimensions.java    |  6 ++--
 .../java/org/apache/sis/coverage/CategoryTest.java |  3 +-
 .../apache/sis/coverage/SampleDimensionTest.java   |  3 +-
 .../coverage/grid/DimensionalityReductionTest.java |  3 +-
 .../sis/coverage/grid/PixelTranslationTest.java    |  3 +-
 .../org/apache/sis/image/ResamplingGridTest.java   |  3 +-
 .../sis/internal/feature/j2d/FactoryTest.java      |  2 +-
 .../internal/feature/jts/ShapeConverterTest.java   |  3 +-
 .../sis/internal/filter/sqlmm/SQLMMTest.java       |  3 +-
 .../apache/sis/test/feature/FeatureComparator.java |  3 +-
 .../{test => xml}/DocumentComparatorTest.java      |  2 +-
 .../java/org/apache/sis/metadata/ValueMapTest.java |  3 +-
 .../iso/lineage/DefaultProcessStepTest.java        |  3 +-
 .../quality/AbstractPositionalAccuracyTest.java    |  3 +-
 .../apache/sis/test/xml/DocumentComparator.java    |  3 +-
 .../java/org/apache/sis/util/iso/TypesTest.java    |  3 +-
 .../org/apache/sis/geometry/AbstractEnvelope.java  | 21 ++++++++++++-
 .../apache/sis/io/wkt/GeodeticObjectParser.java    | 14 +++++----
 .../sis/referencing/cs/CoordinateSystems.java      |  4 +--
 .../sis/referencing/cs/DefaultSphericalCS.java     | 32 ++++++++++++++++++--
 .../referencing/factory/GeodeticObjectFactory.java | 35 ++++++++++++++++++++++
 .../referencing/factory/sql/EPSGDataAccess.java    |  1 +
 .../operation/projection/AzimuthalEquidistant.java |  2 +-
 .../operation/projection/Initializer.java          |  6 ++--
 .../referencing/operation/projection/Mercator.java |  7 +++--
 .../operation/projection/NormalizedProjection.java | 11 ++++---
 .../operation/projection/ProjectionVariant.java    |  6 ++++
 .../org/apache/sis/geometry/ArrayEnvelopeTest.java | 15 ++++++++--
 .../referencing/j2d/AbstractShapeTest.java         |  2 +-
 .../referencing/j2d/ShapeUtilitiesTest.java        |  3 +-
 .../provider/DatumShiftGridCompressedTest.java     |  2 +-
 .../FranceGeocentricInterpolationTest.java         |  3 +-
 .../provider/GeocentricTranslationTest.java        |  3 +-
 .../referencing/provider/Geographic3Dto2DTest.java |  4 ++-
 .../internal/referencing/provider/NADCONTest.java  |  4 ++-
 .../internal/referencing/provider/NTv2Test.java    |  4 ++-
 .../apache/sis/io/wkt/MathTransformParserTest.java |  3 +-
 .../sis/referencing/GeodeticCalculatorTest.java    |  5 +++-
 .../sis/referencing/StandardDefinitionsTest.java   |  3 +-
 .../referencing/cs/DefaultCylindricalCSTest.java   |  3 +-
 .../sis/referencing/cs/DefaultPolarCSTest.java     |  3 +-
 .../sis/referencing/cs/DefaultSphericalCSTest.java |  3 +-
 .../sis/referencing/factory/TestFactorySource.java |  3 +-
 .../geoapi/ParameterizedTransformTest.java         |  2 +-
 .../operation/DefaultPassThroughOperationTest.java |  4 ++-
 .../operation/builder/ResidualGridTest.java        |  3 +-
 .../referencing/operation/matrix/Matrix4Test.java  |  3 +-
 .../operation/matrix/NonSquareMatrixTest.java      |  3 +-
 .../operation/projection/InitializerTest.java      |  2 +-
 .../operation/projection/MercatorTest.java         |  3 +-
 .../transform/ConcatenatedTransformTest.java       |  3 +-
 .../transform/ContextualParametersTest.java        |  3 +-
 .../transform/DefaultMathTransformFactoryTest.java |  4 ++-
 .../transform/LinearInterpolator1DTest.java        |  3 +-
 .../operation/transform/LinearTransformTest.java   |  2 +-
 .../operation/transform/MathTransformTestCase.java |  3 +-
 .../operation/transform/MathTransformsTest.java    |  4 ++-
 .../transform/ProjectiveTransformTest.java         |  3 +-
 .../operation/transform/ScaleTransformTest.java    |  3 +-
 .../operation/transform/TransferFunctionTest.java  |  4 ++-
 .../transform/TransformResultComparator.java       |  3 +-
 .../transform/TransformSeparatorTest.java          |  4 ++-
 .../transform/TranslationTransformTest.java        |  2 +-
 .../transform/WraparoundTransformTest.java         |  3 +-
 .../integration/CoordinateReferenceSystemTest.java |  3 +-
 .../java/org/apache/sis/measure/NumberRange.java   |  4 +--
 .../test/java/org/apache/sis/math/VectorTest.java  |  3 +-
 .../org/apache/sis/measure/QuantitiesTest.java     |  3 +-
 .../sis/profile/france/FrenchProfileTest.java      |  3 +-
 .../sis/internal/geotiff/SchemaModifier.java       |  2 +-
 .../org/apache/sis/storage/geotiff/CRSBuilder.java | 16 +++++-----
 .../sis/storage/geotiff/CompressedSubset.java      |  4 +--
 .../org/apache/sis/storage/geotiff/DataCube.java   | 18 +++++++++++
 .../org/apache/sis/storage/geotiff/DataSubset.java | 33 +++++++++++++++++++-
 .../sis/storage/geotiff/ImageFileDirectory.java    | 13 ++++++--
 .../org/apache/sis/internal/netcdf/CRSBuilder.java | 10 +++++--
 .../org/apache/sis/internal/netcdf/GridTest.java   |  3 +-
 .../apache/sis/internal/netcdf/VariableTest.java   |  2 +-
 .../storage/netcdf/NetcdfStoreProviderTest.java    |  3 +-
 .../apache/sis/storage/netcdf/NetcdfStoreTest.java |  2 +-
 .../sis/internal/sql/postgis/PostgresTest.java     |  3 +-
 .../sis/internal/storage/esri/RasterStore.java     |  5 ++--
 .../apache/sis/internal/storage/wkt/StoreTest.java |  3 +-
 .../apache/sis/internal/storage/xml/StoreTest.java |  3 +-
 .../apache/sis/storage/StorageConnectorTest.java   |  3 +-
 86 files changed, 352 insertions(+), 109 deletions(-)
 rename core/sis-metadata/src/test/java/org/apache/sis/internal/{test => 
xml}/DocumentComparatorTest.java (99%)

Reply via email to