Skip to content

Commit

Permalink
Merge develop into this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
nlensse1 committed May 17, 2024
2 parents 914b381 + 3ef0de6 commit 923a24f
Show file tree
Hide file tree
Showing 3 changed files with 374 additions and 181 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- [issue/260](https://github.com/podaac/l2ss-py/pull/261): Add gpm cleanup function to add a timeMidScan variable if the timeMidScan variable isn't present. Function takes the years, months, days etc ScanTime variables and creates a single time variable using datetime.datetime library.
### Changed
### Deprecated
### Removed
### Fixed
### Security


## [2.10.0]
### Added
- [issue/260](https://github.com/podaac/l2ss-py/pull/261): Add gpm cleanup function to add a timeMidScan variable if the timeMidScan variable isn't present. Function takes the years, months, days etc ScanTime variables and creates a single time variable using datetime.datetime library.
### Changed
- Update code to determin lat lon time variables
- Update xarray version
- [pull/248](https://github.com/podaac/l2ss-py/pull/248): add Harmony extra_args.cut parameter to subset_params in service adapter
### Deprecated
### Removed
### Fixed
- [issue/258](https://github.com/podaac/l2ss-py/issues/258): fix line 1206 so that ScanTime is what determines a GPM file
- [issue/258](https://github.com/podaac/l2ss-py/issues/258): fix so that ScanTime is what determines a GPM file
### Security


Expand Down
Loading

0 comments on commit 923a24f

Please sign in to comment.