You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@sedona.apache.org by "furqaankhan (via GitHub)" <gi...@apache.org> on 2023/08/31 15:27:49 UTC

[GitHub] [sedona] furqaankhan commented on a diff in pull request #993: [SEDONA-379] Add RS_Base64

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


##########
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:
   BTW, I am adding tests for the other outputs as well. Don't merge rn.



-- 
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: issues-unsubscribe@sedona.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org