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
Add functionality that processes latitude and longitude information from two source datasets (no need for reference to projections or regular grids): LAM and boundary. This functionality should:
Take lat-lon data from both LAM and boundary datasets.
Accept a specified distance parameter.
Return an index to the boundary dataset points that are within the specified distance from the LAM border.
Optionally include boundary points that are inside the LAM area.
The set up based only on a list of lat-lon coordinates and corresponding indexing will work nicely with #29.
My idea is to use the SphericalPolygon.convex_hull functionality from the spherical_geometry library package to achieve this (see example below).
The text was updated successfully, but these errors were encountered:
Add functionality that processes latitude and longitude information from two source datasets (no need for reference to projections or regular grids): LAM and boundary. This functionality should:
The set up based only on a list of lat-lon coordinates and corresponding indexing will work nicely with #29.
My idea is to use the SphericalPolygon.convex_hull functionality from the spherical_geometry library package to achieve this (see example below).
The text was updated successfully, but these errors were encountered: