Toby Sands: Digital Media Design BA(Hons)
Monday, 23 May 2011
Independent Project Look Back
Looking at my research I feel that I have done the right research because I found out how flight patterns was made. Also by looking at how other transport visualisations have been made I could make mine different and not look like the rest of them and therefore make mine unique. I feel by finding my data the way I did I got all the data that I needed because I started by going to Seaford and Lewes train station and asking for the leaflets of the different route and by doing this there was only 15 out of 33 route leaflets. Therefore by finding the digital versions I have a copy that I can print time and time again and draw over should I find repeats and merging routes in the timetables.
Looking back on my working methods I feel that it all went well because I feel that be researching into how flight patterns was made I could combine my skills in different software to create one piece. But first by analysing the data and editing the map to the stations that are stopped at I had a better understanding of what was needed to be used for the animation. Then by finding out that processing was used to create the data points in flight patterns gave me the idea of taking the edited map into processing and use my knowledge of processing to plot the stations of the map. Then by taking the end result of this into Photoshop and creating the track outline then gave me guidance when it cone to animating the trains in after effects. Therefore looking back on my whole project I feel that I used all the right methods to create my end result that I wanted to.
Finally looking at the final outcome of my project I am happy with it and I feel that I have done what I set out to do. I feel that if I had only shown the map animation the viewer might not make as much of an impact as of showing the map animation and the trains only animation. This is because with the train only animation you have less to visually analyse and it shows how many trains that are running at the given time. Also I feel that by adding the banner bar adds more character to what I am trying to portray because it keeps the animation along the line of the southern rail company by using their company colours. Also I have learned more about after effects because I have found out about the use of expression to create animations of digits.
Saturday, 21 May 2011
Compleated Animation
Thursday, 19 May 2011
Class Crit
- Normal passed one is two long
- its better to use the fast one
- make the outline map solid
- all together very interesting
- add a clock in the corner
Tuesday, 17 May 2011
Before Class Crit
Thursday, 12 May 2011
Without Track

Considering i am a third of a way through the routes i need to animate i wondered what the animation looks like with no map behind it and i think that it looks interesting. This is because i was inspired by Aaron Koblin and Flight patterns and i think that this is interesting because viewing my animation like this you dont know what the route is so it adds some mystery to the animation,
Monday, 9 May 2011
Creating a Clock
After researching how to do this i found a tutorial with some code here...
Universal Up/Down After Effects Clock
with in this tutorial it shows this variable code
rate = -2;
clockStart = 3604.999;
function padZero(n){
if (n < 10) return "0" + n else return "" + n
}
clockTime = clockStart + rate*(time - inPoint);
if (clockTime < 0){
sign = "-"; clockTime = -clockTime;
}else{
sign = "";
}
t = Math.floor(clockTime);
hr = Math.floor(t/3600);
min = Math.floor((t%3600)/60);
sec = Math.floor(t%60);
ms = clockTime.toFixed(3).substr(-3);
sign + padZero(hr) + ":" + padZero(min) + ":" + padZero(sec) + "." + ms
and the code works by this analysis

Saturday, 7 May 2011
Animating The Wrong Way
Thursday, 5 May 2011
Duplicate Routes
Tuesday, 3 May 2011
Time Period To Animate
Friday, 29 April 2011
Create An Outline
Wednesday, 27 April 2011
Class Presentation Of Work So Far

After returning to class and presenting my ideas to the class i showed them what point i had got to with my idea. I got good feedback from the class but when i showed my map it was suggested that i keep the outline of the original map so people have something to follow. Therefore i am going to look at the way i have created the map and modify it.
Tuesday, 26 April 2011
Convert Processing to PSD
Monday, 25 April 2011
Design the Train
Saturday, 23 April 2011
Map Plotten In Processing
Thursday, 21 April 2011
Edited Map
Tuesday, 19 April 2011
Found My Data
Monday, 18 April 2011
Data Art on BBC Backstage

When using the BBC website and you want to find something quick normally you use the search tool similar to google which when you search it gives you a list of results on a page. But with SearchWeb it lets you look for content on the BBC website, by searching terms it then generates a information tree of your searched term containing links to web pages with the BBC homepage at its centre.
By taking the data that is the information you have searched for and presenting it in the form of a tree you can quickly see the connections with the different areas of the BBC that your search has covered. Using a tree structure makes it easier to navigate much easier to follow topics, once again colour is used as a way of showing difference
Saturday, 16 April 2011
Public Transport Visualization of North West England
Public Transport Journeys in the North West of England from ItoWorld on Vimeo.
This visualization is showing the public transport in the north west of England. The data was taken from National Public Transport Data Repository (NPTDR), if you look closely at the map you will see that Liverpool is on the left and Manchester right. By looking at the colour coding on the map and the way that it is layed out, I am analysing that the blue are travel on the roads due to the fact that they are much denser on the map. Also that the whites are trains because they are moving at a much faster speed, there is a less ratio of blue to white and that the whites are animated on a fixed path.
Thursday, 14 April 2011
Trafic Visulisation
This visualization is the use of data from Waze users (a mobile application providing free turn-by-turn navigation based on the live conditions of the other Waze users) combined with passive traffic data. The pulsating circles are alerts from users reporting hazards, traffic jams, highway patrol, and communicating with one another. While the lines are trips made by Waze users, the way that they work is when they first appear in white the trip is starting, then once the trip has been completed they fade to gray.
This shows that by using a length of time can be a good way to show that the data has changed. Also with this example it shows that colour is a way of showing different categories that you may have within your data. I will take this analysis and see if i can apply it to my idea in some way.
Tuesday, 12 April 2011
My Plan
- take a image of the map into processing
- plot the points of the train stations over the map
- take this into photoshop for some further editing
- take into after effects
- animate the schedules over the map
What I need to do now is collect all the data that i need and analyse it to see if there is any think that i need to take into consideration for my animation.