Skip to content

Geography

Large geographic code enums — Local Swimming Committees, US states, and FINA country codes.

geography

Large geographic enumerations: LSC, State, and Country.

Broken out of :mod:tunas.enums purely for size. Codes are the enum values, so LSC("PC") resolves to LSC.PACIFIC. Country follows the FINA country table (SDIF COUNTRY Code 004); the historical GEO/GEQ and DOM collisions in the original tool are corrected here against the spec.

LSC

Bases: StrEnum

Local Swimming Committee (SDIF, two-letter codes).

State

Bases: StrEnum

US state, territory, or DC (USPS two-letter codes).

Country

Bases: StrEnum

FINA country code (SDIF COUNTRY Code 004, effective 1993).