home / ramsar

tiles

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

7 rows where tile_column = 8131 and zoom_level = 14

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ zoom_level tile_column tile_row tile_data
1823 1823 14 8131 10889 <Binary: 324 bytes>
1855 1855 14 8131 10888 <Binary: 830 bytes>
2054 2054 14 8131 10887 <Binary: 762 bytes>
2089 2089 14 8131 10886 <Binary: 849 bytes>
2969 2969 14 8131 10883 <Binary: 437 bytes>
3253 3253 14 8131 10884 <Binary: 727 bytes>
3269 3269 14 8131 10885 <Binary: 426 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 9.267ms