home / ramsar

tiles

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

5 rows where tile_row = 21955

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ zoom_level tile_column tile_row tile_data
4130 4130 15 16503 21955 <Binary: 600 bytes>
4562 4562 15 16501 21955 <Binary: 433 bytes>
6004 6004 15 16502 21955 <Binary: 607 bytes>
9229 9229 15 16505 21955 <Binary: 286 bytes>
10667 10667 15 16504 21955 <Binary: 519 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 68.293ms