This parameter takes one or more of the following numerical values: 0, 1 or 2. See the map bellow showing those area codes.
You can specify only one area code:
?get=n&area=0
But also more than one:
?get=n&area=0,2
This parameter selects profiles located around a given center point. The parameter value is a coma separated list of 3 or 4 numerical values depending on how the center point need to be specified:
The following restriction example follows the first specification:
?get=n&around=-40,35,100
It select only profiles sampled less than 100km around the point -40W,35N.
The following restriction follows the second specification:
?get=n&around=6900678,2,200
It select only profiles sampled less than 200km around the cycle number #2 of float WMO #6900678.
If one is interested in only selecting profiles sampled plus or minus 30 days around the cycle number #2 of float WMO #6900678:
?get=n&around=6900678,2,200,30
This parameter selects profiles located in a box, ie. a rectangular region. The parameter value is a coma separated list of 2 or 4 values depending on how the box need to be specified:
The following restriction example follows the first specification:
?get=n&box=-40,35
It select only profiles sampled in a 1x1 degree box centered around the point -40W,35N.
The following restriction example follows the second specification:
?get=n&box=-40,35,3,2
It select only profiles sampled in a 3x2 degree box centered around the point -40W,35N.