Upgrade to Pro — share decks privately, control downloads, hide ads and more …

GIS as an Information Visualization

lottegis
March 19, 2012

GIS as an Information Visualization

lottegis

March 19, 2012
Tweet

More Decks by lottegis

Other Decks in Design

Transcript

  1. GIS as an Information Visualization Janet Khuu November 29, 2011

    Hi all. Today, I'd like to talk about information visualization and GIS. Infovis is one of the reasons that helped me to decide on studying GIS. So you may understand my surprise since starting the GIS program, despite the amount of maps we make from data we're given, there's little or no reference to the maps as an infovis. So I'll go over why it's important to relate GIS into that context.
  2. Agenda • What is information visualization? • How does GIS

    fit into information visualization? • What are some tools to present GIS information visualization? • Resources And I’ll include examples for each of the items.
  3. Data Ah-HA! We look at the picture... ...and gain insight.

    What is information visualization? Here, you see data, in whatever form, being transformed into pictures. The pictures are interpreted by a person and gains insight. That's a simple enough thing to create, right? The diagram emphasizes an "AH HA!" reaction, caused by the graphical representation of data, indicating a useful discovery from which the person is now informed. So an infovis makes a distinction: that data is not the same as information. A good infovis allows information to be derived from data. Often times when we hear about information overload, the problem is actually data overload.
  4. Examples of an infovis • charts and graphs • histograms

    • scatter plots • circuit diagrams • text clouds
  5. Node diagrams • emphasize connectivity • identify destination points This

    is a map of the London Underground, first designed in 1931. I know we love geographic maps, but the genius of this map is taking away the geographic features and notion of distance to emphasize connectivity and destination points. Ah-ha, I know where to go.
  6. Bifocal displays • use magnification distortion • provide awareness and

    identification • are user-controlled This is an example of a bifocal display. It uses magnification distortion to provide detail over this whole list of icons. More importantly, it provides awareness and identification. As the mouse moves over the different icons, I can see the context of the focus. As well, it identifies what I'm focusing at, by the name. Another important feature is that focus is controlled by the user. Ah-ha, that app I'm looking for is here.
  7. Brushing A text editor can also be a visualization tool.

    Double-clicking or searching for a term will highlight all instances of the query. You probably experienced how not fun it is trying to keep track of where you wrote that variable among thousands of lines of code without visual feedback. Ah-ha, so that’s where it is.
  8. There's thousands more examples I can show and all of

    them have their own uses. You wouldn't use a Venn diagram to show statistics, for example. Now, what about GIS? Where does that fit in?
  9. How does it relate to GIS? GIS is a subset

    of infovis: GIS deals with spatial data from physical world vs. infovis deals with abstract, non-spatial data Well, GIS is simply a subset of infovis. It deals with data from the physical world, in a spatial manner. While general infovis deals with abstract, non-spatial data.
  10. GIS as an information visualization • Shape • Orientation •

    Size • Texture • Colour • Line • Spatial • Mark position • Indicate direction (orientation, line) • Express space and magnitude (size, length, area) • Symbolize areas • Classify values (colour)
  11. GIS infovis functionality • panning • zooming • spatial analysis

    • etc. Here are some common tasks used by a GIS that identifies it as an infovis.
  12. Geometric and semantic zooming I'll expand on zooming. There's 2

    types. Geometric zooming only scales features as you step through zoom levels. With Semantic zooming, not only do the same features scale, but the features may become more detailed, and other features appear. Often times, both types of zooming combine into one functionality of zooming.
  13. Overview + detail Here is a view of an area

    in detail at a zoom level. The overview window provides context of the area.
  14. Bifocal display Distortion Focus Here is another implementation of overview+detail.

    The same unique features apply in this map view as with the OSX Dock. So similarly, the area in focus and magnification distortion is applied between it and everywhere else, so that there is context.
  15. Brushing By the highlighted dots on the map, you can

    probably recognize it’s a spatial selection done in a GIS app, either with select-by-location or by-attributes. Imagine trying to keep track of your data query without the highlighting.
  16. Data tools • Google Refine • DataWrangler TRANSFORMATION Now, an

    important component of creating these graphics is mining raw data. I thought I suggest these two unique tools to help do that. Google Refine and DataWrangler are similar tools. The latter is made by a group of Stanford visualization team. Google Refine allows you to import textual data in any raw form so you can turn it into a usable format. And, because it’s Google, you’re also able to mine information from the web to insert and relate into your data.
  17. Google Refine What’s neat about these tools is that they

    use infovis techniques to help you learn about your data as you’re cleaning it.
  18. (GIS) Visualization tools • ArcGIS, MapInfo, PCI Geomatica, etc. •

    ProtoVis: mbostock.github.com/protovis/ • PolyMaps: polymaps.org • R spatial projects (R sp): r-spatial.sourceforge.net ‣ R Project for Statistical Computing: r-project.org [Go through gallery of R-sp website.]
  19. Information visualization resources • Information Visualization: Design for Interaction Robert

    Spence • GIS Cartography: A Guide to Effective Map Design Gretchen N. Peterson
  20. Finally, here’s a map I like by the New York

    Times. They re-represented pixel blocks as a quantifiable value, while still adhere to approximate geographic locations of each state. This allows them to emphasize not only location and proximity, but scale. Additionally, they made it interactive by exposing attribute values via the mouse. Conclusion: Which brings to the last point I want to make. As map makers, as GIS specialists, we have an important job in turning data into information. We can give other professionals, even the general public the same ah-ha insights as in the examples I gave. Doing our job well empowers us to change policy, change the way people do things, and make us understand more. Thanks.