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.