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

Only filter cities by minimum population #373

Merged
merged 1 commit into from
Sep 24, 2024

Conversation

nanglo123
Copy link
Contributor

@nanglo123 nanglo123 commented Sep 24, 2024

This PR addresses #370 by only removing cities with population under the minimum threshold after their related first order adminsitrative divisions have been added when we get geoname terms. After using the add_resource endpoint and adding geoname terms to the dkg, we can confirm the precense of the missing geoname nodes mentioned in the linked issue. The new set of geoname terms is a superset of the old set and around 1,200 more geoname terms have been added.

  • [ { "id": "geonames:4142224", "name": "Delaware", "type": "individual", "obsolete": false, "synonyms": [], "xrefs": [], "labels": [], "properties": { "code": [ "US.DE" ] } } ]

  • { "id": "geonames:5843591", "name": "Wyoming", "type": "individual", "obsolete": false, "synonyms": [], "xrefs": [], "labels": [], "properties": { "code": [ "US.WY" ] } } ]

  • [ { "id": "geonames:4971068", "name": "Maine", "type": "individual", "obsolete": false, "synonyms": [], "xrefs": [], "labels": [], "properties": { "code": [ "US.ME" ] } } ]

  • [ { "id": "geonames:4826850", "name": "West Virginia", "type": "individual", "obsolete": false, "synonyms": [], "xrefs": [], "labels": [], "properties": { "code": [ "US.WV" ] } } ]

  • [ { "id": "geonames:5242283", "name": "Vermont", "type": "individual", "obsolete": false, "synonyms": [], "xrefs": [], "labels": [], "properties": { "code": [ "US.VT" ] } } ]

@bgyori bgyori merged commit 51d0c98 into gyorilab:main Sep 24, 2024
2 checks passed
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

Successfully merging this pull request may close these issues.

2 participants