Skip to content

Commit

Permalink
Update satpy/dataset/metadata.py
Browse files Browse the repository at this point in the history
Co-authored-by: David Hoese <david.hoese@ssec.wisc.edu>
  • Loading branch information
pnuu and djhoese committed Feb 13, 2024
1 parent aee140a commit 52b2d41
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions satpy/dataset/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,11 @@ def combine_metadata(*metadata_objects):
`None` values resulting from data that don't have times associated to them
are removed. These rules are applied also to values in the 'time_parameters'
dictionary.
.. versionchanged:: 0.47
Before Satpy 0.47, all times, including `start_time` and `end_time`, were averaged.
.. versionchanged:: 0.47
Before Satpy 0.47, all times, including `start_time` and `end_time`, were averaged.
In the interest of processing time, lazy arrays are compared by object
identity rather than by their contents.
Expand Down

0 comments on commit 52b2d41

Please sign in to comment.