home / ramsar

tiles

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

15 rows where tile_column = 16199 and zoom_level = 15

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ zoom_level tile_column tile_row tile_data
4116 4116 15 16199 21763 <Binary: 317 bytes>
4143 4143 15 16199 21762 <Binary: 516 bytes>
4164 4164 15 16199 21746 <Binary: 302 bytes>
4181 4181 15 16199 21747 <Binary: 556 bytes>
5043 5043 15 16199 21750 <Binary: 294 bytes>
5229 5229 15 16199 21755 <Binary: 577 bytes>
5272 5272 15 16199 21754 <Binary: 445 bytes>
7559 7559 15 16199 21760 <Binary: 338 bytes>
7724 7724 15 16199 21761 <Binary: 403 bytes>
7852 7852 15 16199 21756 <Binary: 353 bytes>
8052 8052 15 16199 21757 <Binary: 449 bytes>
8441 8441 15 16199 21748 <Binary: 492 bytes>
8641 8641 15 16199 21752 <Binary: 358 bytes>
8685 8685 15 16199 21749 <Binary: 885 bytes>
8901 8901 15 16199 21753 <Binary: 536 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.545ms