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 f318d2564c Add parsing of statistics auxiliary file (*.stx) with 
BIL/BIP/BSQ and ASCII Grid reader.
     new df7a5102a5 Add partial support for color map file (*.clr). In current 
implementation it can apply only to data type byte and unsigned short. In 
particular, color map on floating point values is not yet supported.
     new 57164cfbe3 Avoid an exception when the `gridToCRS` is unspecified in a 
"cloud optimized GeoTIFF" file.

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:
 .../internal/coverage/j2d/ColorModelFactory.java   |   7 +-
 ide-project/NetBeans/build.xml                     |   2 +
 .../sis/storage/geotiff/MultiResolutionImage.java  |  11 +-
 .../sis/internal/storage/esri/RasterStore.java     | 125 +++++++++++++++++++--
 .../sis/internal/storage/esri/package-info.java    |  13 +++
 .../org/apache/sis/internal/storage/esri/BIP.hdr   |   2 +
 .../org/apache/sis/internal/storage/esri/BIP.stx   |   7 ++
 .../org/apache/sis/internal/storage/esri/grid.clr  |  14 +++
 8 files changed, 164 insertions(+), 17 deletions(-)
 create mode 100644 
storage/sis-storage/src/test/resources/org/apache/sis/internal/storage/esri/BIP.stx
 create mode 100644 
storage/sis-storage/src/test/resources/org/apache/sis/internal/storage/esri/grid.clr

Reply via email to