Baselight

US Tile Grid

Grid definitions for tile grid maps of the US

@kaggle.poznyakovskiy_us_tile_grid

About this Dataset

US Tile Grid

This dataset contains grid definitions for tile grid maps of the US. A tile grid map is used to display data by states in a visually cleaner way than a traditional to-scale map.

This definitions are based on the New York Times layout. An overview of existing layouts can be found here. I will possibly add the definitions of other layouts in a future version.

Photo by Andrew Ridley on Unsplash

Tables

Us Tile Grid

@kaggle.poznyakovskiy_us_tile_grid.us_tile_grid
  • 4.08 KB
  • 51 rows
  • 4 columns
Loading...

CREATE TABLE us_tile_grid (
  "code" VARCHAR,
  "name" VARCHAR,
  "row" BIGINT,
  "column" BIGINT
);