Skip to content

Commit

Permalink
Fix EOF line
Browse files Browse the repository at this point in the history
  • Loading branch information
prantogg committed Nov 22, 2023
1 parent ba8d01c commit 19c0122
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@ public static List<PixelRecord> getPixelAsPoints(GridCoverage2D rasterGeom, int
return pointRecords;
}



public static List<Double> values(GridCoverage2D rasterGeom, int[] xCoordinates, int[] yCoordinates, int band) throws TransformException {
RasterUtils.ensureBand(rasterGeom, band); // Check for invalid band index
int numBands = rasterGeom.getNumSampleDimensions();
Expand Down Expand Up @@ -204,4 +202,3 @@ private static Point ensurePoint(Geometry geometry) {
throw new IllegalArgumentException("Attempting to get the value of a pixel with a non-point geometry.");
}
}

0 comments on commit 19c0122

Please sign in to comment.