-
Notifications
You must be signed in to change notification settings - Fork 11
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
Added additional data fields to superdarn_radars.py #19
Conversation
geographic: Named Tuple containing geographic latitude longitude and boresight geomagnetic: Named Tuple containing geomagnetic latitude longitude and boresight decommissioned: date radar was decommissioned (shut down) commissioned: date radar was officially commissioned (data considered stable) beamSep: angular separation between radar beams
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.
Regardless of whether we go forward with my suggestion, the docstring and variables should match.
Moving merge to |
Will test this tomorrow, just cleaned up the file to meet PEP8 standards. I would like to move this to |
Did this test in the python interpreter:
|
Merging code, and will be making an issue on adding the altitude to this file for the future. |
Added additional data fields to superdarn_radars.py
Added additional data fields to superdarn_radars.py
Added additional data fields to superdarn_radars.py
Added additional data fields to superdarn_radars.py
Added additional data fields to superdarn_radars.py
Added additional data fields to superdarn_radars.py
Added additional data fields to superdarn_radars.py Former-commit-id: 13b397d
geographic: Named Tuple containing geographic latitude longitude and boresight
geomagnetic: Named Tuple containing geomagnetic latitude longitude and boresight
decommissioned: date radar was decommissioned (shut down)
commissioned: date radar was officially commissioned (data considered stable)
beamSep: angular separation between radar beams