bp / resqpy

Python API for working with RESQML models
https://resqpy.readthedocs.io/en/latest/
MIT License
51 stars 14 forks source link

Crs handling conversion between different axis orderings #774

Closed andy-beer closed 6 months ago

andy-beer commented 6 months ago

The Crs class is enhanced to handle conversions between crs'es with different axis orderings.

Unit tests for the crs module are also expanded.

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (61758f3) 81.57% compared to head (cf3ea12) 81.61%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #774 +/- ## ========================================== + Coverage 81.57% 81.61% +0.03% ========================================== Files 190 190 Lines 32865 32886 +21 ========================================== + Hits 26811 26841 +30 + Misses 6054 6045 -9 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.