home / ramsar

tiles

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

6 rows where tile_row = 691

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ zoom_level tile_column tile_row tile_data
140 140 10 503 691 <Binary: 824 bytes>
153 153 10 502 691 <Binary: 548 bytes>
192 192 10 505 691 <Binary: 435 bytes>
193 193 10 513 691 <Binary: 268 bytes>
199 199 10 504 691 <Binary: 311 bytes>
200 200 10 512 691 <Binary: 277 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 79.898ms