7. How to …¶
7.1. … get data from tds.tropos.de?¶
Currently, the processed PyrNet data is hosted on the TROPOS Thredds server. Data can be obtained, e.g., via the OPeNDAP protocol, or using the pyrnet python module.
For example, read and merge two days from the S2VSR campaign:
Note
stations can also be a list of single station numbers, or just one single station number.
To select the specific data required.
7.2. … decide which data level to use?¶
Data processing levels of PyrNet are l1a, l1b.
Refer to tab-datalvl for an overview.
7.3. … keep full resolution of geo coordinates (processing raw data)?¶
From the processing step l1a -> l1b the decision whether to keep lat and lon coordinates time resolution (and interpolate to measurement sample), or average them over the maintenance interval has to be made.
In the configuration file provided for pyrnet process l1b -c the keyword “average_latlon” switches the behaviour.
The default is True, so the coordinates are averaged over the maintenance period.