Home > hackshackers-dec2010

hackshackers-dec2010

Hackshackers-dec2010 is a project mainly written in ..., it's free.

A GeoDjango app that maps unemployment, meant to demonstrate concepts from my talk.

/ / /  _  /  _`  / /  /  _`         / / / /  _  /  _`  / /  /  _` /  _` /  _`     
  _   L   /_  /'/' ,L_      / /  _   L   /_  /'/'  L_  L  ,L_   
    _     __   /_/_  , <  /___      / /     _     __   /_/_  , <     _L  ,  //___    
        /   L   `  / L   / /          /   L   `   L     / L  
    _ _ _ _ ____/  _ _ `____/_/       _ _ _ _ ____/  _ _ ____/ _ _ `____
    /_//_//_//_//___/   /_//_/ /_____/_/        /_//_//_//_//___/   /_//_/ /___/  /_// //_____/
                                                                                                                  

This is a Django project prepared for the "Data Visualization: An Open Brainstorm":http://meetupla.hackshackers.com/calendar/15624221/?eventId=15624221&action=detail a Hacks/Hackers event in Pasadena, CA on Dec. 16, 2010.

!http://farm3.static.flickr.com/2768/4373159365_acc760501c_o.png(Maps)!

The objective is to demonstrate how "latimes-pluggablemaps-uscounties":https://github.com/datadesk/latimes-pluggablemaps-uscounties and "Django's geospatial extensions":http://geodjango.org/ can be used to report the news.

The code here creates interactive maps of unemployment data that are the rough equal of the thematic and proportional-symbol maps newspapers have created for years. The data are entirely from the public domain, and the maps are made by employing the OpenLayers library. The geospatial data are drawn the L.A. Times' first "pluggable map" prototype, "latimes-pluggablemaps-uscounties":https://github.com/datadesk/latimes-pluggablemaps-uscounties.

h3. Prerequisites you need to install yourself

  • "PostgreSQL":http://www.postgresql.org/ and its development headers
  • "GeoDjango":http://geodjango.org/docs/install.html (This is the tricky one)
Previous:FoodRun