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

Feature/issue 49 #50

Merged
merged 6 commits into from
Nov 8, 2023
Merged

Feature/issue 49 #50

merged 6 commits into from
Nov 8, 2023

Conversation

danielfromearth
Copy link
Collaborator

@danielfromearth danielfromearth commented Nov 8, 2023

Closes #49

Description

This change adds CLI arguments to allow the user to switch the post-flattening concatenation method, between xarray's concat() or combine_by_coords() method. In addition, it adds a few keyword arguments (join, compat, and combine_attrs) for more finer control of the concatenation options.

Local test steps

Ran successful concatenation operations with CERES data files locally.

PR Acceptance Checklist

  • Unit tests added/updated and passing.
  • [N/A] Integration testing
  • CHANGELOG.md updated
  • Documentation updated (if needed).

@danielfromearth danielfromearth linked an issue Nov 8, 2023 that may be closed by this pull request
@danielfromearth danielfromearth self-assigned this Nov 8, 2023
@danielfromearth danielfromearth merged commit 5ddcd65 into develop Nov 8, 2023
2 checks passed
@danielfromearth danielfromearth deleted the feature/issue-49 branch November 8, 2023 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

More CLI arguments for finer control of concatenation method
1 participant