This HTML/JavaScript tool helps you visualize data from your Radiosonde Auto RX logs.
The Main.html file creates or updates a local IndexedDB in your browser, which stores the data for plotting.
- Copy the log files from your
RadiosondeAutoRXfolder into a local folder. - Include a copy of the
station.cfgfile in the same folder. - Copy all .html files from this repository to a different local folder on your PC.
- Open
Main.htmlin your browser. - Click Update Database to process and store the data.
- You can repeat this step anytime to add new logs.
* Firefox users:
You will need to host the .html files on a local server. To run a simple server:
cd /path/to/yourDirectory/with_html_files/
python3 -m http.server 8000
Open .html files from: http://localhost:8000
** Windows and Firefox - you will need Python to be installed.
⚠️ Manually delete the IndexedDB if there is some issue
Sometimes the browser’s local database can get stuck or corrupted. Here's how to clear it:
- Open Developer Tools (F12 or Ctrl+Shift+I)
- Go to the Application tab
- In the left sidebar under Storage, expand IndexedDB
- Right-click on
RadiosondeDBand choose Delete database
- Open Developer Tools (F12)
- Go to the Storage tab
- Expand IndexedDB in the sidebar
- Right-click on
RadiosondeDBand choose Delete All
- Enable the Develop menu in Safari preferences (Advanced > Show Develop menu)
- Open Web Inspector (Cmd+Opt+I)
- Go to the Storage tab
- Expand IndexedDB, right-click the database and choose Delete
- Choose the desired plot type.
- Change the required parameters.
- Visualize and explore your data!
Want to add new plots or features?
Contributions or suggestions are welcome!
.png)
.png)

.png)
.png)
.png)
.png)
.png)
.png)
.png)
.png)
