Describe the bug
Location dropdown was showing incorrect station names — names did not match the expected PSMSL station for the given coordinates.
Root cause
Parsing logic in load_location_list() was reading station IDs or name columns with an off-by-one or incorrect column mapping, causing station name mismatches.
Fix
Corrected column mapping in the location list parser.
Fixed in
Commit ced7dd3
Describe the bug
Location dropdown was showing incorrect station names — names did not match the expected PSMSL station for the given coordinates.
Root cause
Parsing logic in
load_location_list()was reading station IDs or name columns with an off-by-one or incorrect column mapping, causing station name mismatches.Fix
Corrected column mapping in the location list parser.
Fixed in
Commit ced7dd3