AI-generated Key Takeaways
-
The Street View data portability tool allows users to export their uploaded 360 images, videos, and sensor data, including GPS tracks.
-
Exported data is organized into resource groups with specific OAuth scopes, such as
streetview.imagery
for user-uploaded Street View content. -
Sensor data is exported in JSON format and includes fields like GPS coordinates, altitude, and capture time.
-
360 images and videos are exported in their respective image and video formats.
* The preceding fields represent key data fields for the purposes of parsing and ingesting the relevant data exports. Data fields produced in an export vary by service and user action and some services or actions don't produce each data field described. | |||||||||
* The preceding fields represent key data fields for the purposes of parsing and ingesting the relevant data exports. Data fields produced in an export vary by service and user action and some services or actions don't produce each data field described. | |||||||||
* The preceding fields represent key data fields for the purposes of parsing and ingesting the relevant data exports. Data fields produced in an export vary by service and user action and some services or actions don't produce each data field described. | |||||||||
Data Field * | Field Definition | Data Field Type | |||||||
---|---|---|---|---|---|---|---|---|---|
gps_track | List of GPS coordinates. | list | |||||||
latitude | Latitude in degrees in decimal format. | float | |||||||
longitude | Longitude in degrees in decimal format. | float | |||||||
altitude | Altitude in degrees in decimal format, if present. | float | |||||||
capture_time | The time that the GPS coordinate was recorded. | timestamp |
Resource Group * | Description | Exported Objects | |||||||
---|---|---|---|---|---|---|---|---|---|
streetview.imagery | This resource group contains the 360 degree images and videos the user uploaded on Street View, including device signals like GPS data. | Uploaded 360 Image Video Sensor data | |||||||
* To obtain the OAuth Scope Name for a particular Resource Group, append "https://www.googleapis.com/auth/dataportability." to the Resource Group. For example, the OAuth Scope Name for the "myactivity.search" Resource Group is "https://www.googleapis.com/auth/dataportability.myactivity.search". |