package
0.6.0
Repository: https://github.com/nspcc-dev/locode-db.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Functions

CoordinatesFromString parses a string and returns the location's coordinates.
FillDatabase generates the location database based on the UN/LOCODE table.
LatitudeFromString parses a string and returns the location's latitude.
LongitudeFromString parses a string and returns the location's longitude.
No description provided by the author
PointFromCoordinates converts a UN/LOCODE coordinates to a Point.

# Variables

ErrAirportNotFound is returned by AirportRecord readers when the required airport is not found.
No description provided by the author
No description provided by the author

# Structs

AirportRecord represents the entry in airport database.
Coordinates represents the coordinates of the location from UN/LOCODE table.
CsvDB is a resulting database in CSV format.
Data is a struct that contains the Key and the Record.
Record represents a single record of the UN/LOCODE table.

# Interfaces

AirportDB is an interface of airport database.
ContinentsDB is an interface of continent database.
NamesDB is an interface of the location namespace.
SourceTable is an interface of the UN/LOCODE table.

# Type aliases

LatitudeCode represents the value of the latitude of the location conforming to UN/LOCODE specification.
LatitudeHemisphere represents the hemisphere of the earth along the equator.
LongitudeCode represents the value of the longitude of the location conforming to UN/LOCODE specification.
LongitudeHemisphere represents the hemisphere of the earth // along the Greenwich meridian.