home / ramsar

tiles

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

6 rows where tile_column = 16241 and zoom_level = 15

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ zoom_level tile_column tile_row tile_data
4876 4876 15 16241 21755 <Binary: 286 bytes>
5602 5602 15 16241 21760 <Binary: 372 bytes>
5744 5744 15 16241 21756 <Binary: 317 bytes>
5844 5844 15 16241 21757 <Binary: 477 bytes>
9176 9176 15 16241 21758 <Binary: 542 bytes>
9396 9396 15 16241 21759 <Binary: 536 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.382ms