The Art of Cartography: Creating Maps for your Research

A figure of national research stations in Antarctica, which I recently created for my research using the Python library Cartopy.
A figure of national research stations in Antarctica, which I recently created for my research using the Python library Cartopy.

Ever since I was a child, I’ve always loved maps—I was a major geography nerd growing up. Jumping forward to today, my like-minded roommates are just as obsessed as I am: the walls of our dorm are literally covered floor to ceiling with maps. These include (but are not limited to) a glaciological map of Antarctica, public transport maps of numerous cities (Toulouse, Christchurch, and New York are just some examples), and a road map of my home state of Washington!

Maps aren’t just a fun hobby: They’re also enormously important in numerous research fields (in addition, of course, to just being plain useful). Whether your research field of interest is history or meteorology or epidemiology, there’s a good chance that you’ll be reading—and making!—some maps. In my own field of glaciology, maps are of paramount importance, whether it’s a map of glacier melt contribution from southeast Alaska or a map of Antarctic ice core sites. I’ve written this guide to provide some helpful resources and tools for making maps for your research, so hopefully it will serve as a good starting point! I should note that this isn’t a tutorial, but plenty of great tutorials should exist on the Internet for all of these tools.

Continue reading The Art of Cartography: Creating Maps for your Research

Developing Open Spaces on Campus: Spatial Analysis of Princeton Land Use

Last year, Princeton announced a plan to expand the University by 2026, adding another residential college and building new athletic facilities on the south side of Lake Carnegie. In what ways will this latest expansion transform our campus, and how does that change fit with the university’s historic land use? These are the questions that my twin brother, GEO senior Benjy Getraer, set out to answer last year in a class project for GEO 90 “Analyzing Ecological Integrity: An Assessment of Princeton’s Natural Areas.”

Research often involves a spatial dimension–you want to find out not only what is happening but also where. This is an important component in many disciplines: political scientists want to know how voting results breakdown by precinct or change over time; linguists may want to understand how dialects vary regionally; climate scientists want to know how much different parts of the globe are warming

To address these types of large-scale research objectives or answer smaller questions such as Benjy’s, you can use Geographic Information System (GIS) software to display, edit, and analyze geospatial data. Spatial analysis provides a unique way to study data and add diversity to figures and data visualization. In this post I will introduce basic concepts of geospatial data and one application of GIS analysis by walking through Benjy’s project, mapping land use change on Princeton’s campus.

Benjy Getraer ’19 analyzed historical imagery of Princeton’s campus to track land use change over the past 75+ years. The first step was to align the original overhead photography by geo-referencing the raster images.

Continue reading Developing Open Spaces on Campus: Spatial Analysis of Princeton Land Use