how to view topographic monitoring data

Hello, I am new of ParaView maybe it’s very simple.
I have a CSV file with topographic reference points:
name,X,Y,Z

and a big CSV file of monitoring data:
ref_name, date and time, dX, dY, dZ

Now I would like to view arrows of displacements (dX, dY, dZ) eventually magnified with a coefficient, for all points at different times (actually I would like to animate them).

I tried with “table to points” filter and I can view points but actually don’t know how to create time dependent arrows.

Every kind of help is highly appreciated!

Filippo

Hi @FelixITA

You need to merge these datasets, either as multiple .csv files, or using a custom programmable filter which would be non trivial.

Best,