Skip to content

Commit

Permalink
Merge pull request #2153 from gerritholl/improve-docs-finest
Browse files Browse the repository at this point in the history
Document alternative for get_min/max_area
  • Loading branch information
djhoese committed Aug 2, 2022
2 parents 7e76b5e + d4f8ddc commit fc66d32
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions satpy/scene.py
Expand Up @@ -316,6 +316,8 @@ def finest_area(self, datasets=None):
def max_area(self, datasets=None):
"""Get highest resolution area for the provided datasets. Deprecated.
Deprecated. Use :meth:`finest_area` instead.
Args:
datasets (iterable): Datasets whose areas will be compared. Can
be either `xarray.DataArray` objects or
Expand All @@ -342,6 +344,8 @@ def coarsest_area(self, datasets=None):
def min_area(self, datasets=None):
"""Get lowest resolution area for the provided datasets. Deprecated.
Deprecated. Use :meth:`coarsest_area` instead.
Args:
datasets (iterable): Datasets whose areas will be compared. Can
be either `xarray.DataArray` objects or
Expand Down

0 comments on commit fc66d32

Please sign in to comment.