-
*PyEphem* is deprecated as described on the [*PyEphem* website](https://rhodesmill.org/pyephem/). The author replaced it by the [*Skyfield* module](https://rhodesmill.org/skyfield/).
I looked into …
-
As a developer
I want a more pythonic way for converts coordinates
So that it would be easier to understand what's happening during the conversion
https://rhodesmill.org/skyfield/
https://githu…
-
According to testing @jskenyon has been doing on unrelated work the equatorial to local transformations in Skyfield is at least an order of magnitude faster. Curently this is one of the remaining bott…
-
[PyEphem](https://rhodesmill.org/pyephem/) is deprecated and the author is working on [Skyfield](https://rhodesmill.org/skyfield/) instead, which appears to do the same tasks with a redesigned API.
-
Hi, I am using the library to forecast the position of navigation satellites during the day. My code works sequentially. I calculate the data for a day for all satellites in 3 minutes.
When my script…
-
I propose to replace the `swisseph` library with [`Skyfield`](https://pypi.org/project/skyfield/) for astronomical calculations within the jyotisha package. This change aims to enhance the accuracy, e…
-
With the new version 2022.10.2, Home Assistant is unusable if ha_skyfield is installed as the cpu usage is always 100%. (even without open a dashboard with ha_skyfield .
Previous version (2022.9.7)…
-
# Description
Currently, `Constellation.to_inst()` appends variable names with strings based on platform, name, etc to each variable name. There are some use cases where this is not desirable.
For…
-
Hi!
I am working in a project using extensively SkyField and I would like to find out not only if a certain position is illuminated by the sun (as the is_sunlit method does very efficiently) but a…
-
PyEphem is deprecated: https://rhodesmill.org/pyephem/ Replace with Skyfield for TLE functionality but lean towards using Astropy whenever Skyfield and Astropy provide redundant capabilities.