data = LEEDRSites(Cond,[NumSites])
Loads the data descriptions for the LEEDR sites. Data is displayed if no outputs are assigned.
|
Parameters |
Description |
|
Cond [string/vector] |
Condition to test against. If a string, returns all site with string in any of the site names. If not a string, assumes the input is site number if column vector or [Latitude Longitude] and will return the closest sites to that position. |
|
NumSite [scalar] |
Number of sites to return if passing in [Lat Long]. Defaults to 5. |
|
Return Values |
Description |
|
data [cell] |
Cell array of LEEDR site data of size # Sites x 8 with: Col 1 - Site Index, Col 2 - Site Name, Col 3 - Site Name, Col 4 - Latitude of the site (deg), Col 5 - Longitude of the site (deg), Col 6 - Atmosphere type of the site, Col 7 - Site Name, Col 8 - Altitude of the site (m) |
|
Copyright (c) 2009. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|