home / ramsar

tiles

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

5 rows where tile_column = 16365 and zoom_level = 15

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ zoom_level tile_column tile_row tile_data
5646 5646 15 16365 22008 <Binary: 310 bytes>
5712 5712 15 16365 22009 <Binary: 330 bytes>
8192 8192 15 16365 22028 <Binary: 313 bytes>
9106 9106 15 16365 22010 <Binary: 310 bytes>
9270 9270 15 16365 22027 <Binary: 284 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 8.213ms