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

[Future Spherical Class] Add SPoint and SMultiPoint #465

Merged
merged 20 commits into from
Nov 17, 2022

Commits on Nov 8, 2022

  1. Add SPoint and SMultiPoint

    ghiggi committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    45e5b18 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Update __str__ method

    Co-authored-by: Martin Raspaud <martin.raspaud@smhi.se>
    ghiggi and mraspaud authored Nov 15, 2022
    Configuration menu
    Copy the full SHA
    881ed4c View commit details
    Browse the repository at this point in the history
  2. Update __repr__ method

    Co-authored-by: Martin Raspaud <martin.raspaud@smhi.se>
    ghiggi and mraspaud authored Nov 15, 2022
    Configuration menu
    Copy the full SHA
    2208589 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd27e14 View commit details
    Browse the repository at this point in the history
  4. Fix sphinx problem

    ghiggi committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    d2581ae View commit details
    Browse the repository at this point in the history
  5. Fix sphinx problem

    ghiggi committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    9f9599d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    73d9a1b View commit details
    Browse the repository at this point in the history
  7. Remove else if else in CCoordinate.normalize

    Co-authored-by: Martin Raspaud <martin.raspaud@smhi.se>
    ghiggi and mraspaud authored Nov 15, 2022
    Configuration menu
    Copy the full SHA
    6d65d22 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Update copyright

    Co-authored-by: David Hoese <david.hoese@ssec.wisc.edu>
    ghiggi and djhoese authored Nov 16, 2022
    Configuration menu
    Copy the full SHA
    fbe8c05 View commit details
    Browse the repository at this point in the history
  2. Update file description

    ghiggi authored Nov 16, 2022
    Configuration menu
    Copy the full SHA
    51b259a View commit details
    Browse the repository at this point in the history
  3. Update SPoint docstring

    ghiggi authored Nov 16, 2022
    Configuration menu
    Copy the full SHA
    86ff4fb View commit details
    Browse the repository at this point in the history
  4. Update SMultiPoint docstring

    ghiggi authored Nov 16, 2022
    Configuration menu
    Copy the full SHA
    5938cea View commit details
    Browse the repository at this point in the history
  5. Update SPoint docstring

    ghiggi authored Nov 16, 2022
    Configuration menu
    Copy the full SHA
    fef04b4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ae18d6d View commit details
    Browse the repository at this point in the history
  7. Replace [None,:] with [np.newaxis, :]

    Co-authored-by: David Hoese <david.hoese@ssec.wisc.edu>
    ghiggi and djhoese authored Nov 16, 2022
    Configuration menu
    Copy the full SHA
    f52ae78 View commit details
    Browse the repository at this point in the history
  8. Update information for installing cartopy

    Co-authored-by: David Hoese <david.hoese@ssec.wisc.edu>
    ghiggi and djhoese authored Nov 16, 2022
    Configuration menu
    Copy the full SHA
    b2cd0ba View commit details
    Browse the repository at this point in the history
  9. Address review remarks

    ghiggi committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    0ebbe49 View commit details
    Browse the repository at this point in the history
  10. Update repr docstring

    ghiggi authored Nov 16, 2022
    Configuration menu
    Copy the full SHA
    b8f14c2 View commit details
    Browse the repository at this point in the history
  11. Update str docstring

    ghiggi authored Nov 16, 2022
    Configuration menu
    Copy the full SHA
    cd23b3c View commit details
    Browse the repository at this point in the history
  12. Add from_degrees class method

    ghiggi committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    a48ac65 View commit details
    Browse the repository at this point in the history