Skip to content

Our entry for govhack2013. "Future Melbourne" is a musical compostion which is manipulated by the Victorian data set within the Department of Health and Ageing's Statistical Local Area Population Projections 2007-2027.

rickerbh/govhack2013

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

govhack2013

Our entry for govhack2013.

Future Melbourne

"Future Melbourne" is a musical compostion which is manipulated by the Victorian data set within the Department of Health and Ageing's Statistical Local Area Population Projections 2007-2027.

Melbourne, Victoria's capital, is the fastest growing city in numerical terms in Australia. The population is predicted to reach 7 million by 2030. Along with the high population growth, comes a high demand for housing. As such, Melbourne is undergoing a significant urban sprawl, and the urban footprint of Melbourne is increasing. Melton, Wyndham and Casey, all part of the Melbourne statistical division, record some of the highest growth rates of all local government areas in Australia.

happtic's entry, Future Melbourne, is a musical representation of the continued population growth prediction for Melbourne, including the growth of the population into these "outer suburbs" and "satellite cities". The data set is split by age and suburb, and variances in these figures will drive the manipulation of musical samples.

The population projections in the utilised data set were prepared by the ABS, with initial data based on the Estimated Resident Population (ERP) from the 2006 Census. Future years are projected based on the 2006-2101 issue of Population Projections, Australia from the ABS. Assumptions of fertility, mortality and migration are primarily based on historical patterns and area trends.

Data Source

We are using the Victorian data set for Statistical Local Area Population Projections, 2007 to 2027, Revised from health.gov.au.

The source is being split into female/male data sets, and normalised between 0-1 based on region within Melbourne (Inner, Metro, Greater [North, South, East, West]). Check the Source Data directory for this. ruby scrips that perform this task are in the Source Data/Normalised/ directory.

Installation

You can extract and run the compiled application from the futureMelbourne/bin/futureMelbourneApp.zip file (it must be extracted to the location it's stored in, and run from that location), or follow the instructions below to compile it yourself.

You'll need Xcode.

The main project is openFrameworks based. To compile it, you'll need to install openFrameworks for your platform. Just download and install.

You'll also need the following addons:

To install the addons, navigate to the root directory of openframeworks (of_v0.7.4_osx_release for me), and then...

cd addons
git clone https://github.com/admsyn/ofxAudioUnit.git
git clone https://github.com/jefftimesten/ofxJSON.git
git clone https://github.com/fx-lange/ofxTimer.git

To build the app, copy the futureMelbourne directory from this repo into the of_v0.7.4_osx_release/apps/myapps/ directory, open the futureMelbourne.xcodeproj file, and Build & Run the futureMelboure - Release target.

Results

Aural pleasure. Maybe. Might just be noise.

Audio Help

The way this app works is that it modifies the resonance and cutoff frequency for a low-pass filter, and alters volume of each sample independently.

Licence

All audio samples from freesound.org, under Creative Commons Licence.

Creative Commons Licence
This work is licensed under a Creative Commons Attribution 3.0 Unported License.

About

Our entry for govhack2013. "Future Melbourne" is a musical compostion which is manipulated by the Victorian data set within the Department of Health and Ageing's Statistical Local Area Population Projections 2007-2027.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published