Skip to content

Commit

Permalink
Update theropoda.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vieiramesquita committed Jun 30, 2024
1 parent f17b054 commit fe5839b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theropoda.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit fe5839b

Please sign in to comment.