View allAll Photos Tagged process
Log processors forced people out of the woods. The chainsaw companies went nuts.The machines fell, limb, measure and cut. This is a detail of the head that holds and moves the tree for processing. Stay 300 feet back when in operation.
last frame after running this code:
float dir = 20;
float y = 0.0;
floatx= 0.0;
void setup(){
size (700,500);
}
void draw(){
frameRate(20);
line (0,y,700,y);
fill(random(255),random(255),random(255),1);
stroke(random(255),random(255),random(255));
strokeWeight(27);
y+=dir;
line (x,0,x,500);
fill(random(255),random(255),random(255),50);
stroke(random(255),random(255),random(255));
strokeWeight(27);
x+=dir;
if (y > 700 || y < 0){
dir = dir * -1.01;
}
}
Illustrative Visualization of a german climate change adaption research network – using processing and a metaball force field fpr moving agents
Cyanotype new formula - Canson Montval - Arrowroot sized
Scan from film negative - Digital negative printed on Epson 4000 with QTR
Julia set. Part of the fractal obtained from newton iteration of polynomial function.
see www.flickr.com/photos/imagedesmaths/3482983677.
Still first step of work.
Connections between cities less than 500mi apart. Cities shown have large or medium air hubs (as defined by the FAA). Thicker and darker lines denote closer cities. h/t.
For trips under 500 miles, decent land transportation, like high speed rail, is superior or comparable, door-to-door, than air transport.
Made with processing (& illustrator for touching up).