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 f2342e1ca1 Initial version of BIL/BIP/BSQ data store.
     new 7476cb39e4 Add test cases for BIL/BIL/BSQ formats and fixes a few bugs 
identified by those tests.
     new fe65738ec3 Use RGB color model when the BIL/BIP/BSQ raster has 3 or 4 
bands of integer type.
     new fda74fd792 Remove the `encoding` parameter from 
`read/writeAuxiliaryFile(…)` since we used the field value everywhere.

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:
 .../apache/sis/gui/coverage/BandRangeTable.java    |   5 +-
 .../internal/coverage/j2d/ColorModelFactory.java   |  57 ++++++++++++++++++++-
 .../org/apache/sis/internal/util/Numerics.java     |   2 +-
 ide-project/NetBeans/build.xml                     |   2 +
 .../apache/sis/internal/storage/PRJDataStore.java  |  55 +++++++++-----------
 .../sis/internal/storage/esri/RasterStore.java     |  47 +++++++++++++----
 .../sis/internal/storage/esri/RawRasterReader.java |  51 ++++++++++++------
 .../sis/internal/storage/esri/RawRasterStore.java  |   3 +-
 .../sis/internal/storage/image/WorldFileStore.java |   4 +-
 .../sis/internal/storage/image/WritableStore.java  |   2 +-
 .../BILConsistencyTest.java}                       |  26 ++++------
 .../BIPConsistencyTest.java}                       |  26 ++++------
 .../BSQConsistencyTest.java}                       |  26 ++++------
 .../storage/image/SelfConsistencyTest.java         |   4 +-
 .../apache/sis/test/suite/StorageTestSuite.java    |   3 ++
 .../org/apache/sis/internal/storage/esri/BIL.hdr   |   9 ++++
 .../org/apache/sis/internal/storage/esri/BIL.raw   | Bin 0 -> 243 bytes
 .../org/apache/sis/internal/storage/esri/BIP.hdr   |  12 +++++
 .../org/apache/sis/internal/storage/esri/BIP.raw   | Bin 0 -> 243 bytes
 .../org/apache/sis/internal/storage/esri/BSQ.hdr   |  13 +++++
 .../org/apache/sis/internal/storage/esri/BSQ.raw   | Bin 0 -> 243 bytes
 .../org/apache/sis/internal/storage/esri/grid.prj  |   4 ++
 22 files changed, 237 insertions(+), 114 deletions(-)
 copy 
storage/sis-storage/src/test/java/org/apache/sis/internal/storage/{image/SelfConsistencyTest.java
 => esri/BILConsistencyTest.java} (69%)
 copy 
storage/sis-storage/src/test/java/org/apache/sis/internal/storage/{image/SelfConsistencyTest.java
 => esri/BIPConsistencyTest.java} (69%)
 copy 
storage/sis-storage/src/test/java/org/apache/sis/internal/storage/{image/SelfConsistencyTest.java
 => esri/BSQConsistencyTest.java} (69%)
 create mode 100644 
storage/sis-storage/src/test/resources/org/apache/sis/internal/storage/esri/BIL.hdr
 create mode 100644 
storage/sis-storage/src/test/resources/org/apache/sis/internal/storage/esri/BIL.raw
 create mode 100644 
storage/sis-storage/src/test/resources/org/apache/sis/internal/storage/esri/BIP.hdr
 create mode 100644 
storage/sis-storage/src/test/resources/org/apache/sis/internal/storage/esri/BIP.raw
 create mode 100644 
storage/sis-storage/src/test/resources/org/apache/sis/internal/storage/esri/BSQ.hdr
 create mode 100644 
storage/sis-storage/src/test/resources/org/apache/sis/internal/storage/esri/BSQ.raw

Reply via email to