Skip to content

Commit 47c9dca

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 52e302e commit 47c9dca

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

scripts/worldcover/run.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -393,9 +393,7 @@ def get_pixels(result):
393393
# print(gdf)
394394

395395
gdf.to_parquet(
396-
path=outpath,
397-
compression="ZSTD",
398-
schema_version="1.0.0"
396+
path=outpath, compression="ZSTD", schema_version="1.0.0"
399397
)
400398

401399
s3_client = boto3.client("s3")

scripts/worldcover/run_msi_sar.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -422,9 +422,7 @@ def make_batch(result):
422422
# print(gdf)
423423

424424
gdf.to_parquet(
425-
path=outpath,
426-
compression="ZSTD",
427-
schema_version="1.0.0"
425+
path=outpath, compression="ZSTD", schema_version="1.0.0"
428426
)
429427

430428
s3_client = boto3.client("s3")

0 commit comments

Comments
 (0)