home / ramsar

tiles

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

9 rows where tile_column = 16290 and zoom_level = 15

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: tile_data

Link rowid ▼ zoom_level tile_column tile_row tile_data
6063 6063 15 16290 21767 <Binary: 574 bytes>
6189 6189 15 16290 21770 <Binary: 300 bytes>
6273 6273 15 16290 21771 <Binary: 300 bytes>
7034 7034 15 16290 21774 <Binary: 348 bytes>
7185 7185 15 16290 21775 <Binary: 529 bytes>
9652 9652 15 16290 21769 <Binary: 300 bytes>
9848 9848 15 16290 21768 <Binary: 781 bytes>
10542 10542 15 16290 21773 <Binary: 300 bytes>
10702 10702 15 16290 21772 <Binary: 300 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 20.249ms