Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)