home / ramsar

tiles

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

8 rows where tile_column = 2048 and zoom_level = 12

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ zoom_level tile_column tile_row tile_data
522 522 12 2048 2760 <Binary: 571 bytes>
578 578 12 2048 2749 <Binary: 396 bytes>
601 601 12 2048 2753 <Binary: 266 bytes>
730 730 12 2048 2750 <Binary: 404 bytes>
734 734 12 2048 2738 <Binary: 482 bytes>
755 755 12 2048 2759 <Binary: 467 bytes>
759 759 12 2048 2754 <Binary: 376 bytes>
768 768 12 2048 2739 <Binary: 329 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 8.552ms