Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/googlecloudplatform/bigquery-geo-viz
Visualize Google BigQuery geospatial data using Google Maps Platform APIs
https://github.com/googlecloudplatform/bigquery-geo-viz
bigquery data-visualization examples gis
Last synced: 5 days ago
JSON representation
Visualize Google BigQuery geospatial data using Google Maps Platform APIs
- Host: GitHub
- URL: https://github.com/googlecloudplatform/bigquery-geo-viz
- Owner: GoogleCloudPlatform
- License: apache-2.0
- Created: 2018-11-19T19:53:06.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-19T05:39:03.000Z (about 2 months ago)
- Last Synced: 2025-01-05T12:06:19.357Z (5 days ago)
- Topics: bigquery, data-visualization, examples, gis
- Language: TypeScript
- Homepage: https://bigquerygeoviz.appspot.com/
- Size: 3.58 MB
- Stars: 113
- Watchers: 26
- Forks: 42
- Open Issues: 42
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# BigQuery Geo Viz
Web tool and developer example for visualization of Google BigQuery geospatial data using Google Maps Platform APIs.
![preview](preview.png)
## Getting started
- Tool: https://bigquerygeoviz.appspot.com/
- Documentation: https://cloud.google.com/bigquery/docs/gis-analyst-start## Development
### Quickstart
```shell
# Start a dev server at http://localhost:4200/.
npm run dev# Run unit tests with Karma.
npm test
```
### Resources- [Google Maps JavaScript API documentation](https://developers.google.com/maps/documentation/javascript/)
- [Google BigQuery REST API documentation](https://cloud.google.com/bigquery/docs/reference/rest/v2/)
- [Angular](https://angular.io/)
- [D3.js](https://d3js.org/)
- [TypeScript](https://www.typescriptlang.org/)## Terms & privacy
This tool is provided as a reference implementation of Google Maps and geospatial BigQuery API usage capabilities. It may
be useful as a debugging and visualization resource. It is not an officially supported Google product and is provided without
guarantees of maintenance.- [Google Terms of Service](https://policies.google.com/terms)
- [Google Cloud Platform Terms of Service](https://cloud.google.com/terms/)
- [Privacy](https://policies.google.com/privacy)