We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6775a8e + 3cbe77c commit efaa356Copy full SHA for efaa356
presto/inference.py
@@ -307,8 +307,8 @@ def process_parquet(df: pd.DataFrame) -> pd.DataFrame:
307
df["OPTICAL-B8A"] = 65535
308
df.rename(
309
columns={
310
- "S1-SIGMA0-VV": "SAR-VH",
311
- "S1-SIGMA0-VH": "SAR-VV",
+ "S1-SIGMA0-VV": "SAR-VV",
+ "S1-SIGMA0-VH": "SAR-VH",
312
"S2-L2A-B02": "OPTICAL-B02",
313
"S2-L2A-B03": "OPTICAL-B03",
314
"S2-L2A-B04": "OPTICAL-B04",
0 commit comments