Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
mraspaud committed Aug 29, 2024
1 parent aeab152 commit 26f1bde
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pygac/reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -680,12 +680,6 @@ def get_lonlat(self):

return self.lons, self.lats

def navigate(self, ds):
"""Navigate the data."""
navigation_entrypoints = entry_points(group="pygac.navigation")
navigation_function = navigation_entrypoints[self.navigation_method].load()
return navigation_function(ds, **self.calibration_parameters)

@abstractmethod
def _get_lonlat_from_file(self): # pragma: no cover
"""KLM/POD specific readout of lat/lon coordinates."""
Expand Down

0 comments on commit 26f1bde

Please sign in to comment.