Describe the bug
When running in confidence mode with no location.lst file present, the location dropdown shows raw PSMSL station IDs (ID 1, ID 2, etc.) instead of any meaningful location information.
Root cause
load_confidence_files() fell back to f"ID {loc_id}" when no location.lst was available. The lat/lon coordinates were already embedded in the .nc file metadata but were not being read.
Fix
Fallback now reads lat/lon from .nc file metadata and displays geographic coordinates (e.g. 48.38°N, -4.49°E) instead of the raw PSMSL ID.
Fixed in
Commit d3a08d1
Describe the bug
When running in confidence mode with no
location.lstfile present, the location dropdown shows raw PSMSL station IDs (ID 1,ID 2, etc.) instead of any meaningful location information.Root cause
load_confidence_files()fell back tof"ID {loc_id}"when nolocation.lstwas available. The lat/lon coordinates were already embedded in the.ncfile metadata but were not being read.Fix
Fallback now reads lat/lon from
.ncfile metadata and displays geographic coordinates (e.g.48.38°N, -4.49°E) instead of the raw PSMSL ID.Fixed in
Commit d3a08d1