furqaankhan commented on code in PR #993:
URL: https://github.com/apache/sedona/pull/993#discussion_r1311898114


##########
common/src/main/java/org/apache/sedona/common/raster/RasterOutputs.java:
##########
@@ -101,4 +104,11 @@ public static byte[] asArcGrid(GridCoverage2D raster, int 
sourceBand) {
     public static byte[] asArcGrid(GridCoverage2D raster) {
         return asArcGrid(raster, -1);
     }
+
+    public static String asBase64(GridCoverage2D raster) throws IOException {

Review Comment:
   arc grid test is very slow, I didn't include it.



##########
common/src/main/java/org/apache/sedona/common/raster/RasterOutputs.java:
##########
@@ -101,4 +104,11 @@ public static byte[] asArcGrid(GridCoverage2D raster, int 
sourceBand) {
     public static byte[] asArcGrid(GridCoverage2D raster) {
         return asArcGrid(raster, -1);
     }
+
+    public static String asBase64(GridCoverage2D raster) throws IOException {

Review Comment:
   arc grid test is very slow, I didn't include it. You may merge.



-- 
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