home / ramsar

tiles

Table actions
  • Explore these tiles on a map
  • Explore these tiles on a map

5 rows where tile_row = 22154 and zoom_level = 15

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: tile_data

Link rowid ▼ zoom_level tile_column tile_row tile_data
4439 4439 15 16091 22154 <Binary: 316 bytes>
5182 5182 15 16095 22154 <Binary: 315 bytes>
6903 6903 15 16094 22154 <Binary: 351 bytes>
9084 9084 15 16093 22154 <Binary: 256 bytes>
10986 10986 15 16092 22154 <Binary: 256 bytes>

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE tiles (zoom_level integer, tile_column integer, tile_row integer, tile_data blob);
CREATE UNIQUE INDEX tile_index on tiles (zoom_level, tile_column, tile_row);
Powered by Datasette · Queries took 22.35ms