Knowledge Base

What is a location polygon?

Overview

A location polygon is an object that represents a place, point of interest, or location in the real world. Polygons are usually represented by the coordinates of their vertices. A polygon may have any number of vertices and any number of edges. The coordinates of the vertices are typically represented using WGS84 latitude and longitude pairs.

Because polygons can represent real-world locations they are often used to add context to location data. When collected, location data typically consists of the latitude, longitude, and altitude along with metadata about the device and time it was collected. Those attributes on their own have less value than if they can be mapped to a location that provides context for the location. For example the latitude 40.74576, -73.9848 would have little meaning by itself, but if it could be mapped to the Narrative Headquarters, the record would have additional context and would be easier to use.

Examples

A polygon representing Oracle Park in San Francisco

Oracle Park geoJSON Polygon

A polygon representing the borough of Manhattan in New York City

Manhattan Borough NYC Polygon

Encoding Polygons

Location can be encoded using a number of different standards. While the underlying file format and contents may differ, largely each standard is representing the same fundamental object, a location polygon.

  • geoJSON: geoJSON is a standard that is based on JSON making it easy to parse in commonly used programming languages. The files can also be read and edited in a text editors
  • Shapefile: Shapefiles are based on an open specification.  Unlike geoJSON, shapefiles require custom libraries to use and are harder to parse/understand by humans.
  • WKT: WKT stands for well-known text representation of geometry and is another format used to encode polygons. This format typically requires third-party libraries to parse. It is text-based so WKT files can be edited using a text editor, but the syntax is typically hard for humans to easily parse.
  • Point + radius: Point + radius is not a standard, and technically not a polygon, is when locations are represented by their midpoint and a circle is drawn around the midpoint at a specified radius. Point + radius is most often used when the borders of a point of interest are not known. Many systems will draw a polygon from the point + radius by choosing a number of vertices and using the radius to extrapolate those vertices (seen below).

Polygon from a circle

Additional Resources

Wikipedia: World Geodetic System

Github: GeoJSON of Major/Minor league ballparks

< Back
Rosetta

Hi! I’m Rosetta, your big data assistant. Ask me anything! If you want to talk to one of our wonderful human team members, let me know! I can schedule a call for you.