GoogleCloudPlatform / bigquery-geo-viz

Visualize Google BigQuery geospatial data using Google Maps Platform APIs
https://bigquerygeoviz.appspot.com/
Apache License 2.0
107 stars 38 forks source link

View individual results from larger query #73

Open crlang44 opened 1 month ago

crlang44 commented 1 month ago

Sometimes we want to view the results of a query in Geo Viz one by one. You can use LIMIT and OFFSET to accomplish this but it is very slow because you have to requery BigQuery every time. It would be better if there was an option to keep the query the same (query all results) but visualize results on the map one-by-one so it would be easier to see trends/check results.