You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Computes *isorings* and __*contour polygons*__ by applying [marching squares](https://en.wikipedia.org/wiki/Marching_squares) to a rectangular array of numeric values.
8
-
Outputs ring coordinates or polygons contours as a `Vec` of [GeoJSON](https://github.com/georust/rust-geojson)[Feature](https://docs.rs/geojson/0.13.0/geojson/struct.Feature.html)s.
8
+
Outputs ring coordinates or polygons contours as a `Vec` of [GeoJSON](https://github.com/georust/rust-geojson)[Feature](https://docs.rs/geojson/latest/geojson/struct.Feature.html)s.
9
9
*Note : This is a port of [d3-contour](https://github.com/d3/d3-contour).*
0 commit comments