auto_rx v1.5.3 released - Historical View and Skew-T plots!

336 views
Skip to first unread message

Mark Jessop

unread,
May 23, 2021, 4:01:13 AM5/23/21
to radiosonde_auto_rx
Hi all,

This release brings the much-requested ability to display historical log files! A huge thanks to @LukePrior for their work bringing us this new feature.


The new 'historical view', available from the top-right of the main auto_rx web interface provides the following functions:
* Plot the flight paths of selected radiosonde flights.
* Plot the landing locations of all received radiosonde flights.
* Generate a Skew-T plot for a selected radiosonde flight (if temperature/humidity data is available).
* Download selected logs as a Zip file.

You can find a guide to the new web interface on the auto_rx wiki here: https://github.com/projecthorus/radiosonde_auto_rx/wiki/Web-Interface-Guide

Skew-T plots are also available on the sondehub.org/card/<serial> page used to display historical data from the SondeHub database. We hope to add Skew-T plots to the SondeHub tracker sometime in the near future.

**Note: If you are using a 'native' install of auto_rx, you will need to install the 'semver' Python package by running: `sudo pip3 install semver`**

The pre-built Docker Image (https://github.com/projecthorus/radiosonde_auto_rx/wiki/Docker) is now the recommended way to setup radiosonde_auto_rx on a new station. Using Docker avoids issues with updates to dependencies, like is occurring in this release.

**IMPORTANT UPDATE NOTES:**
* Once again, if you haven't updated to Python >3.6 - **now is the time** (auto_rx will no longer work on Python 2.7 or 3.5.). If your station is running on Python 2, please either do a fresh install (ideally with the latest version of Raspbian), or follow the Python 2 -> 3 upgrade guide here: https://github.com/projecthorus/radiosonde_auto_rx/wiki/Performing-Updates#upgrading-a-station-from-python-2-to-python-3

If you are upgrading from an old release and are encountering issues with the web interface, please refer to the release notes for v1.5.1 for information on the Python package updates required: https://github.com/projecthorus/radiosonde_auto_rx/releases/tag/v1.5.1

Please report any problems encountered either on the [mailing list](https://groups.google.com/forum/#!forum/radiosonde_auto_rx), or by [raising an issue](https://github.com/projecthorus/radiosonde_auto_rx/issues) on this repository.

**PLEASE DO NOT USE THE GITHUB GENERATED RELEASE ZIP FILES - USE THE INSTALLATION/UPDATE STEPS ( https://github.com/projecthorus/radiosonde_auto_rx/wiki/Performing-Updates ) DESCRIBED IN THE WIKI**

73
Mark VK5QI

Simon Hammond

unread,
May 23, 2021, 4:25:53 AM5/23/21
to Mark Jessop, radiosonde_auto_rx
Good work Mark!

As you know I’ve  been looking forward to this update! When viewing a skew-t plot, it would be great to be able to view/export it as a jpg or png. Could this be possible?

Best regards,

Simon 


On 23 May 2021, at 09:01, Mark Jessop <vk...@rfhead.net> wrote:


--
You received this message because you are subscribed to the Google Groups "radiosonde_auto_rx" group.
To unsubscribe from this group and stop receiving emails from it, send an email to radiosonde_auto...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/radiosonde_auto_rx/CAJsuqdAenP3eXfBmQ4hfo5NA7Z8ji1ivAcMv%3DCm_-p4pEiN%2B8g%40mail.gmail.com.

Mark Jessop

unread,
May 23, 2021, 4:29:49 AM5/23/21
to Simon Hammond, radiosonde_auto_rx
... possibly? I'm not that experienced with d3, so I'm not sure how difficult that is.

For now, Print-Screen is your friend.

73
Mark

Dan Adkin

unread,
May 23, 2021, 10:46:26 AM5/23/21
to radiosonde_auto_rx
Hi I did an update but get this error when I ran python3 auto_rx.py:-
Traceback (most recent call last):
  File "auto_rx.py", line 26, in <module>
    from autorx.scan import SondeScanner
  File "/home/pi/radiosonde_auto_rx/auto_rx/autorx/scan.py", line 18, in <module>
    from .utils import (
  File "/home/pi/radiosonde_auto_rx/auto_rx/autorx/utils.py", line 20, in <module>
    import semver
ModuleNotFoundError: No module named 'semver'

Any ideas? I

F5MVO

unread,
May 23, 2021, 10:49:07 AM5/23/21
to radiosond...@googlegroups.com
Hi,sudo pip3 install semver

73's F5MVO Andy
--
You received this message because you are subscribed to the Google Groups "radiosonde_auto_rx" group.
To unsubscribe from this group and stop receiving emails from it, send an email to radiosonde_auto...@googlegroups.com.

Dan Adkin

unread,
May 23, 2021, 12:01:03 PM5/23/21
to radiosonde_auto_rx
Yes that worked. Mark ,Thanks for the update! Very good.

Dan Adkin

unread,
May 23, 2021, 1:47:01 PM5/23/21
to radiosonde_auto_rx
The Skew-T doesn't close. Tried it on a friends system with same result

Simon Hammond

unread,
May 23, 2021, 3:08:36 PM5/23/21
to Dan Adkin, radiosonde_auto_rx
Works here.  Little X top right?




On 23 May 2021, at 18:47, Dan Adkin <daa...@gmail.com> wrote:

The Skew-T doesn't close. Tried it on a friends system with same result

Simon Hammond

unread,
May 23, 2021, 3:12:18 PM5/23/21
to Dan Adkin, radiosonde_auto_rx
And from the web interface, there’s an X top left which closes the skew-t





On 23 May 2021, at 18:47, Dan Adkin <daa...@gmail.com> wrote:

The Skew-T doesn't close. Tried it on a friends system with same result

Dan Adkin

unread,
May 23, 2021, 3:33:20 PM5/23/21
to radiosonde_auto_rx
It Does work in MS Edge and Firefox but not Chrome, on my system
Dan

Mark Jessop

unread,
May 23, 2021, 5:37:44 PM5/23/21
to Dan Adkin, radiosonde_auto_rx
I've been testing/developing on Chrome here (OSX) and it was working. 
I will admit I haven't been testing on small screens (or mobile devices), so there may be issues there.

73
Mark

Dan Adkin

unread,
May 24, 2021, 9:40:58 AM5/24/21
to radiosonde_auto_rx
Hi Yesterday could not close the Historical View, restarted Chrome a few times and rebooted the pc. Today, ive done nothing to it , it works, i can close using the X. 

Simon Hammond

unread,
May 24, 2021, 10:16:45 AM5/24/21
to Dan Adkin, radiosonde_auto_rx
The historical view can also be closed by clicking the home icon.

On 24 May 2021, at 14:41, Dan Adkin <daa...@gmail.com> wrote:

Hi Yesterday could not close the Historical View, restarted Chrome a few times and rebooted the pc. Today, ive done nothing to it , it works, i can close using the X. 
Reply all
Reply to author
Forward
0 new messages