Skip to content

Commit

Permalink
Merge pull request #2606 from simonrp84/epic_upd
Browse files Browse the repository at this point in the history
Change platform name for EPIC (DSCOVR) to upper case.
  • Loading branch information
djhoese committed Oct 21, 2023
2 parents 34e2bd9 + 58ddfaa commit 3876475
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion satpy/readers/epic_l1b_h5.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def __init__(self, filename, filename_info, filetype_info):
super(DscovrEpicL1BH5FileHandler, self).__init__(filename, filename_info, filetype_info)

self.sensor = 'epic'
self.platform_name = 'dscovr'
self.platform_name = 'DSCOVR'

@property
def start_time(self):
Expand Down
2 changes: 1 addition & 1 deletion satpy/tests/writer_tests/test_cf.py
Original file line number Diff line number Diff line change
Expand Up @@ -1448,5 +1448,5 @@ def _should_use_compression_keyword():
versions = _get_backend_versions()
return (
versions["libnetcdf"] >= Version("4.9.0") and
versions["xarray"] >= Version("2023.10")
versions["xarray"] >= Version("2023.11")
)

0 comments on commit 3876475

Please sign in to comment.