From 7282585316147b6fb775d97b5edf8d318a36f68b Mon Sep 17 00:00:00 2001 From: Dan White Date: Sat, 22 Oct 2022 05:53:04 -0500 Subject: [PATCH] update --- TODO.md | 14 ++++++++++++++ notes.txt | 24 ++++++++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 TODO.md create mode 100644 notes.txt diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..fc8a499 --- /dev/null +++ b/TODO.md @@ -0,0 +1,14 @@ + +Also get other items: + +db.satnogs.org + +* artifacts +* tle ? + +network.satnogs.org + +* stations. Station metadata. Band capabilities +* jobs. These are future observations but not a "done deal", so transient information only. + + diff --git a/notes.txt b/notes.txt new file mode 100644 index 0000000..b015a35 --- /dev/null +++ b/notes.txt @@ -0,0 +1,24 @@ + +2022-07-05 13:36:12 +---------------------------------------- + +5955760 + + +../python-files/get-observations.py --fetch --retry-unknown --reverse --idstart 5955760 observations.db + + +Finished +-------- + + +Current +-------- +[ ] ../python-files/get-observations.py --no-fetch --retry-unknown --reverse --idstart 5200000 --idend 5100000 observations.db + +[ ] ../python-files/get-observations.py --no-fetch --retry-unknown --reverse --idstart 5100000 --idend 5000000 observations.db + + +Future +-------- +[ ] ../python-files/get-observations.py --no-fetch --retry-unknown --reverse --idstart 5000000 --idend 4900000 observations.db -- 2.25.1