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

Conversion Framework to convert between Coordinate Systems #159

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

Zyro9922
Copy link
Member

Description

  • Development of conversion framework using Boost Graph Library for existing 5 Coordinate Systems.

References

Practical Astronomy with your Calculator or Spreadsheet Fourth Edition
Peter Duffett-Smith & Jonathan Zwart

Tasklist

  • Add test case(s)
  • Ensure all CI builds pass
  • Review and approve

- Implemented conversion framework using Boost Graph Library for existing 5 Coordinate Systems.
- Tests two convert from one node to another.
- Generated PNG from dot file of the given graph.
@Zyro9922 Zyro9922 requested a review from lpranam August 26, 2020 13:50
typename CoordinateType = double,
typename Angle = bu::quantity<bu::si::plane_angle, CoordinateType>
>
matrix<double> convert(const std::string& src,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As discussed on the call changing this to enum class is a better idea

@@ -12,3 +12,7 @@ build-project header ;
build-project coordinate ;
build-project units ;
build-project io ;
build-project time ;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you should propose a new PR for this stating the problem.

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