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 has been 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).
The text was updated successfully, but these errors were encountered:
One idea is to have raye go around hawaii and back to vancouver island, and in that case, i think we’d want to be able to have raye avoid all the islands of hawaii, but again i think its something we focus on down the road
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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).
The text was updated successfully, but these errors were encountered: