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

Conversation

vahancho
Copy link
Owner

@vahancho vahancho commented Feb 5, 2024

No description provided.

Parse geodetic coordinates (both latitude and longitude) in different
formats like DMS, DDM and DD and convert them to the decimal degrees.
The unordered map uses a scoped enums as keys. We implement a
custom hash function to handle hashing of those enum values.
@vahancho vahancho self-assigned this Feb 5, 2024
@codecov-commenter
Copy link

codecov-commenter commented Feb 5, 2024

Codecov Report

Attention: 16 lines in your changes are missing coverage. Please review.

Comparison is base (a57e15a) 92.15% compared to head (0e7ac11) 91.72%.

Files Patch % Lines
src/coordinate.cpp 87.40% 14 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #10      +/-   ##
==========================================
- Coverage   92.15%   91.72%   -0.43%     
==========================================
  Files           8        8              
  Lines         586      713     +127     
  Branches       27       34       +7     
==========================================
+ Hits          540      654     +114     
- Misses         27       39      +12     
- Partials       19       20       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@vahancho vahancho merged commit 1e70cac into master Feb 21, 2024
6 checks passed
@vahancho vahancho deleted the coordinate-from-to-string branch February 21, 2024 09:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants