From 0b9a61c54e4e2a851bd13abb1b67940e2fba4978 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Mesquita?= Date: Fri, 28 Jun 2024 13:54:08 -0300 Subject: [PATCH] Update theropoda.py --- theropoda.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/theropoda.py b/theropoda.py index a5a3286b..44d1c586 100644 --- a/theropoda.py +++ b/theropoda.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -"""TheroPoDa.ipynb +"""TheroPoDa.py Automatically generated by Colaboratory. @@ -10,7 +10,7 @@ T(h)eroPoDa - Time Series Extraction for Polygonal Data + Trend Analysis ### Description -Toolkit created to extract time series information from Sentinel 2 data stored in Earth Engine +Toolkit created to extract Time Series information from Sentinel 2 stored in Earth Engine, perform gap filling and trend analysis image ### Author Vinícius Vieira Mesquita - vieiramesquita@gmail.com @@ -39,7 +39,8 @@ import sqlite3 from skmap.misc import date_range, ttprint from trend_analysis import run as trend_run -from skmap import parallel +from skmap import parallel +import argparse logger.add("log_do_.log", rotation="500 MB")