home / ramsar

tiles

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

8 rows where tile_column = 1024 and zoom_level = 11

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ zoom_level tile_column tile_row tile_data
298 298 11 1024 1374 <Binary: 346 bytes>
300 300 11 1024 1375 <Binary: 609 bytes>
314 314 11 1024 1380 <Binary: 578 bytes>
316 316 11 1024 1379 <Binary: 529 bytes>
325 325 11 1024 1369 <Binary: 474 bytes>
333 333 11 1024 1381 <Binary: 313 bytes>
371 371 11 1024 1376 <Binary: 266 bytes>
379 379 11 1024 1377 <Binary: 318 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 11.064ms