Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Coordinate from/to string conversion. #10

Merged
merged 13 commits into from
Feb 21, 2024
Merged

Commits on Feb 5, 2024

  1. Introduce coordinates from string conversion.

    Parse geodetic coordinates (both latitude and longitude) in different
    formats like DMS, DDM and DD and convert them to the decimal degrees.
    vahancho committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    742dc48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be3d7af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9259a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b4abadf View commit details
    Browse the repository at this point in the history
  5. Add custom hash function for the unordered map.

    The unordered map uses a scoped enums as keys. We implement a
    custom hash function to handle hashing of those enum values.
    vahancho committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    6ca2dad View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    8bc330e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    154677d View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Extend the documentation.

    vahancho committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    affc91c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    761bd26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7916dc View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Add function that returns the compass points.

    We support 16-wind compass rose.
    vahancho committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    0e7ac11 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Fix incorrect output for coordinates in the decimal degrees format.

    The corresponding unit test is aslo added.
    vahancho committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    b5a6580 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78b353c View commit details
    Browse the repository at this point in the history