question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Change how the Coordinates Transform! - Again!

See original GitHub issue

🐞 Problem

Current state of the coordinates make everything too slow. I want speed. And I am gonna make things too fast! xD

🎯 Goal

💡 Possible solutions

📋 Steps to solve the problem

  • Comment below about what you’ve started working on.
  • Add, commit, push your changes
  • Submit a pull request and add this in comments - Addresses #<put issue number here>
  • Ask for a review in comments section of pull request
  • Celebrate your contribution to this project 🎉

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

3reactions
shreyasbapatcommented, Aug 21, 2019

No @ritzvik The goals are different!

@rishi-s8 , this is a classical computation problem, where you might one day have multiple coordinate reference frames, so you will need to write a function in every other class to change to the new class.

Instead, what I feel is we should have something like a coordinate transformation graph! See this: http://docs.astropy.org/en/stable/api/astropy.coordinates.TransformGraph.html

0reactions
JeS24commented, Jan 9, 2021

We mostly require Cartesian, Spherical Polar, Boyer-Lindquist and Kerr-Schild Coordinates and a transformation among them. For most of numerical relativity, these are sufficient. “Exotic” coordinates can be added, as and when needed. Also, only “Kerr-Schild” is missing at the moment.

Read more comments on GitHub >

github_iconTop Results From Across the Web

CoordinateTransformations - Intelligent Motion Lab
Many common spatial transformations, including translations, rotations, and scaling are represented by matrix / vector operations. Changes of coordinate ...
Read more >
Generalised change of spherical coordinates
Then you can transform your points to Cartesian coordinates, apply the one matrix and transform them back to spherical coordinates.
Read more >
Geographic coordinate conversion - Wikipedia
Language · Watch · Edit. In geodesy, conversion among different geographic coordinate systems is made necessary by ... To convert back from decimal...
Read more >
Transformations Tutorial — Matplotlib 3.6.2 documentation
You can use the inverted() method to create a transform which will take you from display to data coordinates: In [41]: inv =...
Read more >
Coordinate systems, projections, and transformations—ArcGIS ...
This is when transformations are useful. Transformations convert data between different geographic coordinate systems or between different vertical coordinate ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found