Skip to content

Commit efaa356

Browse files
authored
Merge pull request #91 from WorldCereal/bugfix-bandmapping
Fixed band mapping 🤦
2 parents 6775a8e + 3cbe77c commit efaa356

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

presto/inference.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,8 +307,8 @@ def process_parquet(df: pd.DataFrame) -> pd.DataFrame:
307307
df["OPTICAL-B8A"] = 65535
308308
df.rename(
309309
columns={
310-
"S1-SIGMA0-VV": "SAR-VH",
311-
"S1-SIGMA0-VH": "SAR-VV",
310+
"S1-SIGMA0-VV": "SAR-VV",
311+
"S1-SIGMA0-VH": "SAR-VH",
312312
"S2-L2A-B02": "OPTICAL-B02",
313313
"S2-L2A-B03": "OPTICAL-B03",
314314
"S2-L2A-B04": "OPTICAL-B04",

0 commit comments

Comments
 (0)