From Division of Nearshore Research

DataQuery: DataSpecificationList

Data Specification List (Advanced Topic)

This is the only way (at present) to specify different combinations of sources, series, locations, and offsets. Primarily meant for retrieving NCEP model data (we import) from NWS CCWFO. The position-based list looks like this:

(<srcid>,<location>,<series>,[offset])

The named argument list looks like:

(src=<srcid>,loc=<location>,ser=<series>,[offset=<offset>])

Example

To retrieve predicted air temperature forecasts from BirdIsland, your DSpec might look like this:

(254,BirdIsland,patp)

If you want predicted air temperature forecasts that are at most 9 hours old, you add an offset value:

(254,BirdIsland,patp,<9)

If you only want 12 hour forecasts for predicted air temperature, use this:

(254,BirdIsland,patp,12)

For past performance comparisons where you want forecasts that are at least a certain age (say, at least 6 hours "old"), specify a minimum offset like so:

(254,BirdIsland,patp,>6)
Retrieved from http://lighthouse.tamucc.edu/DataQuery/DataSpecificationList
Page last modified on March 05, 2009, at 01:42 PM