Sometimes basic meteodata needed as alternative datasource.
Presently intended application is for a weatherstation desiring a datafeed to
HetWeerActueel, has problems with other interfaces, but OK for CWOP-interface.
In cooperation with station-owner then have to find an 'escape'-route using read-out of CWOP-account.
The raw tables from CWOP might be a handy resource and easy to get.
Example for raw APRS-data:
https://www.findu.com/cgi-bin/raw.cgi?call=EW0725Example for raw Weather-data:
https://www.findu.com/cgi-bin/rawwx.cgi?call=EW0725Extraction of data seems simple, because all values always at same position in the line and with same format.
This document in section 6b explains the setup.
Small detail to grab & dissect the latest/actual data of a station, that such data is in the bottom data-line of the file with APRS/Weather-data.
Also to be aware that time-value is UTC in compacted version and units of values are 'english/american', and therefore for applications with 'Local-time' and SI-units a conversion is needed after extraction.
Has a member of this forum ever developed (or seen) a script to grab those actual data and to produce a list with latest station values?
A PHP-script for grab & dissect on the APRS/Weather-data would be ideal,
because it might be put in webspace as a support module commonly serving various users,
but Python is also nice programming environment ....June06, 2022:
Edited top 4 lines.