Skip to content

Commit

Permalink
refactor: make geos boundary static method
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Rösner committed Jul 25, 2024
1 parent dad4054 commit f31cc52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyresample/utils/cartopy.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ def __init__(self,
else:
self._boundary = self._geos_boundary()

def _geos_boundary(self):
@staticmethod
def _geos_boundary():
"""Calculate full disk boundary.
This code is copied over from the 'Geostationary' class in 'cartopy/lib/cartopy/crs.py'.
Expand Down

0 comments on commit f31cc52

Please sign in to comment.