furqaankhan commented on code in PR #1121:
URL: https://github.com/apache/sedona/pull/1121#discussion_r1393099798
##########
common/src/main/java/org/apache/sedona/common/raster/PixelFunctions.java:
##########
@@ -41,6 +42,32 @@ public static Double value(GridCoverage2D rasterGeom,
Geometry geometry, int ban
return values(rasterGeom, Collections.singletonList(geometry),
band).get(0);
}
+ public static Double value(GridCoverage2D rasterGeom, int colX, int rowY,
int band) throws TransformException {
Review Comment:
@jiayuasu I think we should have `excludeNoData` flag.
--
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]