home / ramsar

tiles

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

8 rows where tile_column = 4096

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ zoom_level tile_column tile_row tile_data
1070 1070 13 4096 5520 <Binary: 447 bytes>
1102 1102 13 4096 5521 <Binary: 387 bytes>
1215 1215 13 4096 5477 <Binary: 595 bytes>
1226 1226 13 4096 5508 <Binary: 404 bytes>
1574 1574 13 4096 5499 <Binary: 350 bytes>
1601 1601 13 4096 5507 <Binary: 268 bytes>
1660 1660 13 4096 5478 <Binary: 347 bytes>
1688 1688 13 4096 5519 <Binary: 456 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.937ms