I went to Futakotamagawa in the rain. There, I was surprised to find a guy walking in the rain while wearing two shiny shoes. I am easily surprised.
Wow.
massive amounts of motion
along the edge
dash
towards the sun
windows
timeline
but it was a damn fine day
Edsel
a rare day of tooling around in the Edsel
Tired
Free shipping on my prints until midnight tomorrow by clicking this link!
It’s me, as requested. I am working/coding today. It’s fitting that I am working on the weekend and looking for “time” :
//find and setup multidimensional time columns:
var timeAttributes = [];
for(var i = 0; i< data.columnHeaders.length;i++){
var series = d.getAttributeInfoByName(data.columnHeaders[i]);
var id = series.id;
if(id !=undefined){
if(stringutils.isTimeAttribute(id)){
timeAttributes.push(series.name);
}
}
}
var timeIndex = d.combineAttributesIntoNewColumn(timeAttributes,"combinedtime");
[video]
done pretty