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
6898 6898 15 16334 21786 <Binary: 507 bytes>
7067 7067 15 16334 21787 <Binary: 703 bytes>
9789 9789 15 16334 21788 <Binary: 533 bytes>
10446 10446 15 16334 21785 <Binary: 436 bytes>
10615 10615 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.496ms