Skip to content

Commit 55a8a66

Browse files
committed
@turf/isobands initial implementation
1 parent aaec1a7 commit 55a8a66

File tree

8 files changed

+2272
-2336
lines changed

8 files changed

+2272
-2336
lines changed

packages/turf-isobands/index.ts

Lines changed: 367 additions & 12 deletions
Large diffs are not rendered by default.

packages/turf-isobands/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
"@turf/invariant": "workspace:*",
8383
"@turf/meta": "workspace:*",
8484
"@types/geojson": "^7946.0.10",
85+
"polyclip-ts": "^0.16.8",
8586
"tslib": "^2.8.1"
8687
}
8788
}

packages/turf-isobands/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { getCoords } from "@turf/invariant";
1111
import { lineString } from "@turf/helpers";
1212
import { randomPolygon } from "@turf/random";
1313
import { matrixToGrid } from "./lib/matrix-to-grid.js";
14-
import { isobands } from "./index.js";
14+
import { isobands, isoContours } from "./index.js";
1515

1616
const __dirname = path.dirname(fileURLToPath(import.meta.url));
1717

0 commit comments

Comments
 (0)