From fe5839b8b6c9440af899f8361266a6c2c249135e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Mesquita?= Date: Sun, 30 Jun 2024 01:17:51 -0300 Subject: [PATCH] Update theropoda.py --- theropoda.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theropoda.py b/theropoda.py index 6bb6e51c..a554ac57 100644 --- a/theropoda.py +++ b/theropoda.py @@ -380,7 +380,7 @@ def build_time_series_check(index,obj,id_field,outfile,asset,checker=False): """ #Builds and writes the Polygon ID list -def build_id_list(asset,id_field,colab_folder): +def build_id_list(asset,id_field,colab_folder,db): """ Builds and writes a text file containing each Polygon ID used to extract the time series. @@ -420,7 +420,7 @@ def get_ids(feat): Function responsible to catch argument information and start run the process. """ -def run(asset,id_field,output_name,colab_folder): +def run(asset,id_field,output_name,colab_folder,db): """ Manages the overall workflow by catching argument information and initiating the process of extracting NDVI time series data for specified polygonal areas.