home / ramsar

tiles

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

12 rows where tile_column = 16383 and zoom_level = 15

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ zoom_level tile_column tile_row tile_data
4301 4301 15 16383 22078 <Binary: 320 bytes>
4331 4331 15 16383 22031 <Binary: 302 bytes>
5164 5164 15 16383 21915 <Binary: 297 bytes>
5165 5165 15 16383 22075 <Binary: 254 bytes>
5212 5212 15 16383 21914 <Binary: 709 bytes>
7527 7527 15 16383 22032 <Binary: 287 bytes>
7727 7727 15 16383 22076 <Binary: 487 bytes>
7728 7728 15 16383 22033 <Binary: 274 bytes>
7793 7793 15 16383 21900 <Binary: 329 bytes>
7944 7944 15 16383 22077 <Binary: 423 bytes>
8014 8014 15 16383 21901 <Binary: 424 bytes>
8827 8827 15 16383 21913 <Binary: 291 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 7.231ms