GeoTrace 0.11.0
Release Notes
Added
- An aircraft interference map layer: where aircraft reported degraded GNSS navigation, from gpsjam.org's daily data over adsbexchange.com's reports. Toggle it in the eye popup, step the day it shows, and hover a cell for the counts behind its colour. Days are archived on disk as they are fetched, so a day is downloaded once and stays available offline.
- An "Aircraft interference (%)" plot metric, valued per fix from that fix's own UTC day, breaking the line where no day is archived. It is queryable too, so
where jamming > 10 %selects the stretches under reported interference. - Download interference history for a date range from settings, so old recordings have data the moment you open them. Days already archived are skipped, progress is shown, and it can be cancelled.
Fixed
- A pinned point popup no longer stays open once the map stops drawing that point - a query hiding it, the time filter excluding it, or its track being switched off. The pin is kept, so the popup comes back when the point does. Point rows in the side panel and the query results table also stop pinning points that are not on the map.
Install geotrace 0.11.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CramBL/geotrace/releases/download/app/v0.11.0/geotrace-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/CramBL/geotrace/releases/download/app/v0.11.0/geotrace-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install CramBL/tap/geotraceDownload geotrace 0.11.0
| File | Platform | Checksum |
|---|---|---|
| geotrace-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
| geotrace-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
| geotrace-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| geotrace-x86_64-pc-windows-msvc.msi | x64 Windows | checksum |
| geotrace-aarch64-unknown-linux-gnu.tar.gz | ARM64 Linux | checksum |
| geotrace-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
Verifying GitHub Artifact Attestations
The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:
gh attestation verify <file-path of downloaded artifact> --repo CramBL/geotraceYou can also download the attestation from GitHub and verify against that directly:
gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>