InternetHealthReport / internet-yellow-pages

A knowledge graph for the Internet
https://iyp.iijlab.net
GNU General Public License v3.0
43 stars 18 forks source link

Fix BGP.Tools AS names crawler #134

Closed m-appel closed 8 months ago

m-appel commented 8 months ago

Description

Due to a format change, the previous version was broken. We now use pandas to parse the CSV and be robust against future format changes. The current change also added a class field which is similar to a tag, which we now also import. We do not import the country code field, since we do not know where it comes from and will probably just add redundant information.

Motivation and Context

Closes #133.

How Has This Been Tested?

Full run of the crawler.

Types of changes

Checklist: