home / ramsar

tiles

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

6 rows where tile_column = 16378 and zoom_level = 15

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ zoom_level tile_column tile_row tile_data
6105 6105 15 16378 21882 <Binary: 499 bytes>
6261 6261 15 16378 21883 <Binary: 288 bytes>
7010 7010 15 16378 22030 <Binary: 317 bytes>
7227 7227 15 16378 22031 <Binary: 294 bytes>
9566 9566 15 16378 21881 <Binary: 419 bytes>
10468 10468 15 16378 22029 <Binary: 314 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 27.996ms