22 lines
839 B
Markdown
22 lines
839 B
Markdown
# Windows Distribution
|
|
|
|
`gf3wrapper.exe` is the prebuilt SARscape Go wrapper.
|
|
|
|
Run from the repository root:
|
|
|
|
```powershell
|
|
.\dist\windows\gf3wrapper.exe `
|
|
-input "D:\GF3\L1A_BATCH" `
|
|
-output "E:\GF3\L2_SARscape" `
|
|
-dem "D:\DEM\COPDEM_GLO30_China_4326_DEM" `
|
|
-pol "HH,HV"
|
|
```
|
|
|
|
The executable requires ENVI/IDL Runtime and SARscape on the target machine.
|
|
|
|
In directory mode, failed scenes are skipped and listed in a final batch summary. The wrapper continues with remaining scenes, but exits non-zero if any scene failed.
|
|
|
|
Rerunning the same input/output pair skips scenes with complete geocoded outputs for the requested polarizations and processes only missing or incomplete scenes.
|
|
|
|
After successful runs, `gf3wrapper.json` is created in this directory to store defaults. That file is local runtime state and is ignored by Git.
|