-
Couldn't load subscription status.
- Fork 49
Surveyconvert gsi2stn #63
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
Conversation
- get standard deviation parameters from config (*.gpy) file - add slope distance ppm standard deviation formula - update test suite resources to incorporate new changes - new test for gsi2msr with no config file
- modified survey function va_conv - added test coverage for va_conv
- added function precise_inst_ht (incl. test coverage) geodepy.surveyconvert.gsi - changed gsi outputs to take name from .gpy file
- added radiations and joins (and test coverage) geodepy.convert - new functions polar2rect and rect2polar geodepy.surveyconvert.gsi - bugfix in gsi2stn geodepy.tests.test_surveyconvert - added cleanup of temp dirs, started new test for gsi2stn
- added more test coverage
- added more test coverage for DDMAngle
- minor changes to tests
number of times observation has been repeated. Change DNA output calculation of standard deviations to incorporate repeated observations.
rounds of observations into a single set of observations. Refactor of surveyconvert test suite and update of example files accounting for changes to reducesetup()
…eyconvert_gsi2stn # Conflicts: # geodepy/surveyconvert/classtools.py
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, even though I don't understand a lot of this. :-)
| def __add__(self, other): | ||
| return dec2dms(self.dec() + other.dec()) | ||
|
|
||
| def __radd__(self, other): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure what this does?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This method is called Reverse Add and fixed an issue with summing together multiple DMSAngle Objects. There's a great explanation here:
https://www.reddit.com/r/learnpython/comments/3cvgpi/can_someone_explain_radd_to_me_in_simple_terms_i/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you are adding two DMSAngle objects then both should have the add method and this shouldn't be an issue?
In surveyconvert suite:
averaging of multiple rounds of observations