GRIB Global Weather Data Grid Import Automation Options
Since the Import Options dialog is not displayed when the program is driven from an automation script, an options string can be specified in the script. The string consists of comma-separated parameters, which specify the behavior of the various import options. A typical example would be:
"Defaults=1,WhichGrid=2"
This would first set all import options to their default values, then set the grid number 2 for import.
Option |
Action |
Default |
Description |
WhichGrid |
-1 = Import all grids Integer = grid number |
"" |
Specifies which grid to import. This is the desired grid's 0-based sequence number within the file. 0 = first grid, 1 = second grid, etc. |