-
Notifications
You must be signed in to change notification settings - Fork 1
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
Cities Importance #78
Comments
is there a field on wikidata that inherently gives us the size of the settlement, ie cities, villages, towns |
@ataalik There's a few but I'm not sure how standardized they are. https://www.wikidata.org/wiki/Q1049415 is an instance of "village". https://www.wikidata.org/wiki/Q84 is an instance of "capital". https://www.wikidata.org/wiki/Q2256 is an instance of "metropolis". https://www.wikidata.org/wiki/Q189288 is an instance of "town", and so on. A lot of semi-major cities seem to just be an instance of "city" and nothing else, which might make this a bit difficult. We can also ranking cities from a service other than wikidata perhaps. |
We are working with historical data, town in 1000 A.D. might be more important than metropolis in 2019 A.D.
Yeah, there was some open database from national geographic with |
I agree with @MiklerGM, it' pretty difficult to manage importance, I believe some of this should be done manualy. I borrowed scaleRank from http://www.naturalearthdata.com/ database (not national geographic 😃). It's suitable, but anyway back-in-time mapping is difficult for this matter anyway. |
It's also big problem about wikidata's 'instance of', I'm not sure how to manage this issue. |
I doubt it exists but if we had historical census data from settlements we could somehow calculate importance using stuff like population, the year the data is from and proximity to other cities. |
We got population for 20th century, not more. |
Problem: capitals, cities, towns and villages should became visible on different zoom levels.
Find the best approach to filter cities by it's importance for best UI experience.
On frontend filtering will be done via MVT filtering options https://www.mapbox.com/mapbox-gl-js/style-spec/#other-filter
Mapbox will automatically hide collided items, so we don't need clustering algorithm.
The proposal: add one or more fields to determine city importance for current period of time
Originally posted by @MiklerGM in #70 (comment)
The text was updated successfully, but these errors were encountered: