Skip to content
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

US Counties filtering #1345

Open
ofadam opened this issue Jan 3, 2022 · 2 comments
Open

US Counties filtering #1345

ofadam opened this issue Jan 3, 2022 · 2 comments

Comments

@ofadam
Copy link
Contributor

ofadam commented Jan 3, 2022

On the US Counties page under Awards, I've noticed that things can get messy depending on the source ADIF imports to Cloudlog:

Screen Shot 2022-01-02 at 11 12 37 PM

Some (like Gridtracker) use the "XX, County" format (where XX = state abbreviation.) Other software (like Log4OM) seem to just use the county.

Although I believe the ADIF spec asks for the "XX, County" format, would it be possible to have some filtering happen to basically combine both formats and ignore any upper-case/lower-case differences?

(From ADIF spec: CNTY | US County in the format STATE,COUNTY. For example GA,BARROW)

@AndreasK79
Copy link
Contributor

I see your problem, but I don't know how this can easily be fixed. I followed the ADIF spec when adding auto-complete for counties, and saving/editing them. Anyone having any ideas, please feel free to pitch in.

@ofadam
Copy link
Contributor Author

ofadam commented Oct 4, 2022

Could some filtering be used before tabulating this stats page?

Would need to do the following:

  • Ignore case sensitivity entirely
  • Remove "XX," or "XX, " (with space after comma)

That should fix things up, I think?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants