s1_static_layers
main()
Create the CLI and run the static layers workflow
Source code in src/compass/s1_static_layers.py
77 78 79 80 81 82 83 84 85 86 | |
run(cfg)
Run static layers workflow (i.e., generate static layers, geocode them, create product HDF5) with user-defined args stored in dictionary runconfig cfg
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
cfg
|
GeoRunConfig
|
GeoRunConfig object with user runconfig options |
required |
Source code in src/compass/s1_static_layers.py
42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 | |