iGN5117 commented on code in PR #1014:
URL: https://github.com/apache/sedona/pull/1014#discussion_r1323178065


##########
common/src/test/java/org/apache/sedona/common/raster/RasterOutputTest.java:
##########
@@ -68,4 +70,37 @@ public void testAsGeoTiffWithCompressionTypes() throws 
IOException {
         assertEquals(rasterOg.getEnvelope().toString(), 
rasterNew.getEnvelope().toString());
         assert(rasterBytes1.length > rasterBytes2.length);
     }
+
+    @Test
+    public void testAsMatrixBand() {

Review Comment:
   I've added a test testing other band for a test raster. The real test 
rasters I have are too huge and I cannot hardcode an expectedValue into the 
test.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to