diff --git a/pkg/util/locode/column/coordinates.go b/pkg/util/locode/column/coordinates.go index bd887c33b..ed4581d71 100644 --- a/pkg/util/locode/column/coordinates.go +++ b/pkg/util/locode/column/coordinates.go @@ -140,7 +140,7 @@ func (cc *coordinateCode) hemisphere() (h [hemisphereSymbols]uint8) { // North returns true for the northern hemisphere. func (h LatitudeHemisphere) North() bool { - return h[0] == 'W' + return h[0] == 'N' } // East returns true for the eastern hemisphere.