Importing Nodes with Coordinates to Gephi from CSV

[亡魂溺海] 提交于 2019-12-10 19:27:06

问题


This question seems pretty stupid but I actually fail to find a simple solution to this. I have a csv file that is structured like this:

0 21 34.00 34.00
1 23 35.00 25.00
2 25 45.00 65.00

The first column is the node's id, the second is an unimportant attribute. The 3rd and 4th attribute are supposed to be the x and y position of the nodes. I can import the file into the Data Laboratory without problems, but I fail to explain to Gephi to use the x y attributes as the corresponding properties. All I want to achieve is that Gephi sets the x Property to the value of the x Attribute (and y respectively). Also see picture.

Thanks for your help!


回答1:


OK I have found the answer myself. I look pretty dumb right now :-). In the Layout window, you can select "Geo Layout" and define which columns are used as Latitude and Longitude. The projection might come in weird if you do not actually have GeoData, but for me, this is fine.




回答2:


In Gephi 0.8 there was a plugin called Recast column. This plugin is unfortunately not ported to Gephi 0.9 yet, but it allowed you to set Standard (hidden) Columns in the Node Table, from visible values in the nodes table. Thus if you have two columns of type Float or Decimal that represent your coordinates, you could set the coordinate values of your nodes.



来源:https://stackoverflow.com/questions/38125396/importing-nodes-with-coordinates-to-gephi-from-csv

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!