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
{{ message }}
This repository was archived by the owner on Jan 2, 2024. It is now read-only.
The current method generates a land mass by iterating through each latitude in a given bounding box and finding the leftmost and rightmost coordinate that is shallower than the given depth. This creates one polygon.
What we want to do: given a bounding box, create disconnected polygons for each area that is shallower than the given depth (i.e. island).