-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parse POTA park from the Cluster #482
Comments
I would really like it. And not just POTA, but also SOTA, WWFF are here. However, the DXC message is free-text. So, the format is not very standardized, and it is entirely up to the operator what they write there. I have about 250k records from DXC for testing, and for example, POTA is reported in several ways. For example, K-0744 or K0344, sometimes as POTA and WWFF reference number follows !!!. There is even more chaos with WWFF. Sometimes as IFF0520, IFF-0520, or IFF 520. I’m not sure if I can capture all the variations of different notations. Do you know any reliable method for recognition? Just a note, searching for individual strings in a list of POTA/SOTA/WWFF is not possible. It is very time-consuming operation. |
I think the same as you, if you try to catch them all it would be a nightmare, but I think at least as a start point it should parse those post that are in the correct format. As a start point. For example these 2 have them in the right format, clearly specified that are POTA. I think that should be a good start point. Then you can add/modify to those stating POTA, but with no dash, like US1241, or case insensitive. Thats as far as I would take it. After this point, it would be a guess game and I think it would not benefit in the long run to either you or the end user. |
Another idea that came to my mind now is that you can pull the pota active stations from the api (not sure the status on that, but assuming is working) and if a cluster entry does has word pota on the comment, then query the api to pull the park from that station. But again, not sure if the api is working, google'ing I found this, but this is like too much for what you would need: If you think is might be possible/easy, I can try to find out the status of the api. Let me know. |
getting information via API is the slowest option there. But the positive news is that I did an analysis of the DXC messages and it looks like it can be implemented. |
Could it be possible to parse the park from the cluster so that when you double click the contact, the POTA field be filled?
The text was updated successfully, but these errors were encountered: