By Nicolas R. Malloy September 19, 2025

Introduction

How many people can safely attend a music festival? Geographic Information Science (GIS) provides the tools to answer this question. In this lab, you will use GIS to estimate event capacity by analyzing parking areas, event fields, and campgrounds. The workflow centers on several core GIS skills. You will practice digitizing polygons to represent key areas of the festival site, and you will apply attribute calculations to determine how many cars, people, and campsites those spaces can support. You will also explore geoprocessing tools such as Pairwise Dissolve and Pairwise Erase to prepare data for analysis.

By the end of this activity, you will understand how spatial data and analysis can inform real-world planning decisions. You will also strengthen essential GIS skills such as digitizing, managing attribute tables, and applying geoprocessing operations.

<aside> <img src="notion://custom_emoji/e36d37a3-b8c3-4238-a034-303d3eec7c54/15065cbd-4de5-8046-8f40-007ab619d9e4" alt="notion://custom_emoji/e36d37a3-b8c3-4238-a034-303d3eec7c54/15065cbd-4de5-8046-8f40-007ab619d9e4" width="40px" />

Estimated time to complete this tutorial: 4 hours

</aside>

Learning Outcomes

By the end of this activity, you will be able to:

Setting Up Your Workspace

Before beginning the analysis, it is important to create a dedicated workspace for the project. A well-organized folder structure will help you keep track of your data, edits, and outputs as you work through the activity.

Start by creating a new folder on your desktop and name it Event_Capacity. Inside this main folder, make three subfolders:

Screenshot of a Windows folder named “Event_Capacity” containing three subfolders: original, working, and final.

Figure 1: Create a project workspace on your desktop with three subfolders—original, working, and final—so your data, edits, and outputs stay organized.

This standardized structure allows you to clearly separate raw data from your edits and final deliverables. It is a professional habit that ensures your work remains reproducible and easy to maintain, especially as projects grow more complex.