home / ramsar

tiles

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

6 rows where tile_row = 11131 and zoom_level = 14

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ zoom_level tile_column tile_row tile_data
1835 1835 14 8093 11131 <Binary: 501 bytes>
2425 2425 14 8092 11131 <Binary: 320 bytes>
2426 2426 14 8044 11131 <Binary: 367 bytes>
2963 2963 14 8043 11131 <Binary: 463 bytes>
3492 3492 14 8094 11131 <Binary: 284 bytes>
3532 3532 14 8042 11131 <Binary: 368 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 16.756ms