-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial draft of rotposatt.py routine. #71
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #71 +/- ##
===========================================
+ Coverage 24.39% 54.05% +29.66%
===========================================
Files 6 7 +1
Lines 164 111 -53
===========================================
+ Hits 40 60 +20
+ Misses 124 51 -73
☔ View full report in Codecov by Sentry. |
Currently there's a draft PR #69 that will satisfy these. Though that PR needs some tests before it's ready. |
@johnbdesanto I've committed a couple of the suggested changes. You should be able to pull these changes locally. Also #69 is almost done. Need a final review then it's ready to be merged. |
This PR is now stale. After discussion with @johnbdesanto, we decided that @SquirrelKnight will be contributing code for this routine. |
Routine is currently incomplete, needs syntax review. Also needs subroutines for xyz2enu and enu2xyz to be implemented, which are in the Fortran code. These subroutines require a longitude and latitude, which can be generated by other Fortran scripts in the old software, but there may be a tool already existing in python, pyproj, that can perform these actions. Needs investigation.