Skip to content

Commit

Permalink
REV: revert changes to develop
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed Mar 31, 2023
1 parent 8db0eef commit 167f521
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ This project adheres to [Semantic Versioning](https://semver.org/).
* Added CDAWeb methods that can use cdasws to get the remote file list
* Bug Fixes
* Updated CDAWeb routines to allow for data stored by year/day-of-year
* Added a sortby statement to GOLD nmax to sort scans by time.
* Documentation
* Added TIMED-GUVI platform
* Maintenance
Expand Down
1 change: 0 additions & 1 deletion pysatNASA/instruments/ses14_gold.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ def load(fnames, tag='', inst_id=''):
# Add time coordinate from scan_start_time
data['time'] = [dt.datetime.strptime(str(val), "b'%Y-%m-%dT%H:%M:%SZ'")
for val in data['scan_start_time'].values]
data = data.sortby('time')

# Update coordinates with dimensional data
data = data.assign_coords({'nlats': data['nlats'],
Expand Down

0 comments on commit 167f521

Please sign in to comment.