[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 •Time interval
Page 1 of 1

Time interval

Posted: 11 Apr 2018 13:05
by nikolkotz
Hello.

Can we avoid to create manually the time interval needed for dynamic network plot by setting it in the xml?

Re: Time interval

Posted: 12 Apr 2018 11:14
by eduramiba
Yes,
In gexf format you can represent any interval: https://gephi.org/gexf/format/dynamics.html

Re: Time interval

Posted: 18 Apr 2018 13:55
by nikolkotz
Yes, you are right...it works.

So, now the issue is that I have a xml file where the format of start time is YYMMDD hh:mm:ss and the type is string. When I modify it either as datetime,date or xsd:dateTime and then open my file with gephi I receive a message saying that it ignores my attribute because it does not recognise the type of data. Any suggestions?

Re: Time interval

Posted: 18 Apr 2018 14:31
by eduramiba
I think you need to use ISO 8601 format.