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

Add encode_cf, decode_cf #69

Merged
merged 21 commits into from
Jul 17, 2024
Merged

Commits on Jul 1, 2024

  1. Add encode_cf, decode_cf

    dcherian committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    88fc6ba View commit details
    Browse the repository at this point in the history
  2. cleanup

    dcherian committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    16a927d View commit details
    Browse the repository at this point in the history
  3. Update gitignore

    dcherian committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    d527384 View commit details
    Browse the repository at this point in the history
  4. Add test

    dcherian committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    a3cbb16 View commit details
    Browse the repository at this point in the history
  5. Add cf_xarray as dependency

    dcherian committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    1ccf00e View commit details
    Browse the repository at this point in the history
  6. Update tests

    dcherian committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    a731a76 View commit details
    Browse the repository at this point in the history
  7. Handle multiple CRS

    dcherian committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    678977a View commit details
    Browse the repository at this point in the history
  8. Updates

    dcherian committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    6973805 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    70fddb0 View commit details
    Browse the repository at this point in the history
  10. fix tests

    dcherian committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    271929a View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Check indexes for equality

    dcherian committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    9de600b View commit details
    Browse the repository at this point in the history
  2. Add comment

    dcherian committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    ac7e9e5 View commit details
    Browse the repository at this point in the history
  3. Don't set crs attribute

    dcherian committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    2a7cf38 View commit details
    Browse the repository at this point in the history
  4. Revert "Don't set crs attribute"

    This reverts commit 2a7cf38.
    dcherian committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    dde34fe View commit details
    Browse the repository at this point in the history
  5. fix

    dcherian committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    3311a24 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Add cf-xarray to conda env

    dcherian committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    7da8e40 View commit details
    Browse the repository at this point in the history
  2. Update docs

    dcherian committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    0d40b44 View commit details
    Browse the repository at this point in the history
  3. Add docstring

    dcherian committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    818176e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f0fd82 View commit details
    Browse the repository at this point in the history
  5. Add to api.rst

    dcherian committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    e3faa52 View commit details
    Browse the repository at this point in the history
  6. Another fix.

    dcherian committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    9d8fa76 View commit details
    Browse the repository at this point in the history