From 2addd67e2fb043499cf1228cc088870ad538797f Mon Sep 17 00:00:00 2001 From: Impact <pascal.mouquet@ird.fr> Date: Thu, 5 May 2022 16:44:39 +0400 Subject: [PATCH] initiate new function to compute all ql for the library --- sen2chain/library.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sen2chain/library.py b/sen2chain/library.py index f516f5c..50de4f8 100644 --- a/sen2chain/library.py +++ b/sen2chain/library.py @@ -170,6 +170,14 @@ class Library: pass logger.info("Total size to move: {}".format(human_size_decimal(total_size))) + def create_all_ql(self, + product_list: list = [], + tile_list: list = [], + ): + toto = 52 + + + def update_latest_ql(self): """ Produce or update the latest quicklook for the L2A library tiles -- GitLab