-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
display concordances in addendum #527
Conversation
Looks good: Other Of course this means we're adopting the whosonfirst key schema, which I think is fine. |
I've added a couple more commits to map fields outside |
Nice, this will actually be very good to have. If I were to make one change it would be for us to build a mapping of the short name to a longer name, so that it would be something like this instead: {
"concordances": {
"geoplanet_id": 667027,
"wikidata_id": "Q64",
"geonames_id": 6547384,
"quattroshapes_id": 630199
}
} Otherwise we will likely have to do some work to document the possible keys everywhere, as I doubt most people will know what they mean. I was actually surprised to see in the WOF schema you pasted that there's only 7 options, so at least this won't be too much work. I don't think it's too late to make this change if you also agree with it :) |
Yeah I considered doing that but I didn't want to get into defining naming conventions 😆 I'm not really sure I understand which concordances are available myself! |
It's never too late, but I think it would pay to define that schema up-front, the |
display concordances in addendum where available.
resolves #526