home / ramsar

tiles

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

5 rows where tile_row = 2738

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ zoom_level tile_column tile_row tile_data
640 640 12 2059 2738 <Binary: 333 bytes>
659 659 12 2019 2738 <Binary: 524 bytes>
715 715 12 2020 2738 <Binary: 1,011 bytes>
734 734 12 2048 2738 <Binary: 482 bytes>
735 735 12 2058 2738 <Binary: 706 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 72.123ms