open source
-
WEATHERIZE
open source 11mo ago
-
Joe Dev on Tech - Automated Development Environments w/ Vagrant by Mitchell Hashimoto
open source 31m ago
-
BeBoPr printing Bucket O'Octopodus
open source 1h ago
-
A Sustainable Future is Possible - One Community weekly progress update XVI
open source 2h ago
-
NodeBB - The Discussion Platform of the Future.
open source 3h ago
-
Cogs Agency in 60 seconds
open source 4h ago
-
Cinelerra 2.2 cv - Freedom open source movie 4K video Applications Program | terminal-Install,Remove
open source 5h ago
-
Cinder Highlights Reel
open source 6h ago
-
Webcast: Deep Dive into Red Teaming with the Metasploit Framework
open source 6h ago
-
Juliana Rotich: Meet BRCK, Internet access built for Africa
open source 9h ago
-
CLAVIN -- an open source geoparser
open source 10h ago
-
Freedom OnLine: Change and Challenges-User Perspectives from the MENA Region
open source 16h ago
-
¿Qué son los ERP II?
open source 16h ago
-
MobileTea#4 - Development Stack Open Source - Alessio Biancalana
open source 17h ago
-
Ivan Nečas: Foreman (@rubyslava #29)
open source 18h ago
-
Breaking volvo glass
open source 18h ago
-
Cinder Creative Coding
open source 22h ago
-
Shashank Dixit (Deskera Open Source) at Startup Grind Singapore
open source 23h ago
-
Taming Big Data with Berkeley Data Analytics Stack - DataEDGE 2013
open source 1d ago
-
2010 GOSCON Civic Commons Panel with Bryan Sivak, Nick Grossman and Dan Melton
open source 1d ago
-
3D modeling for 3D printing
open source 1d ago
-
G4MoRe intro
open source 1d ago
-
Learning Live: Joi Ito - 03 Open business
open source 1d ago
-
Tronity Root 101 - More Details
open source 1d ago
-
Pete Lewis: Thriving on Open Hardware and Community
open source 1d ago
-
Cadet Engine: Custom Games
open source 1d ago
-
VIC Bobbin Sales - Ebay Grief
open source 1d ago
-
Story Maker: Telling and Sharing Stories at your Fingerprints
open source 1d ago
-
White Source- Open Source License Management
open source 1d ago
-
How to Install Audacity and the LAME MP3 Encoder
open source 1d ago
Tags
Description
WEATHERIZE - WHAT'S YOUR WEATHER LIKE ____________________________________________________ A project by Roberto Fazio (www.robertofazio.com) in collaboration with Gianluca Macaluso (http://www.deep-bo.com) Audio: Von Tesla , GlitchCraftM (Kaeba remix) Installation sound design : Von Tesla ( www.vontesla.com ) Weatherize is a simple data visualization installation that allows an immediate visual representation of meteorological data come from any city. Users can interact choosing by Twitter their favorite cities using the hashtag #wtrz NameCity. In real time, the system returns the representation of weather conditions regarding temperature, humidity and wind speed at that precise moment, which change according to the city selected by the user. It 'can' map 'objects or structures that follow the regularity of a grid, using a simple dedicated interface for the Ipad. The patterns generated by triangles create unique colors that vary at every selection of cities in computational way. The vertex of each triangle are anchored to the grid and follow the path with random behavior. Triangle represents a mysterious basic shape used in symbolic patterns across cultures and times. It shows the four Elements: Earth, Water, Fire and Air also representing the regularity of a stable element and the irregularity of a more elusive and intangible thing. The triangle as the time: mysterious, uncertain and uncontrollable. This shape is the most important factor in Weatherize, which is able to visualize meteorological data coming from user selected cities. The amount of triangles represents local temperature, the color represents weather conditions, the degree of opacity represents the local humidity and the speed of movement represents wind speed. The code was entirely written in Processing 1.5.1, an open source programming language. It consists of six main parts: ***************** -The composition of the grid through keyboard commands or interface IPAD build with TouchOSC. The grid informations are stored into two text edit file, lineV.txt and lineO.txt -Receiving data from Twitter. We used the java library for the Twitter API ( http://twitter4j.org/en/index.html ) . With Twitter4J, you can easily integrate your Java application with the Twitter service. - Detection-time data via RSS feeds from Yahoo (http://developer.yahoo.com/weather/) The Twitter API functionality uses an oAuth system, which allows people to authenticate applications through a login at twitter.com. More info here ( http://blog.blprnt.com/blog/blprnt/updated-quick-tutorial-processing-twitter ) . It's recommended to replace the right authorization codes in order to run correctly weatherize -Creation of triangles with different attributes -Upload screenshots of the remote server triggered the arrival of a tweet. We used a DataUpload java class developed by Philippe Lhoste - PhiLho(a)GMX.net ( Weatherize online : www.robertofazio.com/weatherize/online ) -color palette for the moment decided arbitrarily. ***************** DOWNLOAD : ____________________________________________________ Weatherize is available as source code, and it has been tested on mac and windows 7 Source code (git repository) here : https://github.com/robertofazio/Weatherize If you don’t like git, you can find a zip file here : https://dl.dropbox.com/u/10907181/weatherize_ver_0502.zip KEY COMMANDS: ____________________________________________________ 'i' - show info details 'f' - fullscreen 'g' - show / hide grid 'n' - create horizontal line 'N' - create vertical line 's' - select horizontal line 'S' - select vertical line 'r' - delete horizontal line 'R' - delete verti...
