Downloading Datasets
Stay organized with collections
Save and categorize content based on your preferences.
Download a Dataset
Send a request to download the dataset.
curl -L \
-H 'X-Goog-User-Project: PROJECT_NUMBER' \
-H "Authorization: Bearer $TOKEN" \
--output LOCAL_LOCATION_TO_OUTPUT \
https://mapsplatformdatasets.googleapis.com/download/v1alpha/projects/PROJECT_NUMBER/datasets/DATASET_ID:download?alt=media
Sample Request
curl -L \
-H 'X-Goog-User-Project: PROJECT_NUMBER' \
-H "Authorization: Bearer $TOKEN" \
--output /tmp/example_dataset.json \
https://mapsplatformdatasets.googleapis.com/download/v1alpha/projects/802317041956/datasets/f57074a0-a8b6-403e-9df1-e8a9e4f9fc46:download?alt=media
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-03-09 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-03-09 UTC."],[[["You can download a dataset by sending a request with `curl`, including your project number and an authorization token."],["The request specifies the output location for the downloaded dataset and the dataset's unique identifier."],["A sample request demonstrates the download process using a specific project number and dataset ID."]]],[]]