Skip to content
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

ENH: Improve calc_measured_loc performance and support #57

Merged
merged 8 commits into from
Sep 16, 2021

Commits on Sep 14, 2021

  1. ENH: expanded az/el detections

    Expanded the format of acceptable JRO azimuth and elevation variable names.
    aburrell committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    6ef86e0 View commit details
    Browse the repository at this point in the history
  2. TST: created unit tests for JRO methods

    Created unit tests for all of the JRO-specific methods.
    aburrell committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    3a0c3f3 View commit details
    Browse the repository at this point in the history
  3. DOC: added JRO example

    Added an example for calculating the JRO ISR beam location.
    aburrell committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    edc3a6e View commit details
    Browse the repository at this point in the history
  4. ENH: added a JRO example figure

    Added a figure showing the results of adding the geographic beam location to JRO ISR data.
    aburrell committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    2e317e1 View commit details
    Browse the repository at this point in the history
  5. STY: added section labels

    Added section labels to the methods documentation.
    aburrell committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    201c7f5 View commit details
    Browse the repository at this point in the history
  6. DOC: updated examples index

    Updated the examples index to include the JRO ISR beam calculation example.
    aburrell committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    2484657 View commit details
    Browse the repository at this point in the history
  7. DOC: updated changelog

    Updated the changelog to include a new release section, adding the changes made in this branch.
    aburrell committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    ca2c229 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2021

  1. STY: added return to methods

    Added `return` to all test methods.
    
    Co-authored-by: Jeff Klenzing <[email protected]>
    aburrell and jklenzing authored Sep 15, 2021
    Configuration menu
    Copy the full SHA
    a471c6d View commit details
    Browse the repository at this point in the history