GSoC: Changing world map over time in Grapher #1293
Replies: 3 comments 2 replies
-
Hello developers, I am Rishikesh Suryavanshi and I am currently pursuing a bachelor's in Information Technology at Pune Institute of Computer Technology. Being a second-year student I have become confident and fairly experienced in Web development languages including Javascript, CSS, Bootstrap, React, and different frontend as well as backend frameworks. This project falls well in my current capabilities and I will be very excited to work on this. I look forward to hearing from you and further working on this project. Thank you for reading, |
Beta Was this translation helpful? Give feedback.
-
Hello OWID community, My name is Bharat Chandwani, and I am a computer science undergraduate at the Indian Institute of Information Technology, Gwalior. Right now, I have set up Grapher locally and opened some PR. How will you tweak the borders of any specific country in case of conflict? (I assume that the borders would be a GeoJson MultiPolygon). Thank You |
Beta Was this translation helpful? Give feedback.
-
I came at this from the other direction, my sliders start at the beginning, so do OWIDs I think, so I started by creating a key Go to World Map - zoom to 3 and center on Tunisia - select "Internet Use" then select the time slider at 1988 and the arrow keys to move along through the years. See at '90, '11 and '15 the above countries split off. I was going to go back to 1900, then I remembered The Cold War, WWII, the end of Colonialism and thought, not right now. Screen-shotsCzech / SlovakiaSudan / S. SudanGeorgia / AbzhakiaData structureThe data structure is converted using Looking at OWID maps here on :3030 they seem to load with the latest year selected but with a play button ready to roll through the years. This actually points me towards the sensible solution of doing this data build once using CShapes, manually updating, then selecting a sub-range for the map; and, probably deleting and adding rather than deep merging (so when 2015 is hit, element 63 is deleted then 63 and 224 are added) unlike my code. CShapes is a lot more detailed (700+ entities) and more data, but not in order and not with any label or data centering. It's 26mb and draws 1.17mil lines (search A benefit of this structure is it's not too "codey" for a researcher. They can add a new year, use the codes and structure, and co-ordinates (copied probably)
|
Beta Was this translation helpful? Give feedback.
-
DIFFICULTY: HARD, SIZE: 350 HOURS
Project
In most topics we cover, we try to find the longest-run series that help us see the big changes over time. Often these extend several decades in the past and include entities that no longer exist. For example, our meat supply per person chart contains Czechoslovakia, Yugoslavia and USSR, which cannot be plotted on a map of the same data.
We would like to be able to create maps that have changing borders over time – as you move the timeline backwards and forwards, you would see different country borders.
It is likely a difficult task to find the “right” country borders, and something we will be tweaking over time. The goal of the project is the technical implementation to make these changing-borders-over-time possible.
Required skills
Expected outcomes
Potential mentors
Resources
Some data in the Correlates of War project might be helpful.
Beta Was this translation helpful? Give feedback.
All reactions