https://github.com/d3/d3-contour
Compute contour polygons using marching squares.
https://github.com/d3/d3-contour
Last synced: 12 months ago
JSON representation
Compute contour polygons using marching squares.
- Host: GitHub
- URL: https://github.com/d3/d3-contour
- Owner: d3
- License: isc
- Created: 2017-04-04T22:41:34.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2024-11-26T10:43:03.000Z (over 1 year ago)
- Last Synced: 2025-05-06T01:02:40.349Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://d3js.org/d3-contour
- Size: 6.3 MB
- Stars: 508
- Watchers: 16
- Forks: 63
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# d3-contour
This module computes contour polygons by applying [marching squares](https://en.wikipedia.org/wiki/Marching_squares) to a rectangular array of numeric values.
## Resources
- [Documentation](https://d3js.org/d3-contour)
- [Examples](https://observablehq.com/collection/@d3/d3-contour)
- [Releases](https://github.com/d3/d3-contour/releases)
- [Getting help](https://d3js.org/community)