home / ramsar

tiles

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

6 rows where tile_row = 341

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ zoom_level tile_column tile_row tile_data
70 70 9 257 341 <Binary: 6,656 bytes>
71 71 9 255 341 <Binary: 517 bytes>
73 73 9 251 341 <Binary: 2,370 bytes>
83 83 9 252 341 <Binary: 1,311 bytes>
92 92 9 256 341 <Binary: 4,588 bytes>
95 95 9 254 341 <Binary: 248 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 54.953ms