[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 583: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 639: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
Gephi forums •[TODO] Dynamics in GDF (CSV)
Page 1 of 1

[TODO] Dynamics in GDF (CSV)

Posted: 03 May 2010 08:31
by feczo
Hi,

I know XML above all, but I still find much quicker to build CSV / GDF files with Openoffice, specially when I have thousands of nodes
from a database extract. Any chance to have Gephi recognize start/stop attributes from a GDF file to import it as
dynamic ?

I know that in the meantime I have to build a program to construct GEXF, but this would be a nice feature to have

Thanks

Sub @ Sydney Uni

Re: Dynamics in GDF (CSV)

Posted: 03 May 2010 09:17
by admin
Hi,

It's not part of the official format specification, but you're not the only one who'd appreciate this feature. I filled the Idea List.

Re: [TODO] Dynamics in GDF (CSV)

Posted: 23 May 2013 18:05
by kobeddl
Hi,

Is it possible to do that now ?
Because when I upload a csv with dynamic data, it doesn't work for the edges

Example (csv) :
Source target id Weight
n1 n3 1 <[2010.0, 2012.0, 2.0); [2012.0, 2014.0, 2.0); [2024.0, 2026.0, 9.0]>

During the upload, I cannot change the format of the Weight column = Float

When I take a look in the data laboratory, the weight is equal to 1.

Re: [TODO] Dynamics in GDF (CSV)

Posted: 29 May 2013 22:10
by eduramiba
kobeddl wrote:Hi,

Is it possible to do that now ?
Because when I upload a csv with dynamic data, it doesn't work for the edges

Example (csv) :
Source target id Weight
n1 n3 1 <[2010.0, 2012.0, 2.0); [2012.0, 2014.0, 2.0); [2024.0, 2026.0, 9.0]>

During the upload, I cannot change the format of the Weight column = Float

When I take a look in the data laboratory, the weight is equal to 1.
You need to convert Weight column to dynamic first.
To do this, go to Data Laboratory click on ''Convert column to dynamic", choose Weight and make sure to check "Replace column" option.
Then import the spreadsheet with dynamic weight.

Eduardo

Re: [TODO] Dynamics in GDF (CSV)

Posted: 31 May 2013 17:33
by kobeddl
Thanks Eduardo

I don't find anything about "Convert column to dynamic" in the data laboratory.

Is it here ?

Image

I'm working on the french version of Gephi 0.8.2.

If it's that, I checked all the boxs, but when I upload my csv, I still can't change the format of the weight variable (float is grey).

Re: [TODO] Dynamics in GDF (CSV)

Posted: 02 Jun 2013 22:55
by eduramiba
Hi,
It's the option in the attached screenshot (make sure to choose edges table)

Eduardo