Skip to content

Commit

Permalink
removed unused noDataValue declaration in intersect-polygon
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielJDufour committed Oct 7, 2023
1 parent c9b54e7 commit 537a6c5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/intersect-polygon/intersect-polygon.module.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ import wrapParse from "../wrap-parse";
// import writePng from "@danieljdufour/write-png";

const intersectPolygon = (georaster, geometry, perPixelFunction, { debug_level = 0 } = {}) => {
const { noDataValue } = georaster;

const georaster_bbox = [georaster.xmin, georaster.ymin, georaster.xmax, georaster.ymax];

const precisePixelHeight = georaster.pixelHeight.toString();
Expand Down

0 comments on commit 537a6c5

Please sign in to comment.