You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe. HRITMSGFileHandler now has two methods _get_area_extent and get_area_extent to compute the area extent. The latter is inherited from HRITFileHandler and yields incorrect results for SEVIRI.
Describe the solution you'd like
The only reader using HRITFileHandler.get_area_extent is HRITGOESFileHandler. So we could remove that method and use the new helper methods from satpy.readers._geos_area in HRITGOESFileHandler instead.
Describe any changes to existing user workflow
None
Additional context
None
The text was updated successfully, but these errors were encountered:
Feature Request
Is your feature request related to a problem? Please describe.
HRITMSGFileHandler
now has two methods_get_area_extent
andget_area_extent
to compute the area extent. The latter is inherited fromHRITFileHandler
and yields incorrect results for SEVIRI.Describe the solution you'd like
The only reader using
HRITFileHandler.get_area_extent
isHRITGOESFileHandler
. So we could remove that method and use the new helper methods fromsatpy.readers._geos_area
inHRITGOESFileHandler
instead.Describe any changes to existing user workflow
None
Additional context
None
The text was updated successfully, but these errors were encountered: