Creating simple tilesets
Last updated
Was this helpful?
Last updated
Was this helpful?
We provide a set of examples that showcase how to easily create simple tilesets allowing you to process and visualize very large spatial datasets stored in BigQuery. You should use it if you have a dataset with any geography type (point, line, or polygon) and you want to visualize it at an appropriate zoom level.
In this example we are creating a tileset in which every inhabitant in the US is represented by means of a point. Each point is tagged with a vaccinated (blue) or non-vaccinated (purple) tag. This visualization enables us to depict at a glance which parts of the country are progressing better with the vaccination rollout.
The query used to produce the tileset is the following:
This dataset can be produced in a very straightforward manner by executing the next procedure:
footprints.
WARNING
This example uses the CREATE_SIMPLE_TILESET
procedure. We strongly recommend to use CREATE_TILESET
instead. Learn more here about the difference between the two procedures.
The result is a worldwide map with the requested tiles, including the type of each road.
This example uses the CREATE_SIMPLE_TILESET
procedure. We strongly recommend to use CREATE_TILESET
instead. Learn more here about the difference between the two procedures.
Checkout the result:
You can create a tileset that uses different data sources depending on the zoom level. In this example, we are making use of the Data Observatory’s public datasets offering to create a visualization of the different administrative units in the US: the higher the zoom level, the higher the granularity of the administrative unit being shown.
This example uses the CREATE_SIMPLE_TILESET
procedure. We strongly recommend to use CREATE_TILESET
instead. Learn more here about the difference between the two procedures.
Check out this to learn how we created this dataset and this visualization using the Analytics Toolbox and a custom application using .
In this example we use a BigQuery public dataset from the United States Census Bureau to visualize all of the national roads in the US. The visualization is styled by the .
This example shows in a very effective manner the historical growth of New York City by means of the year of construction of its more than 800K buildings. The dataset has been obtained from the of the NYC Department of City planning.
The represents older buildings with lighter footprints and more recent ones with darker footprints.
Checkout to learn more about this visualization.
We are going to use a to visualize the world’s road network.
We are going to use a to visualize the block groups of the US including its population.
This project has received funding from the research and innovation programme under grant agreement No 960401.