-
Import a piece of data from Excel for each comp? (and other data questions)
Hi there. I’m a bit in new territory here, so I’ve got a couple questions about using Excel data.
I need to place about 50,000 points of data into a world map. (location markers) I’ve started playing with the script, “Locations” to see if that will be a solution, but I’m worried that 50k points is going to be out of the realm of what AE can handle. How should I approach such large data sets?
In addition, I have a date field that needs to offset the lifespan of the marker comp. I was thinking I’d try to clean up the date column in Excel (e.g. 13-Feb-12) to something numeric like we did in Flash, where the Date.time object could express the date in milliseconds since January 1, 1970 (e.g. 1447175866). Then, I’d use an expression to offset the start time of the comp. Any thoughts on the feasibility of this? I’m not sure I can get a date in that format, but hoping some fancy text editor like Sublime or an Excel formula can reformat it for me.
Then, I also need to adjust the AE location marker’s scale by a unique data field from the same Excel set. (range: 0-100,000). I can probably rig up a script to attenuate it to 1-100%, but I’m not sure how or where to bring that data in. Is there a way to make every comp have a variable (maybe an Expression-Slider control?) that receives it’s unique data point?
Thanks for your input! I’m looking forward to this job, but need to make sure it’s all feasible!
-Greg