home / ramsar

tiles

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

5 rows where tile_column = 16334 and zoom_level = 15

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ zoom_level tile_column tile_row tile_data
6956 6956 15 16334 21786 <Binary: 505 bytes>
7100 7100 15 16334 21787 <Binary: 702 bytes>
9785 9785 15 16334 21788 <Binary: 531 bytes>
10464 10464 15 16334 21785 <Binary: 434 bytes>
10604 10604 15 16334 21784 <Binary: 351 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.327ms