xtreamsrl/tsviz

posixCT posixLT

ddieffen opened this issue · 2 comments

Hello,

First of all i wanted to congratulate you for this job. What an amazing plugin.

I wanted to know if you considered to support posixCT and posixLT dates in the time series. I have to deal with and analyse time series which have a time step of 0.05s and would like to use your tool. This would definitely help to avoid using any other library or prorietary softwares.

Best regards

Hello @ddieffen,

regards from Italy! Thank you for your message.

Would you be able to share a sample of the dataset? If it is confidential, you can also make it up with random data, but keeping the types.
This will help us to study and implement the feature.

Kindly,
Lele.

Thank you for your contribution, you did a great job.

As @ddieffen suggested, it would be great to use your addon to analyse time series data including hour:min:sec and maybe also millisecs. An example below:

Scan     	Time	        Reading
1	04/10/2021 17:39:20:211	1
2	04/10/2021 17:39:26:195	2
3	04/10/2021 17:39:32:195	3
4	04/10/2021 17:39:38:195	5
5	04/10/2021 17:39:44:195	7
6	04/10/2021 17:39:50:195	2
7	04/10/2021 17:39:56:195	1
8	04/10/2021 17:40:02:195	0 

etc

The package lubridate allows to add Date formats with "dmy_hms()". Would it be easy to accept formats like this in your addon?

Thank you again,