Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
savmickael committed Feb 14, 2022
1 parent 8414826 commit 411ce8c
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/ewoc_dag/bucket/ewoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@
import pandas as pd

from ewoc_dag.bucket.eobucket import EOBucket
from ewoc_dag.eo_prd_id.ewoc_prd_id import (EwocArdPrdIdInfo,
EwocS1ArdPrdIdInfo,
EwocTirArdPrdIdInfo)
from ewoc_dag.eo_prd_id.ewoc_prd_id import (
EwocArdPrdIdInfo,
EwocS1ArdPrdIdInfo,
EwocTirArdPrdIdInfo,
)

_logger = logging.getLogger(__name__)

Expand Down Expand Up @@ -288,7 +290,9 @@ def tir_to_satio_csv(
{"date": prds_datetime, "tile": tile_id, "level": "L2SP", "path": prds_path}
).to_csv(filepath)

def upload_ard_prd(self, ard_prd_path: Path, ard_prd_prefix: str) -> Tuple[int, float]:
def upload_ard_prd(
self, ard_prd_path: Path, ard_prd_prefix: str
) -> Tuple[int, float]:
"""Upload EWoC ARD tif files to EWoC ARD bucket
Args:
Expand Down

0 comments on commit 411ce8c

Please sign in to comment.