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.
1 parent 4225088 commit 389883fCopy full SHA for 389883f
1 file changed
xarray_sentinel/__main__.py
@@ -12,7 +12,7 @@ def convert(source: str, target: str) -> None:
12
"IW/VV": "IW/VV",
13
"IW/VH": "IW/VH",
14
}
15
- client = distributed.Client(processes=True)
+ client = distributed.Client(processes=True) # type: ignore
16
print(client)
17
xarray_sentinel.reformat.to_group_zarr(source, target, groups=groups)
18
0 commit comments