furqaankhan commented on code in PR #960:
URL: https://github.com/apache/sedona/pull/960#discussion_r1291757794
##########
common/src/test/java/org/apache/sedona/common/raster/RasterAccessorsTest.java:
##########
@@ -201,6 +201,23 @@ public void testGridCoordXLonLat() throws
FactoryException, TransformException {
assertEquals(expectedX, actualX);
}
+ @Test
+ public void testSkewX() throws FactoryException {
+ GridCoverage2D emptyRaster = RasterConstructors.makeEmptyRaster(10, 2,
4, 6, 4, 1, 1, 2, 7, 0);
+ assertEquals(2, RasterAccessors.getSkewX(emptyRaster), 0.1d);
Review Comment:
Okay
--
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]