Contents of jsondata/weatherflow.txt, processed as filetype "json encoded"

Filetime: 2024-12-22 12:40:03 UTC => Age 8 minutes 42 seconds

Expand this file as: space separated fields |  comma separated fields |  php array |  json encoded |  xml-text |  text

Unprocessed first 80 characters of the file :
{"status":{"status_code":0,"status_message":"SUCCESS"},"elevation":36.1430969238

Contents processed:
Array
(
    [status] => Array
        (
            [status_code] => 0
            [status_message] => SUCCESS
        )

    [elevation] => 36.143096923828
    [is_public] => 1
    [latitude] => 51.32628
    [longitude] => 6.61212
    [obs] => Array
        (
            [0] => Array
                (
                    [air_density] => 1.25048
                    [air_temperature] => 3.9
                    [barometric_pressure] => 994.5
                    [brightness] => 6809
                    [delta_t] => 0.7
                    [dew_point] => 2.1
                    [feels_like] => 3.9
                    [heat_index] => 3.9
                    [lightning_strike_count] => 0
                    [lightning_strike_count_last_1hr] => 0
                    [lightning_strike_count_last_3hr] => 0
                    [lightning_strike_last_distance] => 27
                    [lightning_strike_last_epoch] => 1734518163
                    [precip] => 0
                    [precip_accum_last_1hr] => 0.623672
                    [precip_accum_local_day] => 3.23222
                    [precip_accum_local_yesterday] => 1.572758
                    [precip_minutes_local_day] => 59
                    [precip_minutes_local_yesterday] => 125
                    [pressure_trend] => steady
                    [relative_humidity] => 88
                    [sea_level_pressure] => 999
                    [solar_radiation] => 57
                    [station_pressure] => 994.5
                    [timestamp] => 1734871160
                    [uv] => 0.19
                    [wet_bulb_globe_temperature] => 3.7
                    [wet_bulb_temperature] => 3.2
                    [wind_avg] => 0.8
                    [wind_chill] => 3.9
                    [wind_direction] => 153
                    [wind_gust] => 0.8
                    [wind_lull] => 0.8
                )

        )

    [outdoor_keys] => Array
        (
            [0] => timestamp
            [1] => air_temperature
            [2] => barometric_pressure
            [3] => station_pressure
            [4] => pressure_trend
            [5] => sea_level_pressure
            [6] => relative_humidity
            [7] => precip
            [8] => precip_accum_last_1hr
            [9] => precip_accum_local_day
            [10] => precip_accum_local_yesterday
            [11] => precip_minutes_local_day
            [12] => precip_minutes_local_yesterday
            [13] => wind_avg
            [14] => wind_direction
            [15] => wind_gust
            [16] => wind_lull
            [17] => solar_radiation
            [18] => uv
            [19] => brightness
            [20] => lightning_strike_last_epoch
            [21] => lightning_strike_last_distance
            [22] => lightning_strike_count
            [23] => lightning_strike_count_last_1hr
            [24] => lightning_strike_count_last_3hr
            [25] => feels_like
            [26] => heat_index
            [27] => wind_chill
            [28] => dew_point
            [29] => wet_bulb_temperature
            [30] => wet_bulb_globe_temperature
            [31] => delta_t
            [32] => air_density
        )

    [public_name] => Jeerschtekamp
    [station_id] => 78923
    [station_name] => Jeerschtekamp
    [station_units] => Array
        (
            [units_direction] => cardinal
            [units_distance] => km
            [units_other] => metric
            [units_precip] => mm
            [units_pressure] => mb
            [units_temp] => c
            [units_wind] => kph
        )

    [timezone] => Europe/Berlin
)