getObjectById($_GET['id'] ?? null); ?> isExistingObject()) : ?> getLatestObjectListByStationIdAndLimit($station->id, $rows, $offset, $maxDays); $count = PacketWeatherRepository::getInstance()->getLatestNumberOfPacketsByStationIdAndLimit($station->id, $maxDays); $pages = ceil($count / $rows); ?>
This is the latest recevied weather packets stored in our database for station/object name; ?>. If no packets are shown the sender has not sent any weather packets the latest day(s).
| Time | Temp. | Humidity | Pressure | Rain* | Wind** | Luminosity | Snow | ||
|---|---|---|---|---|---|---|---|---|---|
| wxRawTimestamp != null?$packetWeather->wxRawTimestamp:$packetWeather->timestamp); ?> | temperature !== null) : ?> temperature), 2); ?>° F temperature, 2); ?>° C - | humidity !== null) : ?> humidity; ?>% - | pressure !== null) : ?> pressure),1); ?> mmHg pressure,1); ?> hPa - | rain_1h !== null) : ?>rain_1h !== null) : ?> rain_1h), 2); ?> in rain_1h, 2); ?> mm - | rain_24h !== null) : ?>rain_24h !== null) : ?> rain_24h), 2); ?> in rain_24h, 2); ?> mm - | rain_since_midnight !== null) : ?> rain_since_midnight), 2); ?> in rain_since_midnight, 2); ?> mm - | wind_speed !== null && $packetWeather->wind_speed > 0) : ?> wind_speed), 2); ?> mph, wind_direction; ?>° wind_speed !== null) : ?> wind_speed), 2); ?> mph - wind_speed !== null && $packetWeather->wind_speed > 0) : ?> wind_speed, 2); ?> m/s, wind_direction; ?>° wind_speed !== null) : ?> wind_speed, 2); ?> m/s - | luminosity !== null) : ?> luminosity,0); ?> W/m² - | snow !== null) : ?> snow), 0); ?> in snow, 0); ?> mm - |
rain_1h !== null) : ?>
* Rain latest hour (hover to see other rain measurements)
rain_24h !== null) : ?>
* Rain latest 24 hours (hover to see other rain measurements)
* Rain since midnight (hover to see other rain measurements)
** Current wind speed in m/s (hover to see current wind gust speed)
No recent weather reports.