-
Switch so that you use the solar ephemeris from SkyField.
-
Not sure if it's the `TEME_to_ITRF` coordinate conversion method that's causing the issue, but I get different magnitudes (~1%) for the `vTEME` and `vITRF` velocity vectors -- but not for the altitude…
-
Anaconda-Navigator ver. 1.6.2 is crashing for me on my Mac Pro (Late 2013) running Mac OS X ver. 10.12.6. I'm running Python 2.7.13. When running it from the command line in a terminal window I get:
…
-
I see two problems with the code that downloads data files from the internet.
First, it would probably be better to use the `tempfile` module than the hand-rolled code that's currently there. I am …
-
I'm attempting to install OPENCV on a Mac Pro Late 2013) running Mac OS X Sierra (10.12.6) under the Anaconda Distribution for Python 3.6.x. In installing POENCV I used the command,
conda install…
-
Hello!
I'm trying to get the hours of sunset and sunrise in Abu Dhabi. To set the example, I've taken 2017/05/20 00:00:00 as the time of reference.
I've obtained a very strange result using ephem …
-
I foresee that this issue will be solved gradually with multiple PRs, so it may be helpful to have one central place to track the progress. Some package releases may genuinely be incompatible with pyt…
-
Working with skyfield I observed a possible memory leak when one repeatedly calculates a satellite's altitude like in the satellite observation notebook.
Feel free to close this issue if I'm doing sth…
-
I'd like to get state vectors. Is there a best/correct way to get the velocity in km/s or similar unit without looking up AU in WIkipedia and typing the conversion in somewhere?
import numpy …
-
In the time object how do I control the number of decimal places for seconds in:
- astimezone(tz)
- utc_datetime()
It would be nice to have a places keyword like in:
- utc_iso(places=0)