home / ramsar

tiles

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

6 rows where tile_column = 4097

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ zoom_level tile_column tile_row tile_data
858 858 13 4097 5520 <Binary: 374 bytes>
874 874 13 4097 5521 <Binary: 347 bytes>
1014 1014 13 4097 5500 <Binary: 464 bytes>
1032 1032 13 4097 5508 <Binary: 346 bytes>
1362 1362 13 4097 5499 <Binary: 432 bytes>
1459 1459 13 4097 5519 <Binary: 395 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.056ms