home / ramsar

tiles

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

9 rows where tile_column = 1010 and zoom_level = 11

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ zoom_level tile_column tile_row tile_data
270 270 11 1010 1369 <Binary: 859 bytes>
271 271 11 1010 1401 <Binary: 359 bytes>
282 282 11 1010 1359 <Binary: 578 bytes>
287 287 11 1010 1400 <Binary: 363 bytes>
292 292 11 1010 1370 <Binary: 296 bytes>
303 303 11 1010 1382 <Binary: 283 bytes>
315 315 11 1010 1383 <Binary: 482 bytes>
382 382 11 1010 1384 <Binary: 488 bytes>
388 388 11 1010 1381 <Binary: 459 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.391ms