Skip to content

Commit

Permalink
Update theropoda.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vieiramesquita authored Jun 21, 2024
1 parent 19866f5 commit 14f3c13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions theropoda.py
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,8 @@ def run(asset,id_field,output_name,colab_folder):
if os.path.exists(os.path.join(colab_folder,db + '_polygonList.txt')) is False:
build_id_list(asset,id_field,colab_folder)

run(asset,id_field,output_name,colab_folder)

input_file = output_name
start_date_trend, end_date_trend= '2019-01-01', '2024-01-01'
output_file_trends = f'{output_name[:-3]}_trend_analysis.pq'
Expand Down

0 comments on commit 14f3c13

Please sign in to comment.