-
The current number of groups is small, only 5 groups. This isn't enough to show what the UI controlls will need to accommodate. Add a bunch more.
This also addresses some requests by educators for …
-
For groups of satellites, please include GPS satellites. Turing on the
track of the GPS satellites is most impressive.
-
Even though the SGP4 results are in ECI coords, they should still describe an ellipse in their own XYZ coord system.
Run a satellite or two's TLEs with (ideally current) date and time, calculate XYZ…
-
Add the ability to query satellite information from a database instead of from a file on the server.
-
Per licensing agreements, it would be good to get this in project & upstream for compositing possibilities.
-
It can take a lot of CPU depending on the update rate. We can make it a little smarter and consume less CPU.
-
Consider storing TLEs instead of paths to TLE files as the values in catalog.yml. Tidier (currently TLE files remain even if removed from catalog)... Downside is the current alias mechanism would need…
-
Replies are now fetched, still need to store them in the db
#
My account has been upgraded to use the "reply to comment" feature, and since then new comments are not collected. Andlytics detects cha…
-
안녕하세요? 어제 git:todo plugin 포스트에 댓글 남겼던 Raymundo 입니다.
git todo를 써보면서 느낀 건데요.
```
--A1---A2---A3---A4---A5 branch A
\ \ \ \
B1----M1---M2--B2---M3 branch B
```
A1까지 진행한 상태에서 B…
-
With nose 0.10.0, if I use multiple with_setup() decorators, only the first "wins".
If I say:
@with_setup(s1, t1)
@with_setup(s2, t2)
def test_me():
pass
The resulting call sequence is:
s1(), te…