Difference: DuckyInfoVisProjectProposal (5 vs. 6)

Revision 62005-11-03 - DuckySherwood

Line: 1 to 1
 
META TOPICPARENT name="DuckyInfoVisProject"

Ducky's InfoVis Project Proposal

Proposal specs
Line: 8 to 8
 Only me, Kaitlin Duck Sherwood, ducky@csDELETEthisTEXT.ubc.ca

Description
Changed:
<
<
I plan to do a Google Maps mashup that overlays semi-translucent images on Google Maps in order to show area-based data.
>
>
I plan to show U.S. population density with a zooming/panning interactive display. I would use data derived from the 2000 U.S. Census.

I might need to restrict the dataset to some subset of the United States because of resource limitations. I am not Google, and cannot store as much data as I suspect would be necessary to provide optimal performance.

There are all kinds of interesting and useful things that could be done on top of the base project.

  • I believe that once I am able to display total population density, then it is relatively easy to extend the code to allow displaying one of many different flavors of demographic data, e.g. the non-white population. I would like to do that, think I can probably do it, but hesitate to promise it.
  • Allowing the user to select information from one of several different censuses is also clearly within the realm of imagination. I believe that this is slighly more ambitious (in part due to disk space limitations), and probably not within the scope of the class.
 

Personal expertise:
Changed:
<
<
  • I did a project integrating maps, floorplans, and a virtual walkthrough years ago at UIUC.
>
>
  • I did a project integrating maps, floorplans, and a virtual walkthrough about ten years ago at UIUC.
 
  • I have investigated several maps/census schemes in the past 10 years, but never gotten past the exploratory stages.
Deleted:
<
<
  • I am sort of aware of
 
  • I have never written anything in Javascript before, nor any dynamic client-side code of any kind, but would like to learn.
Changed:
<
<
  • I am not a graphics whiz. I am not sure what algorithms to use to select what data is likely to be visible. OTOH, I have not only a copy of Foley and Van Dam, but also Google, within easy reach.
>
>
  • I am not a graphics whiz. I am not sure what algorithms to use to select what data is likely to be visible. OTOH, I have Google and a copy of Foley and Van Dam within easy reach.
 
  • This could be a really cool project.

Proposed solution
Changed:
<
<
@@@
>
>
I plan to show U.S. population by rendering (on the fly, presumably) semi-translucent PNG images from the Census Bureau information that I would then overlay on Google Maps.

There are numerous opportunities for the performance to be inadequate. Determining the right data to display for a given clipping region, retrieving the information, aggregating information (when zoomed out), rendering the PNG image, and serving the image all take time (in addition to the time Google takes, which I won't be able to control). I expect that some caching and prefetching of data will be required.

 

Scenario
Changed:
<
<
@@@ scenario
>
>
Billy Rubin, a fifth-grade student at Rancho Cowabunga Middle School, is exploring population density as part of his urban housing presentation. He goes to Webfoot's Information Visualization site and is presented with a what looks like a standard Google map of Palo Alto, CA.
 
Interface mock-ups
@@@ illustrations of what the interface will look like
Line: 37 to 44
  I plan to use the gd library, probably with a perl wrapper, to generate a transparent PNG image to overlay on top of the maps.
Changed:
<
<
I plan to use C language Shapefile C library to parse a variant of the TIGER/Line data -- the ESRI shapefile data.
>
>
I plan to use C language Shapefile C library to parse a variant of the TIGER/Line data -- the ESRI shapefile data -- which includes some population demographic information.
 
Deleted:
<
<
@@@ library for dBASE files
 

Milestones
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback