Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

A parser is available for Bureau Automated Weather Stations in JSON data from AutomatedWeatherStations that records the 15 min rainfall PointObs.format for scalar data.

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

View file
nameImportAWS.xml
height250

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:

View file
nameIdImportAWS.xml
height250

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

Data Flags can be mapped in the Flagconversion config file.

View file
nameAwsFlagConversions.xml
height250