Updating satellite list

Hi guys,

First of all, thanks for the excellent software, probably the best portable logging software at the moment. Personally, I tested several others but easiness and overall look of PoLo is unbeatable.

I am active on satellites, mostly portable. I understood that users cannot edit list of satellites, it has to be part of PoLo installation.

Changes in this list occur after new satellites are launched, which doesn’t happen often. Maybe once in 3 months or so.

If you need information or list of ham satellites, or any other help related to this, please let me know. It would be nice to have accurate list of satellites in PoLo.

Good luck with further development, keep up good work!

Regards,
Dragan, 4O4A

The data is defined in this file:

https://polo.ham2k.com/data/satellites.json

If you know what a “GitHub Pull Request” is, you can make the changes yourself directly at polo.ham2k.com/content/en/data/satellites.json at main · ham2k/polo.ham2k.com · GitHub

And if you have no idea what that means, you can just reply with the information here in the forums and we’ll figure it out.

Hi Sebastián,

I’m not so familiar with GitHub.
I can provide CSV file with all needed info.

Can you make .JSON from .CSV?

@4O4A if you attach or link the CSV file I can look into updating the JSON tonight.

How about this GitHub suorce?

Ideally, it would be good if could filter satellite list in PoLo.
I may be wrong, but I believe that most of portable SAT operators use no more than 15-20 satellites.

SAT data (data about satellite position in Space, so called TLE – two line element) is updated on daily basis by NASA, NORAD, several other organizations. And there are several handy apps which takes care of it (automatically download data from relative sources). Some of them are: ISS Detector, Look4SAT, etc.

Hams probably don’t need another application which will tell them position of the satellite at this very moment. But what we need is a handy logging application. Maybe PoLo could use this TLE files, not in order to give an accurate position of satellite, but just to keep track about SAT names, current number of SATs, accurate SAT designators for LoTW, etc…
https://celestrak.org/NORAD/elements/gp.php?GROUP=amateur&FORMAT=tle

Regarding ADIF data, for SAT QSOs there have to be PROP_MODE, SAT_NAME and BAND fields, to be valid for LoTW confirmation.
PROP_MODE is SATELLITE
SAT_NAME – satellite name
BAND – uplink frequency band

Topic/request maybe looks simple, but there is some workaround.

I am sorry but I cannot be helpful with any coding.

Regards,
Dragan, 4O4A

@4O4A It seems like the lists from this link is pretty large, did you need all the satellites in that list? Im sorry I don’t operate satellite at all really. :grimacing: I’m referring to this list https://github.com/palewire/amateur-satellite-database/blob/main/data/amsat-active-frequencies.csv

You’re right.

Maybe we should draw the line somewhere.
How about this list:
https://www.amsat.org/two-way-satellites/

This is the minimum of info, and probably quite enough to satisfy logging.
Please check frequency charts for both FM and transponder satellites.

In PoLo, it would be good when user choose satellite by name (say, SO-50), frequency/band/mode to be adjusted accordingly (145.850/2M/FM).

Lists are not CSV, but anyway it changes rarely, when new satellite is launched (say, once in 3 months or so).

I can help with CSV, if you tell me how it should look like.
I think that good start for logging is that user choose satellite by name, and PoLo automatically pulls data about freq, band, mode, SAT_NAME, PROP_MODE (needed for correct ADIF export).

Pull request created , there was only about 4 or 5 that needed to be added: Update satellites.json by grinchdubs · Pull Request #59 · ham2k/polo.ham2k.com · GitHub

Pull Request merged.

However, if I can ask you for one more change, could you add a new “NOTES.md” file, next to the satelites.json, explaining which data you ended up using, how you decided which satellites to add, maybe even a link to this discussion.

Just want to have some notes to help whomever has to do this again next time in 6 months.

Submitted a PR for the notes file as well!

1 Like