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
Currently we have the pixel based algorithm which is common between rasterio and polygonize. However we don't offer anything for continuous contours.
Isoband.jl is used in Makie's contourf and would probably be the best choice here. This would be an algorithm of polygonize and implemented via package extension.
The text was updated successfully, but these errors were encountered:
Currently we have the pixel based algorithm which is common between rasterio and polygonize. However we don't offer anything for continuous contours.
Isoband.jl is used in Makie's contourf and would probably be the best choice here. This would be an algorithm of
polygonize
and implemented via package extension.The text was updated successfully, but these errors were encountered: