home / ramsar

tiles

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

6 rows where tile_column = 16124 and zoom_level = 15

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ zoom_level tile_column tile_row tile_data
6470 6470 15 16124 22078 <Binary: 271 bytes>
6503 6503 15 16124 21870 <Binary: 277 bytes>
6537 6537 15 16124 22079 <Binary: 375 bytes>
7341 7341 15 16124 21864 <Binary: 502 bytes>
10008 10008 15 16124 21869 <Binary: 523 bytes>
10678 10678 15 16124 21863 <Binary: 745 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 7.549ms