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 445620db52 Merge branch 'geoapi-4.0' into geoapi-3.1: post-merge imports organization. add 4d83b73645 Modification of the heuritic rules for sorting the import statements used for tests. add 54f785e8f6 Tune the log messages: more appropriate logger in `AbstractProvider`, fix the locale used by WKT store, catch more logs during the tests. Opportunistically add a link to metadata in Landsat Javadoc. add d6ebef6dd4 Publish the `sis-coveragejson` to Maven local repository. Remove the `sis-shapefile` exclusion from resources compiler. add 1e3b96aaa1 Documentation fixes and formatting. add f118aac5b8 Change the way to import the CSS in the XHTML pages for IP review. This is reflecting the change done in commit 1916044 of https://svn.apache.org/repos/asf/sis/ip-review add 9d2c7ec09f Remove a few unnecessary qualified exports. add a5633e743a Give more information to `SchemaModifier` for modifying a `GridCoverage` read from a GeoTIFF file. By default, add a "no data" category if such value is provided in the GeoTIFF tag. new 6cbd4e47c3 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: .../sis/buildtools/coding/ReorganizeImports.java | 15 +- .../apache/sis/buildtools/gradle/Dependency.java | 1 + .../sis/buildtools/gradle/ModularCompilation.java | 13 -- .../resources/IndexedResourceCompiler.java | 14 +- .../apache/sis/console/MetadataCommandTest.java | 10 +- .../org.apache.sis.metadata/main/module-info.java | 9 +- .../org/apache/sis/util/iso/DefaultRecordType.java | 9 +- .../apache/sis/referencing/cs/AxesConvention.java | 32 +-- .../operation/provider/AbstractProvider.java | 5 +- .../test/org/apache/sis/io/wkt/WKTParserTest.java | 34 +++ .../sis/referencing/EPSGFactoryFallbackTest.java | 14 +- .../sis/referencing/report/HTMLGenerator.java | 5 +- .../main/org/apache/sis/storage/landsat/Band.java | 37 +-- .../apache/sis/storage/landsat/LandsatStore.java | 2 + .../org/apache/sis/storage/geotiff/DataCube.java | 2 + .../apache/sis/storage/geotiff/GeoTiffStore.java | 4 +- .../sis/storage/geotiff/ImageFileDirectory.java | 101 ++++++--- .../sis/storage/geotiff/spi/SchemaModifier.java | 250 ++++++++++++++++++--- .../apache/sis/storage/netcdf/NetcdfStoreTest.java | 9 +- .../org/apache/sis/storage/AbstractResource.java | 5 + .../org/apache/sis/storage/wkt/StoreFormat.java | 2 +- .../org/apache/sis/storage/folder/StoreTest.java | 9 +- .../src/org.apache.sis.util/main/module-info.java | 8 +- incubator/build.gradle.kts | 12 + 24 files changed, 442 insertions(+), 160 deletions(-)