|
1 | 1 | # Insights samples |
2 | 2 |
|
3 | | -This repository contains samples for the Insights produts from Google Maps Platform. |
| 3 | +This repository contains samples for the Insights products from Google Maps Platform. |
4 | 4 |
|
5 | | -You can learn more about the products on the [product page](https://mapsplatform.google.com/maps-products/geospatial-analytics) |
| 5 | +You can learn more about the products on the[product page](https://mapsplatform.google.com/maps-products/geospatial-analytics). |
6 | 6 |
|
7 | 7 | ### Street View Insights |
8 | 8 |
|
9 | 9 | [Docs](https://developers.google.com/maps/documentation/imagery-insights) |
10 | 10 |
|
11 | 11 | ### Places Insights |
12 | 12 |
|
13 | | -[Demo](https://mapsplatform.google.com/demos/places-insights/) |
14 | | -[Docs](https://developers.google.com/maps/documentation/placesinsights) |
| 13 | +[Docs](https://developers.google.com/maps/documentation/placesinsights) | [Demo](https://mapsplatform.google.com/demos/places-insights/) |
15 | 14 |
|
16 | 15 | ### Roads Management Insights |
17 | 16 |
|
18 | | -[Demo](https://google-rmi-demo-1024202510105.us-central1.run.app/) |
19 | | -[Doc](https://developers.google.com/maps/documentation/roads-management-insights) |
20 | | - |
21 | | - |
| 17 | +[Docs](https://developers.google.com/maps/documentation/roads-management-insights) | [Demo](https://google-rmi-demo-1024202510105.us-central1.run.app/) |
22 | 18 |
|
23 | 19 | ## Available Recipe Collections |
24 | 20 |
|
25 | | -* [`imagery_insights/`](imagery_insights/): Recipes for insights from imagery data. |
| 21 | +* [`places_insights/`](places_insights/): Samples for analyzing the Places Insights BigQuery dataset. |
| 22 | + * [`notebooks/`](places_insights/notebooks/): Example Google Colab notebooks for querying the dataset and visualizing the results. |
| 23 | + * [`custom_location_scores/`](places_insights/notebooks/custom_location_scores/): Combines Places Insights data with BigQuery `AI.GENERATE` (Gemini) to calculate and visualize AI-powered suitability scores for real estate listings based on a specific user persona. |
| 24 | + * [`nevada_site_selection/`](places_insights/notebooks/nevada_site_selection/): Demonstrates a multi-stage site selection workflow for a new coffee shop in Las Vegas, combining competitor analysis, commercial suitability scoring, and target market density on an interactive map. |
| 25 | + * [`sample_data_demo/`](places_insights/notebooks/sample_data_demo/): A technical introduction demonstrating how to query, aggregate, and visualize Places Insights data in BigQuery using Standard SQL, Python, and the H3 grid system to analyze commercial density across global cities. |
| 26 | + * [`spot_check_results/`](places_insights/notebooks/spot_check_results/): Illustrates a workflow for spot-checking analytical data by combining H3 density aggregations with the Place Details API to visualize both statistical hotspots and individual locations on an interactive map. |
| 27 | + * [`places-insights-demo/`](places_insights/places-insights-demo/): Source code for an interactive JavaScript web application demo. |
| 28 | + * [`sample_queries/`](places_insights/sample_queries/): Sample SQL queries for aggregating location data directly in BigQuery. |
26 | 29 | * [`roads_management_insights/`](roads_management_insights/): Recipes for insights related to roads management. |
27 | 30 | * [`route_registration_from_csv/`](roads_management_insights/route_registration_from_csv/): A Python script to create routes in Google Roads API from a CSV file. |
| 31 | +* [`street_view_insights/`](street_view_insights/): Recipes for insights from imagery data. |
28 | 32 |
|
29 | 33 | ## License |
30 | 34 |
|
31 | 35 | This project is licensed under the Apache License 2.0 - see the [`LICENSE`](LICENSE) file for details. |
32 | 36 |
|
33 | 37 | ## Code of Conduct |
34 | 38 |
|
35 | | -This project has adopted the [Google Open Source Community Guidelines](CODE_OF_CONDUCT.md). |
| 39 | +This project has adopted the[Google Open Source Community Guidelines](CODE_OF_CONDUCT.md). |
36 | 40 |
|
37 | 41 | ## Security |
38 | 42 |
|
39 | 43 | See [`SECURITY.md`](SECURITY.md) for details on how to report security vulnerabilities. |
40 | 44 |
|
41 | 45 | ## Contributing |
42 | 46 |
|
43 | | -See [`CONTRIBUTING.md`](CONTRIBUTING.md) for details on how to contribute to this project. |
| 47 | +See[`CONTRIBUTING.md`](CONTRIBUTING.md) for details on how to contribute to this project. |
0 commit comments