Skip to content

Conversion Framework to convert between Coordinate Systems#159

Open
Zyro9922 wants to merge 4 commits into
BoostGSoC19:developfrom
Zyro9922:develop
Open

Conversion Framework to convert between Coordinate Systems#159
Zyro9922 wants to merge 4 commits into
BoostGSoC19:developfrom
Zyro9922:develop

Conversation

@Zyro9922
Copy link
Copy Markdown
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
Copy Markdown
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

Comment thread test/Jamfile
build-project coordinate ;
build-project units ;
build-project io ;
build-project time ;
Copy link
Copy Markdown
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