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

Missing Capitals #11

Closed
edwardchalstrey1 opened this issue Apr 3, 2024 · 3 comments
Closed

Missing Capitals #11

edwardchalstrey1 opened this issue Apr 3, 2024 · 3 comments

Comments

@edwardchalstrey1
Copy link
Contributor

Hi @MajidBenam I'm looking at visualising capital cities on the world map I've developed using lat/lon coordinates, which I get from the core.capital model/table, linking via the general.polity_capital which is associated with a page and has the capital, but not coordinates. When I match the capital field of that table to the name field of core.capital I get some matches, but I noticed that many are missing. In other words there's quite a few Seshat polity pages where a capital is recorded, but we don't have coordinates.

Do you think this is something likely to change in the near future? I'm not sure there is a mechanism for Seshat users to add the coordinates via the update page? If not, I may just suppress this feature of the world map for now.

@MajidBenam
Copy link
Owner

Hi @edwardchalstrey1
Your insight has drawn my attention to the management of capitals, prompting me to initiate some adjustments to our data schema regarding polities/capitals. Under the new framework, we will introduce core_capital instances, devoid of any attached polities but retaining all other attributes. Instead, a new foreign key will be added to the general_polity_capital class, directing to instances of the Capital model. This adjustment is expected to mitigate modeling issues and enhance the accessibility and editability of capitals.

However, addressing the issue where some polities have string representations of capitals but lack actual longitude and latitude data will require a comprehensive solution. I will ensure that existing coded string capitals (general_polity_capitals) are augmented to point to existing core_capital instances. Additionally, I will streamline the process of editing capitals, making it more straightforward for Research Assistants (RAs).

It's important to note that adding new information on new capitals or existing string capitals will continue to be a task primarily undertaken by RAs, and such processes typically progress at a slower pace.

@edwardchalstrey1
Copy link
Contributor Author

Great, thanks Majid! Ok sounds good, I'll incorporate your updates but I'll work on the assumption that it could be a while on the coordinates being available

@edwardchalstrey1
Copy link
Contributor Author

Closing as this is more of an issue of data entry by RAs

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