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
Port the NCL gc_* family of functions, including: gc_aangle, gc_clkwise, gc_dangle, gc_inout, gc_latlon, gc_onarc, gc_pnt2gc, gc_qarea, gc_tarea. The gc_* functions perform great circle calculations, such as whether a given point is located on a specified great circle arc (gc_onarc) or if a point is located within a polygon bounded by a set of great circle arcs (gc_inout).
The text was updated successfully, but these errors were encountered:
I'm not sure where these functions rank in priority, but we received a bug report for the implementation of gc_inout provided by PyNGL. We may want to consider adding gc_inout (and other gc_ functions) here rather than fixing a version of it that we could instead deprecate from PyNGL.
Port the NCL
gc_*
family of functions, including: gc_aangle, gc_clkwise, gc_dangle, gc_inout, gc_latlon, gc_onarc, gc_pnt2gc, gc_qarea, gc_tarea. Thegc_*
functions perform great circle calculations, such as whether a given point is located on a specified great circle arc (gc_onarc) or if a point is located within a polygon bounded by a set of great circle arcs (gc_inout).The text was updated successfully, but these errors were encountered: