TestudoMap

Sample Voronoi Testudo Map

Sample Network Testudo Map

Sample Vector Network Testudo Map

You can also view an interactive verison of the map.

About the Map

The ‘Know Your Nearest Testudo’ map shows you which statue of Testudo you are closest to, regardless of where you are on campus.

The first step in the process is obtaining raw data that can be processed to obtain the specific information needed. All data for this project is obtained from OpenStreetMap using the OverPass API and the scripts used to download the data are available in this repository.

Intermediate processing of the data is done using SQL in a Spatialite database. This removes unnecessary information from the raw data and transforms into a format that is easier to manipulate in QGIS. At this point Spatialite functions are used to generate a Voronoi on the locations of the Testudo statues.

Final processing of the data and rendering of the map is done either using QGIS locally or the Leaflet JavaScript API in a web browser.

Rendering the Map