home / ramsar

tiles

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

8 rows where tile_row = 10890

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ zoom_level tile_column tile_row tile_data
1964 1964 14 8205 10890 <Binary: 379 bytes>
1985 1985 14 8209 10890 <Binary: 631 bytes>
2006 2006 14 8129 10890 <Binary: 1,358 bytes>
2566 2566 14 8132 10890 <Binary: 587 bytes>
2601 2601 14 8128 10890 <Binary: 809 bytes>
2937 2937 14 8127 10890 <Binary: 613 bytes>
3009 3009 14 8111 10890 <Binary: 468 bytes>
3629 3629 14 8130 10890 <Binary: 355 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.545ms