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
| No | Column | Type | Description |
|---|---|---|---|
| 1 | h3_8 | Character Varying | A unique string identifier for a hexagonal grid cell based on the H3 spatial index at resolution 8 |
| 2 | latitude | Numeric | Latitude information of the application user |
| 3 | longitude | Numeric | Longitude information of the application user |
| 4 | horizontal accuracy | Numeric | GPS accuracy in meters |
| 5 | timestamp | Timestamp with timezone | Time while the user accessing the application in Coordinated Universal Time (UTC) |