Plot stations according dx_aprs_ssid #68
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I don't think the map groups by SSID at the moment, but that would be helpful for packet or APRS.
For background, I'm working on caching locations locally before reporting them, but the caching is done per callsign-SSID combination. For packet, the SSID can mean physical location, but it can also mean services on a single station (e.g., -7 for node, -1 for BBS, etc.).
Hi, I'm not 100% sure what you mean, so could you explain a bit more about what you're after compared to what the map does now? e.g. is the problem that you want data from spots with different SSIDs to be combined into one? Or that you have multiple spots in the same place on the map and it's not easy to see what's there? Or that the de-dupe function is too strict because it doesn't take into account SSIDs and will only return the latest spot of a callsign, regardless of SSID?
As a related thing, I didn't realise packet stations used SSIDs. Would it make sense to rename the field from
dx_aprs_ssidto justdx_ssid?This is the one I'm trying to say:
It's sort an edge case since I'm trying to avoid using the Internet to look up locations based on callsign. But if someone were to try to use this for APRS, the results would be similar.
Right now, the locations from all base callsigns are combined into one on the map. So what happens is
The solution for the above situation is probably for me to cache locations based on MYCALL without the SSID. But there are also situations like
Got it. I will take SSIDs into account more widely in the software, including in the dedupe functions, and it should resolve this.
While I'm looking at this, how are you submitting spots with SSIDs at the moment? Are you setting dx_call to the base callsign and dx_aprs_ssid separately? If so do you prefer that, or would you rather submit the whole thing as dx_call?
I think this makes sense in the long run.
Until last night I was submitting the whole thing, but now I am submitting them separately because that seemed to make sense in the API schema. E.g., https://spothole.app/api/v1/spots?mode=PKT. But either way works.
OK, the "dedupe" function now treats stations with the same callsign but different SSIDs as different things. SSIDs are now also shown in the various spot interfaces.
dx_aprs_ssidhas been renamed simplydx_ssidand there is also now ade_ssidfield as well.I'm not sure how close your map markers with different SSIDs are to each other, so try it out and see if you get a useful map. If you like I can also add the "Spiderfy" effect that Field Spotter has where if you have overlapping markers, you can click once to expand them a bit.
Thanks Ian! I will test this today.
Sorry for no update on this. I think the updates look great, I just need to adjust things in my end so I'm not sending empty SSIDs sometimes.
Closing, please reopen if you think there is more to do.