jiayuasu commented on code in PR #1014:
URL: https://github.com/apache/sedona/pull/1014#discussion_r1322325995
##########
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:
Please also add tests with a real raster that has multiple bands.
--
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]