-
-
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
Update abbreviation, abrv, shortcode #398
Comments
We should be able to modify #375 fairly easily to handle any changes |
See also: pelias/pelias#601. |
orangejulius
pushed a commit
that referenced
this issue
Sep 19, 2018
Several abbreviation fields have changed or will change over time in WOF. 1.) `wof:shortcode` just replaced `wof:abbreviation` 2.) for dependency records, `wof:shortcode` will replace `wof:country` This change allows us to handle both of those changing fields in a backwrds compatible way, by supporting the older field but prioritizing the newer ones. We should later come in and remove the logic to refer to the older values once we're sure they're no longer used and enough time has passed that most people will have updated their copy of WOF data. Supersedes #273 Supersedes #375 Fixes #398 Fixes pelias/pelias#645 Connects whosonfirst/whosonfirst-properties#78
orangejulius
pushed a commit
that referenced
this issue
Sep 19, 2018
Several abbreviation fields have changed or will change over time in WOF. 1.) `wof:shortcode` just replaced `wof:abbreviation` 2.) for dependency records, `wof:shortcode` will replace `wof:country` This change allows us to handle both of those changing fields in a backwards compatible way, by supporting the older field but prioritizing the newer ones. We should later come in and remove the logic to refer to the older values once we're sure they're no longer used and enough time has passed that most people will have updated their copy of WOF data. Supersedes #273 Supersedes #375 Fixes #398 Fixes pelias/pelias#645 Connects whosonfirst/whosonfirst-properties#78
orangejulius
added a commit
that referenced
this issue
Sep 19, 2018
Several abbreviation fields have changed or will change over time in WOF. 1.) `wof:shortcode` just replaced `wof:abbreviation` 2.) for dependency records, `wof:shortcode` will replace `wof:country` This change allows us to handle both of those changing fields in a backwards compatible way, by supporting the older field but prioritizing the newer ones. We should later come in and remove the logic to refer to the older values once we're sure they're no longer used and enough time has passed that most people will have updated their copy of WOF data. Supersedes #273 Supersedes #375 Fixes #398 Fixes pelias/pelias#645 Connects whosonfirst/whosonfirst-properties#78
orangejulius
added a commit
to pelias/wof-admin-lookup
that referenced
this issue
Sep 19, 2018
The `wof:shortcode` properly is coming to replace the `wof:abbreviation` field. This PR allows either field to work, with `wof:shortcode` preferred, to account for people who have not yet updated their data. Connects pelias/whosonfirst#398 Connects pelias/pelias#645 Connects whosonfirst/whosonfirst-properties#78
orangejulius
added a commit
to pelias/wof-admin-lookup
that referenced
this issue
Sep 19, 2018
The `wof:shortcode` properly is coming to replace the `wof:abbreviation` field. This PR allows either field to work, with `wof:shortcode` preferred, to account for people who have not yet updated their data. Connects pelias/whosonfirst#398 Connects pelias/pelias#645 Connects whosonfirst/whosonfirst-properties#78
orangejulius
added a commit
to pelias/wof-admin-lookup
that referenced
this issue
Sep 19, 2018
The `wof:shortcode` properly is coming to replace the `wof:abbreviation` field. This PR allows either field to work, with `wof:shortcode` preferred, to account for people who have not yet updated their data. Connects pelias/whosonfirst#398 Connects pelias/pelias#645 Connects whosonfirst/whosonfirst-properties#78 Connects pelias/whosonfirst#399
orangejulius
added a commit
to pelias/wof-admin-lookup
that referenced
this issue
Sep 20, 2018
The `wof:shortcode` properly is coming to replace the `wof:abbreviation` field. This PR allows either field to work, with `wof:shortcode` preferred, to account for people who have not yet updated their data. Connects pelias/whosonfirst#398 Connects pelias/pelias#645 Connects whosonfirst/whosonfirst-properties#78 Connects pelias/whosonfirst#399
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ticket to check the impact of property changes in WOF outlined in:
whosonfirst/whosonfirst-properties#78
The text was updated successfully, but these errors were encountered: