First, you should have done the previous part here : Data inserting.
Then you could use the scripts in the shell/bin directory. For pgrid-prepare and pgrid-collector, you can have a description of the allowed parameters by specifying a --help parameter.
Here is a description of known parameters and their goals for the pgrid-prepare script.
Parameter |
Goal |
|---|---|
layer |
Layer name to create. |
identifier |
Identifier for the serie, its name. |
format |
Format name to use. |
pathname |
URL of the OPeNDAP server. |
description (Optional) |
Description for the layer. |
period (Optional) |
Period for the layer. |
procedure (Optional) |
Procedure for the layer. |
thematic (Optional) |
Thematic for the layer. |
Now run :
It will create a new layer with the name and description specified, and a serie with the name specified in the indentifier parameter, using the OPeNDAP url specified in the pathname parameter.
Then run :
It will collect information from the OPeNDAP server specified already specified.
Here is a description of known parameters and their goals for the pgrid-collector script.
Parameter |
Goal |
|---|---|
layer |
Layer name. Should be the same as the one provided in the script pgrid-prepare |
format |
Format name. Must be present in the Format table before running this script. |
variable (Optional) |
Variable to consider when collecting data. It is the NetCDF variable to consider in the data set. |
type (Optional) |
Should be opendap here, but can be not specified. |