diff --git a/icepyx/core/query.py b/icepyx/core/query.py index 10ac9c132..9c301203c 100644 --- a/icepyx/core/query.py +++ b/icepyx/core/query.py @@ -816,6 +816,14 @@ def product_summary_info(self): ] for key in summ_keys: print(key, ": ", self._about_product["feed"]["entry"][-1][key]) + + def latest_version(self): + """ + A reference function to is2ref.lates_version. + + Determine the most recent version available for the given product. + """ + return is2ref.latest_version(self.product) def product_all_info(self): """