US Tile Grid
Grid definitions for tile grid maps of the US
@kaggle.poznyakovskiy_us_tile_grid
Grid definitions for tile grid maps of the US
@kaggle.poznyakovskiy_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
CREATE TABLE us_tile_grid (
"code" VARCHAR,
"name" VARCHAR,
"row" BIGINT,
"column" BIGINT
);Anyone who has the link will be able to view this.