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 ae61bb0a20 Add missing `equals` and `hashCode` method on a legacy metadata property. new 8881e88be3 Disable some GIGS tests that are known to fail. https://gigs.iogp.org/ new 0f46e213f3 More advanced test for rounding errors. new 8991c55d92 Replace `Path` parameter value by `URI` in operation methods using datum shift grids. The 3 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: .../main/java/org/apache/sis/gui/RecentFiles.java | 2 +- .../referencing/provider/DatumShiftGridFile.java | 65 ++-- .../referencing/provider/DatumShiftGridGroup.java | 6 +- .../referencing/provider/DatumShiftGridLoader.java | 53 ++- .../provider/FranceGeocentricInterpolation.java | 359 +++++++++++---------- .../provider/MolodenskyInterpolation.java | 1 + .../sis/internal/referencing/provider/NADCON.java | 93 +++--- .../sis/internal/referencing/provider/NTv2.java | 54 ++-- .../src/main/resources/META-INF/GIGS.properties | 80 +++++ .../referencing/provider/DatumShiftTestCase.java | 23 +- .../FranceGeocentricInterpolationTest.java | 34 +- .../internal/referencing/provider/NADCONTest.java | 11 +- .../internal/referencing/provider/NTv2Test.java | 19 +- .../transform/ProjectiveTransformTest.java | 7 +- .../sis/test/integration/DatumShiftTest.java | 10 +- .../apache/sis/internal/system/DataDirectory.java | 23 +- .../src/test/java/org/apache/sis/test/Assume.java | 7 +- .../java/org/apache/sis/test/package-info.java | 2 +- 18 files changed, 489 insertions(+), 360 deletions(-) create mode 100644 core/sis-referencing/src/main/resources/META-INF/GIGS.properties