InternetHealthReport / internet-yellow-pages

A knowledge graph for Internet resources
GNU General Public License v3.0
39 stars 16 forks source link

Closes #129 #132

Closed JustinLoye closed 6 months ago

JustinLoye commented 6 months ago

World Bank crawler to get countries' population, closes issue #129

Description

Connect Country to an Estimate node meaning that a country has an estimated population of value.

(:Country)-[:POPULATION {value: 123}]->(:Estimate {name: 'World Bank Population Estimate'})

Motivation and Context

It could be useful to have the countries' population. For example the ranking ihr.country_dependency gives the relative population coverage of eyeball networks per country, but does not indicate the actual population value.

How Has This Been Tested?

I checked the overall number of countries and the values of the most populated ones.

Screenshots (if appropriate):

10 most populated countries top10_pop

Types of changes

Checklist: