Skip to main content
Version: 3.0.0

Mobility Data


Mobility data is movement or spatial location data that is indexed and grouped using a hierarchical hexagonal grid system (H3). Mobility data in H3 is obtained by converting raw coordinate points (latitude and longitude) into hexagon IDs at a specific spatial resolution level. This data can show the density distribution in an area, movement patterns from one location to another (origin-destination), and facilitate the process of aggregating and analyzing large-scale spatial data more efficiently.

Mobility Data Products

Metadata

NoColumnTypeDescription
1h3_8Character VaryingA unique string identifier for a hexagonal grid cell based on the H3 spatial index at resolution 8
2latitudeNumericLatitude information of the application user
3longitudeNumericLongitude information of the application user
4horizontal accuracyNumericGPS accuracy in meters
5timestampTimestamp with timezoneTime while the user accessing the application in Coordinated Universal Time (UTC)