home / ramsar

tiles

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

4 rows where tile_column = 16480 and zoom_level = 15

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ zoom_level tile_column tile_row tile_data
9892 9892 15 16480 21893 <Binary: 370 bytes>
10004 10004 15 16480 21892 <Binary: 280 bytes>
10812 10812 15 16480 21891 <Binary: 542 bytes>
10863 10863 15 16480 21890 <Binary: 413 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 11.453ms