A parser is available for Bureau Automated Weather Stations in JSON format for scalar data.

In the Delft-FEWS configuration, the importType is "<importType>AutomatedWeatherStations</importType>"

ImportAWS.xml

An example file is shown below

[{
            "timestamp": "04/04/2024 00:00:00",
            "stn_num": "1006",
            "r15":    0.0,
            "q_r15": null,
            "r10":    0.0,
            "q_r10": null,
            "r60":    0.0,
            "q_r60": null,
            "r9l":    6.4,
            "q_r9l": null             
        },{
            "timestamp": "04/04/2024 00:00:00",
            "stn_num": "1007",
            "r15":    0.0,
            "q_r15": null,
            "r10":    0.0,
            "q_r10": null,
            "r60":    0.0,
            "q_r60": null,
            "r9l":    0.0,
            "q_r9l": null             
        },{ 

The example shows that there are multiple parameters in the file, with Data Flags.

Parameters can be mapped in the ID Mapping file:

IdImportAWS.xml

    <parameter internal="P.obs" internalQualifier="15m" external="r15"/>

Data Flags can be mapped in the Flagconversion config file.

AwsFlagConversions.xml


  • No labels