-
Notifications
You must be signed in to change notification settings - Fork 14
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
Release/2.5.0 #163
Merged
Merged
Release/2.5.0 #163
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Conflicts: # pyproject.toml
* update ascending flag variable clean up * Update changelog * Add sndr ascending/descending type * Update testing file * added sndr file to list files to test * change tests to call subset method * change assertion test if box returned is true * change assertion test if box returned is true * expand time test zone * Ascending flag does not coorespond to the asc_node_time * Ascending flag does not coorespond to the asc_node_time * Updated werkzeug=2.2.3 and cryptography=='39.0.1' * Update poetry * Ran poetry update * Update poetry version used in pipeline * Fix pylint errors * Bump python version used in build * rollback numpy=1.24 to numpy=1.23.5 --------- Co-authored-by: nlensse1 <nicholas.f.lenssen@nasa.gov> Co-authored-by: Frank Greguska <89428916+frankinspace@users.noreply.github.com>
…042620-POCLOUD C1240739719-POCLOUD C1256420924-POCLOUD C1245295751-POCLOUD C1238621118-POCLOUD C1238621219-POCLOUD C1240739606-POCLOUD C1242735870-POCLOUD C1240739611-POCLOUD C1240739704-POCLOUD C1238657961-POCLOUD C1238658049-POCLOUD C1241042621-POCLOUD C1238621092-POCLOUD C1238658050-POCLOUD C1240739764-POCLOUD C1238621115-POCLOUD C1238657960-POCLOUD C1256524295-POCLOUD C1245295750-POCLOUD C1240739768-POCLOUD C1238621176-POCLOUD
…687534-POCLOUD C1238687284-POCLOUD C1256445396-POCLOUD C1238621172-POCLOUD C1240739654-POCLOUD C1238658086-POCLOUD C1238621186-POCLOUD C1238687546-POCLOUD C1238658080-POCLOUD C1240739688-POCLOUD C1238621182-POCLOUD
* update l2ss to load each dataset variable individually to write to file * remove unused variable * remove test variable that is not used
* update l2ss py to open hdf5 files if we fail to open as netcdf, and change way we copy attributes in case it has a / * fix pylint and removed comment * update changelog
* update l2ss py to open hdf5 files if we fail to open as netcdf, and change way we copy attributes in case it has a / * fix pylint and removed comment * update changelog * change so that were able to process S1 and S2 dtypes * fix pylint and flake8 * revert spaces * remove spaces * remove spaces
* add group variable fix test * Updated MLS fix with TEMPO * update linting * fix pylinting * Fix pylint * fix pylint * add extra blank line * Update group_vars extending function * fix linting * attempted fix with variable subsetting * pylinting updated * Update subset.py and lint * Update subset.py and lint * fix unique groups * fix unique groups * fix unique groups * fix unique groups * add unit test * remove print statements * remove whitespace * CHANGELOG updated * add space in file * remove whitespace * Don't add a variable twice * fix linting * add root variable subsetting * add root variable subsetting * include file ext in tests for argument * update tests * update tests * allow subsetting from one lat var name * allow subsetting from one lat var name * allow subsetting from one lat var name * allow temporal subsetting for MLS and OCO3 * updated changelog * Update test change * remove itertools extra import * Update checking the var_name --------- Co-authored-by: nlensse1 <nicholas.f.lenssen@nasa.gov>
* make separate copy of test data file to get expected results before subsetting * update CHANGELOG.md * lint the test_subset.py file via pylint
frankinspace
reviewed
Jun 8, 2023
# Conflicts: # CHANGELOG.md # pyproject.toml
* re-add get timevar process for MLS * Update changelog * Add comments for get time var name * Add comments for get time var name --------- Co-authored-by: nlensse1 <nicholas.f.lenssen@nasa.gov>
# Conflicts: # CHANGELOG.md # pyproject.toml
* Update xarray dataset merge * update subsetting for variables without sptaital dimensions * Update variable names and Changelog * Update variable name * Update variable name --------- Co-authored-by: nlensse1 <nicholas.f.lenssen@nasa.gov>
# Conflicts: # pyproject.toml
…584109-POCLOUD C2601583089-POCLOUD C2601581863-POCLOUD C2628598397-POCLOUD
# Conflicts: # pyproject.toml
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[2.5.0]
Added
Changed
Deprecated
Removed
Fixed
subset_bbox using the unique group name.
Security