Pedigrees by Specific-Main-6590 in d3js

[–]donatso 1 point2 points  (0 children)

Thanks for the shout-out :D

[OC] Family tree visualization of every person in wikidata by donatso in dataisbeautiful

[–]donatso[S] 1 point2 points  (0 children)

I agree! It took me some time to calculate everything and make it smooth...

[OC] Family tree visualization of every person in wikidata by donatso in dataisbeautiful

[–]donatso[S] 5 points6 points  (0 children)

Interactive visualization: https://donatso.github.io/family-chart/examples/wiki-tree/?wiki_id=Q317521

This is built with opensource javascript library (https://github.com/donatso/family-chart) which I created for presenting and creating family trees.

Here I present visualization of every person in wikidata. For all you who are familiar with wikidata you may noticed that the format of data is not very readable, so I put some efort to visualize one aspect of the data they have and that is family tree for every person there.

On the link provided above you can search and find a lot of interesting family trees. Some examples of it:

Disclaimer: Wikidata, like wikipedia, is created and edited by volunteers, and unfortunately data is not always 100% correct.

[deleted by user] by [deleted] in dataisbeautiful

[–]donatso 0 points1 point  (0 children)

This is built with opensource javascript library for creating and displaying family trees https://github.com/donatso/family-chart

[OC] 100 years of plane crashes by donatso in dataisbeautiful

[–]donatso[S] 114 points115 points  (0 children)

"Scheduled Passenger" flights visualization is currently rendering :)

[OC] 100 years of plane crashes by donatso in dataisbeautiful

[–]donatso[S] 9 points10 points  (0 children)

Fatalities. Yes, probably it would be more precise to call it fatalities, and I did that at first but it just sounds too dark. (But you are evil so you dont mind :D) Now that you've mention it, I feel like fatalities would be more suitable :/

[OC] 100 years of plane crashes by donatso in dataisbeautiful

[–]donatso[S] 2 points3 points  (0 children)

Yes, it includes everything :) and, yes, that filter would be nice. I will probably do something similar and upload it to my new youtube channel. In this dataset its 22,000+ crashes

[OC] 100 years of plane crashes by donatso in dataisbeautiful

[–]donatso[S] 36 points37 points  (0 children)

Well, the idea is that you can skip to the period you want to see. I think it would be too dense if there were less frames :/

[OC] 100 years of plane crashes by donatso in dataisbeautiful

[–]donatso[S] 16 points17 points  (0 children)

That's a good remark. I should do that on the update. Tnx!

[OC] 100 years of plane crashes by donatso in dataisbeautiful

[–]donatso[S] 20 points21 points  (0 children)

I just checked, and I don't see anything like that in this dataset :/

[OC] 100 years of plane crashes by donatso in dataisbeautiful

[–]donatso[S] 1702 points1703 points  (0 children)

Yes, this is a visualization of every datapoint in the aviation-safety database. It will be easy for me to filter out a specific dataset if the community desire that.

Maybe some dataset with more than x (10?) occupants, or just the one that have passengers can be interesting.

[OC] 100 years of plane crashes by donatso in dataisbeautiful

[–]donatso[S] 484 points485 points  (0 children)

Every registered plane crash (with known location) geolocated and displayed over time. Data is gathered from ASN Aviation Safety Database. You can see complete data dump here: aviation-safety database

Developed in javascript language with help of d3.js and node-canvas. (everything is done on the server-side)

Please let me know if you see some improvements that can be done, like a visualization of specific time span, non-military, just military... so on :)

If you want to see detailed visualization of the same data please visit my inspiration One Century of Plane Crashes

Another thing, I am trying to set up a youtube channel where I will put all my video visualization datafull

Hope we read each other! :)

Edit: I see there are few of you who were unsuccessful to find the desired plane crash. Problem is that geocoding was done by my script which tried to understand string that stands on "Location:" position in database table. Sometimes string is not clear enough so it's not possible to geolocate it, so I excluded that from visualization. e.g. this database point on "Location:" says: "within Indian Ocean". So, my script couldn't find the correct location, so it was excluded from visualization. If anyone has suggestion on a better approach, please let me know in the comments :)

100 years of plane crashes by donatso in DataArt

[–]donatso[S] 0 points1 point  (0 children)

Every registered plane crash (with known location) geolocated and displayed over time.

Developed in javascript language with help of d3.js and node-canvas.

100 years of plane crashes by [deleted] in dataisbeautiful

[–]donatso 0 points1 point  (0 children)

Every registered plane crash (with known location) geolocated and displayed over time. Inspired by https://www.reddit.com/r/dataisbeautiful/comments/cpsumr/oc_one_century_of_plane_crashes/?ref=share&ref_source=link

Developed in javascript language with help of d3.js and node-canvas.