sme
sme
I plead guilty ...
It automatically scales to the number of cores that a machine has, so it should not break single-core-CI. As a bonus, if you have a laptop, it checks if its...
💡 **Feature request** As the title says. 🎯 **Goal** Primarily thanks to runtime-exports from `astropy`, working on `poliastro` in Atom and/or VSCode with `pylint` enabled makes the IDE light up...
```python from astropy.time import Time from poliastro.bodies import Earth Earth.plot(epoch = Time('2020-01-15 12:00:00')) ``` ... fails with an exception from scipy: ``` /src/poliastro/plotting/static.py:303: TimeScaleWarning: Input time was converted to scale='tdb'...
`Orbit.from_classical` "only" accepts a true anomaly. It lacks support for a mean anomaly as an alternative. poliastro also lacks a method for converting from mean anomaly to true anomaly in...
This PR aims at providing a full `OrbitArray` API and corresponding tests while relying on a slow iterative implementation based on `Orbit` first. This should allow the implementation of proper...
I am trying to compute ephemerides from orbits with poliastro. Bluntly put, I need Cartesian coordinates in fixed time intervals for longer periods of times. poliastro can generate `Orbit` objects...
I am exploring poliastro's propagators with Minor Planet Center "classical" orbital elements and poliastro's bodies vs. JPL Horizons' ephemerides data. I am not entirely sure if the results are within...