Subset Service for Radar Level2 Data (version 1.0)


Please send comments to the THREDDS email group (preferred) or to Robb KambicOverview

See Subset Service for an overview.

RadarLevel2 Subset Service

A. Example urls

Some interesting URLs for the radarServer service:

Subsetting Parameters

Some interesting URLs for the radarServer query service:

B. Specify spatial extent

Latitude, longitude values are specified in decimal degrees north and east, respectively.

Use one of the following methods:

1. Specify lat/lon bounding box

Specify all of these parameters (order does not matter):

    • north: latitude north (decimal degrees)
    • south: latitude south (decimal degrees)
    • east: longitude east (decimal degrees)
    • west: longitude west (decimal degrees)

The bounding box has west as its west edge, includes all points going east until the east edge. Units must be degrees east, may be positive or negative, and will be taken modulo 360. Therefore, when crossing the dateline, the west edge may be greater than the east edge. Examples:

2. Specify lat/lon point

The requested point must lie within the dataset spatial range. The station closest to the requested point will be used.

Examples:

3. Specify station(s)

You may specify a list of stations instead of the lat/lon point or bounding box

The list of valid stations is available from the Dataset Description. Station names with spaces or other illegal characters must be escaped.

Examples:

C. Specify time

Use one of the following methods:

1. Time range

Specify 2 of these 3 parameters (order does not matter):

The intersection of the requested time range with the dataset time range will be returned.

Examples:

2. Time point

The 'latest' data retrieval is obtained by 'time=present'. The requested time point must lie within the dataset time range. The time slice/point closest to the requested time will be returned.

Examples:

D. Specify the return format

The accept parameter default is xml and it is the only legal one at this time.

 


This document is maintained by Robb Kambic and was last updated on Feb 5, 2008