It looks like you're using an Ad Blocker.
Please white-list or disable AboveTopSecret.com in your ad-blocking tool.
Thank you.
Some features of ATS will be disabled while you continue to use an ad-blocker.
originally posted by: odzeandennz
a reply to: IsaacKoi
I kinda get it.
but clarify for me please. lol.
does your data proves it could not have been a bird, or drone, or any current commercial or military vehicle. ?
pardon my ufo ignorance. hehe. I'm not on the ufo boards too often.
originally posted by: kkrattiger
Please take a look at Frames 60 61 & 62. 61 being 02. This is seconds in Longitude (correct me if I'm wrong). It goes from 08 to 02 to 07. 7's can look like 2's but that is not the case here... Unless my eyes are playin tricks on me.
When a value changes, there are sometimes are a frame or two where parts of BOTH the old and the new value are displayed. This means that digit that changes can be a blurred mess of two different numbers.
originally posted by: IsaacKoi
Challenge 2 : Plotting and animating some of that data (whether using After Effects, Cinem4D or otherwise) on a map or maps (whether sourced from Google Earth or otherwise).
1. Save your Spreadsheet as a .CSV file, using a comma as a field separator.
2. Create text layer called "data". This will hold your numeric data. (hopefully this will work with 1000s of numbers)
3. Copy and paste the data from the CSV to the text layer. Again, hopefully this doesn't error or yield suffer from sort of overflow. If this works, then you are in business.
4. On a layer that you'd like to grab the position data, use this expression:
CODE: SELECT ALL
src = thisComp.layer("data").text.sourceText;
p = src.split("r")[index];
p.split(",")
Volant, a multi-modal vehicle concept, is a single unmanned system capable of flying, swimming, driving, and hopping across a variety of terrains and obstacles. ISRC has built and conducted limited testing on conceptual hardware, and while the concept may appear to be off in the distant future, our testing has shown that this concept could soon be a reality.
originally posted by: kkrattiger
I've completed Up to row 700 of the 7,000+ rows of column AU. It took about 35 mins.
IsaacKoi, how do I get you the numbers when I come to a stopping point?
I do not think I will do all 7,000, perhaps someone will volunteer to do part of it.
originally posted by: kkrattiger
Pprune, the online pilots forum, link here, may be a good place to find someone who knows who to do the mapping animation. Specifically, the MH370 thread(s). a reply to: IsaacKoi
originally posted by: Mastronaut
It's possible to create a preliminary animation in google earth. With KML it's possible to change the field of view aswell.
originally posted by: IsaacKoi
originally posted by: Mastronaut
It's possible to create a preliminary animation in google earth. With KML it's possible to change the field of view aswell.
Okay. We'd need to work out the details of converting data from the Excel spreadsheet to KML (including the precise format of a KML file)
It looks like that conversion should be relatively simple, with most of the work involved being done by a tool on the Earthpoint website at the link below:
www.earthpoint.us...
There are also some freeware tools easily available online that look like they can convert spreadsheets (or CSV) to KML, e.g.
HERE and some other pages explaining how to do conversions suchas this one.
originally posted by: kkrattiger
Sent an email with the spreadsheet through Frame 1401 for Column AU.
originally posted by: Mastronaut
I'm plotting the line of sight (plane to target) mostly to check what the code looked like.