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
Issue: Create User Guide for Accurate Spherical Operator
Description
We have designed a suite of accurate operators specifically tailored for calculations on spherical surfaces. These operators significantly enhance the precision of computations involving normal vectors, intersections of geodesic arcs (GCAs), and intersections between geodesic arcs and constant latitude lines.
Features
Achieves an error tolerance as low as half the precision. For float64, this global error tolerance is approximately (10^{-8}).
Accurate Normal Vector Calculation:
Our algorithm calculates the normal vector on a spherical surface with remarkable accuracy using floating-point arithmetic.
Spherical Bounding Box:
Efficiently and accurately bounds each face within a lat-lon box on a unit sphere.
Minimizes rounding errors and adeptly handles pole point detection within polygons and antimeridian cases.
GCA-GCA Intersection:
Computes the intersection points of two geodesic arcs with high precision.
Maintains the global error tolerance within the specified limits, ensuring reliable results in geospatial analysis.
GCA-ConstLat Intersection:
Faster and more accurate than traditional methods, including those used in Climate Data Operators (CDO).
Ensures stability and precision, particularly around the poles.
Achieves the global error tolerance.
Objectives
User Guide Creation:
Document detailed steps for using the spherical operator functions.
Include explanations of the algorithms, their implementation, and the specific scenarios they address.
Provide examples and visual aids, such as the Spherical Bounding Box image, to illustrate the operators in action.
These advancements address long-standing geoscience issues, including the degeneration of closely positioned points, inconsistent intersection points, and other geometry problems caused by error propagation. As a result, our work significantly enhances the reliability of geospatial analysis. The enhanced methodologies are prepared for integration into UXarray, an open-source Python package for the automated analysis of various climate data inputs.
The text was updated successfully, but these errors were encountered:
Proposed new feature or change:
Issue: Create User Guide for Accurate Spherical Operator
Description
We have designed a suite of accurate operators specifically tailored for calculations on spherical surfaces. These operators significantly enhance the precision of computations involving normal vectors, intersections of geodesic arcs (GCAs), and intersections between geodesic arcs and constant latitude lines.
Features
Achieves an error tolerance as low as half the precision. For float64, this global error tolerance is approximately (10^{-8}).
Accurate Normal Vector Calculation:
Spherical Bounding Box:
GCA-GCA Intersection:
GCA-ConstLat Intersection:
Objectives
These advancements address long-standing geoscience issues, including the degeneration of closely positioned points, inconsistent intersection points, and other geometry problems caused by error propagation. As a result, our work significantly enhances the reliability of geospatial analysis. The enhanced methodologies are prepared for integration into UXarray, an open-source Python package for the automated analysis of various climate data inputs.
The text was updated successfully, but these errors were encountered: