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 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 new 9d2c7ec09f Remove a few unnecessary qualified exports. new 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. The 2 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.metadata/main/module-info.java | 9 +- .../main/org/apache/sis/storage/landsat/Band.java | 37 +-- .../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 ++++++++++++++++++--- .../org/apache/sis/storage/AbstractResource.java | 5 + .../src/org.apache.sis.util/main/module-info.java | 8 +- 8 files changed, 322 insertions(+), 94 deletions(-)