home / ramsar

tiles

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

6 rows where tile_row = 22161

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ zoom_level tile_column tile_row tile_data
5562 5562 15 16105 22161 <Binary: 368 bytes>
8263 8263 15 16101 22161 <Binary: 836 bytes>
8803 8803 15 16107 22161 <Binary: 484 bytes>
9307 9307 15 16102 22161 <Binary: 529 bytes>
9744 9744 15 16100 22161 <Binary: 451 bytes>
10230 10230 15 16106 22161 <Binary: 562 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 62.654ms