home / ramsar

tiles

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

8 rows where tile_column = 16127

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ zoom_level tile_column tile_row tile_data
4332 4332 15 16127 22063 <Binary: 342 bytes>
4334 4334 15 16127 21871 <Binary: 332 bytes>
4385 4385 15 16127 21870 <Binary: 439 bytes>
5196 5196 15 16127 21867 <Binary: 560 bytes>
5241 5241 15 16127 21866 <Binary: 759 bytes>
7528 7528 15 16127 22064 <Binary: 252 bytes>
7530 7530 15 16127 21872 <Binary: 282 bytes>
8890 8890 15 16127 21865 <Binary: 305 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.332ms