![]() |
A few variables aren't used by the OPeNDAP Matlab GUI, but are used by
getrectg, the getxxx function used here. They are
documented here because the getrectg function is flexible enough
to be used for many different gridded datasets. See
section 3.2 for more information about the
getxxx API.
Serveraxes_ordergetrectg returns
them.
Time_Offsetgetrectg
to subtract one day from the day values in the dataset before
returning them to the OPeNDAP Matlab GUI.
LongitudeName, LatitudeName, TimeName,
DepthNameSelectableVariablesDodsNameSelectableVariables list.
DataNullSelectableVariables list.
As data from the remote dataset is interned into Matlab, any values
matching the appropriate element of this array will be changed into
the Matlab NaN ("not a number") value.
DataScaleDataNull
array. Entries of [NaN NaN] or [0 1] do no scaling.
Within the OPeNDAP Matlab GUI an effort is made to present the data to the user
in SI units. For example, density would be presented in kg/m3.
Not required.
NOTE: While technically not required, DataScale and
DataNull are in practice almost essential for the return of
intelligible results to the user. In addition, for datasets that
use extreme values as a bad or missing data flag, (e.g., -9e42) ,
no meaningful plotting will be able to be done within the browser
unless DataNull is declared.