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 313cbc9  Add a test case for 
https://issues.apache.org/jira/browse/SIS-489 For now, we assume that Apache 
SIS is correct (see issue comment).
     new a00c5b8  Remove rounding errors that are below 1 ULP.
     new 4347742  Move Landsat store implementation from "earthobservation" to 
"landsat" package.

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:
 .../referencing/operation/matrix/MatrixSIS.java    |  14 ++
 .../sis/storage/earthobservation/LandsatStore.java | 247 +--------------------
 .../earthobservation/LandsatStoreProvider.java     | 183 +--------------
 .../sis/storage/earthobservation/package-info.java |   7 +-
 .../LandsatResource.java => landsat/Band.java}     |  12 +-
 .../BandGroup.java}                                |  36 +--
 .../BandGroupName.java}                            |   6 +-
 .../LandsatBand.java => landsat/BandName.java}     |  30 +--
 .../LandsatStore.java                              |  28 +--
 .../LandsatStoreProvider.java                      |   4 +-
 .../MetadataReader.java}                           |  48 ++--
 .../doc-files/MetadataMapping.html}                |   2 +-
 .../package-info.java                              |  26 +--
 .../org.apache.sis.storage.DataStoreProvider       |   2 +-
 .../LandsatStoreProviderTest.java                  |   4 +-
 .../MetadataReaderTest.java}                       |  16 +-
 .../sis/test/suite/EarthObservationTestSuite.java  |   4 +-
 .../{earthobservation => landsat}/LandsatTest.txt  |   0
 .../apache/sis/storage/geotiff/GeoTiffStore.java   |   2 +-
 19 files changed, 134 insertions(+), 537 deletions(-)
 rename 
storage/sis-earth-observation/src/main/java/org/apache/sis/storage/{earthobservation/LandsatResource.java
 => landsat/Band.java} (96%)
 rename 
storage/sis-earth-observation/src/main/java/org/apache/sis/storage/{earthobservation/LandsatAggregate.java
 => landsat/BandGroup.java} (74%)
 rename 
storage/sis-earth-observation/src/main/java/org/apache/sis/storage/{earthobservation/LandsatBandGroup.java
 => landsat/BandGroupName.java} (91%)
 rename 
storage/sis-earth-observation/src/main/java/org/apache/sis/storage/{earthobservation/LandsatBand.java
 => landsat/BandName.java} (58%)
 copy 
storage/sis-earth-observation/src/main/java/org/apache/sis/storage/{earthobservation
 => landsat}/LandsatStore.java (92%)
 copy 
storage/sis-earth-observation/src/main/java/org/apache/sis/storage/{earthobservation
 => landsat}/LandsatStoreProvider.java (99%)
 rename 
storage/sis-earth-observation/src/main/java/org/apache/sis/storage/{earthobservation/LandsatReader.java
 => landsat/MetadataReader.java} (95%)
 rename 
storage/sis-earth-observation/src/main/java/org/apache/sis/storage/{earthobservation/doc-files/LandsatMetadata.html
 => landsat/doc-files/MetadataMapping.html} (99%)
 copy 
storage/sis-earth-observation/src/main/java/org/apache/sis/storage/{earthobservation
 => landsat}/package-info.java (61%)
 rename 
storage/sis-earth-observation/src/test/java/org/apache/sis/storage/{earthobservation
 => landsat}/LandsatStoreProviderTest.java (94%)
 rename 
storage/sis-earth-observation/src/test/java/org/apache/sis/storage/{earthobservation/LandsatReaderTest.java
 => landsat/MetadataReaderTest.java} (96%)
 rename 
storage/sis-earth-observation/src/test/resources/org/apache/sis/storage/{earthobservation
 => landsat}/LandsatTest.txt (100%)

Reply via email to