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 28, 2024
1 parent b3cded9 commit 0b9a61c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions theropoda.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
"""TheroPoDa.ipynb
"""TheroPoDa.py
Automatically generated by Colaboratory.
Expand All @@ -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 - [email protected]
Expand Down Expand Up @@ -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")
Expand Down

0 comments on commit 0b9a61c

Please sign in to comment.