Add "Digipeater" keyword for digi sats
This commit is contained in:
parent
ddbb3836b1
commit
abf911522d
1 changed files with 4 additions and 1 deletions
|
@ -134,7 +134,10 @@ def main():
|
|||
all_fm.norad_id.drop_duplicates().dropna(),
|
||||
)
|
||||
|
||||
all_digi = active_db[active_db["mode"].str.contains("APRS").fillna(False)]
|
||||
all_digi = active_db[
|
||||
active_db["mode"].str.contains("APRS").fillna(False)
|
||||
| active_db["mode"].str.contains("Digipeater").fillna(False)
|
||||
]
|
||||
save_gpredict_module(
|
||||
"AMSAT_All_Digi",
|
||||
GPREDICT_MODULE_DEST,
|
||||
|
|
Loading…
Add table
Reference in a new issue