home / ramsar

tiles

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

10 rows where tile_row = 5510

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ zoom_level tile_column tile_row tile_data
1313 1313 13 4133 5510 <Binary: 325 bytes>
1372 1372 13 4131 5510 <Binary: 411 bytes>
1374 1374 13 4079 5510 <Binary: 388 bytes>
1448 1448 13 4081 5510 <Binary: 1,473 bytes>
1449 1449 13 4033 5510 <Binary: 508 bytes>
1555 1555 13 4132 5510 <Binary: 873 bytes>
1625 1625 13 4130 5510 <Binary: 450 bytes>
1630 1630 13 4082 5510 <Binary: 395 bytes>
1631 1631 13 4034 5510 <Binary: 313 bytes>
1679 1679 13 4080 5510 <Binary: 1,309 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 70.25ms