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

Projection support #38

Open
wants to merge 28 commits into
base: main
Choose a base branch
from

Commits on Nov 13, 2024

  1. add DANRA projection information

    created with
    ```
    globe=ccrs.Globe(semimajor_axis=6367470,semiminor_axis=6367470)
    4:41
    ccrs.LambertConformal(central_longitude=proj_inf[‘LoV’]/1e6,standard_parallels=(proj_inf[‘Latin1’]/1e6,proj_inf[‘Latin2’]/1e6), central_latitude=((proj_inf[‘Latin1’]/1e6+proj_inf[‘Latin2’]/1e6))/2 ,false_easting=0, false_northing=0, globe=globe).to_cf()
    ```
    observingClouds committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    1683d16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa87576 View commit details
    Browse the repository at this point in the history
  3. add doctest CI

    observingClouds committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    4826e20 View commit details
    Browse the repository at this point in the history
  4. add pyproj dependency

    observingClouds committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    b67998d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ba4caa7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9244fdf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8dd485a View commit details
    Browse the repository at this point in the history
  8. fix doctest

    observingClouds committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    a8eacc4 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    db737ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44dff49 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fdb984b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    91ddfc2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ac0792c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d895094 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ae35d39 View commit details
    Browse the repository at this point in the history
  8. fix doctest

    observingClouds committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    05c3921 View commit details
    Browse the repository at this point in the history
  9. document changes

    observingClouds committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    350cf92 View commit details
    Browse the repository at this point in the history
  10. fix docstring

    observingClouds committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    18980b3 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Configuration menu
    Copy the full SHA
    5da27df View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Configuration menu
    Copy the full SHA
    0677415 View commit details
    Browse the repository at this point in the history
  2. fix typo

    Co-authored-by: SimonKamuk <[email protected]>
    observingClouds and SimonKamuk authored Nov 26, 2024
    Configuration menu
    Copy the full SHA
    967e9bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b830f95 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a584f91 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ed7250a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a6005f6 View commit details
    Browse the repository at this point in the history
  7. fix linting

    observingClouds authored Nov 26, 2024
    Configuration menu
    Copy the full SHA
    a63502d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d4480c0 View commit details
    Browse the repository at this point in the history
  9. fix linting

    observingClouds authored Nov 26, 2024
    Configuration menu
    Copy the full SHA
    7e5c79c View commit details
    Browse the repository at this point in the history