home / ramsar

tiles

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

6 rows where tile_row = 10916

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ zoom_level tile_column tile_row tile_data
2219 2219 14 8053 10916 <Binary: 469 bytes>
2799 2799 14 8052 10916 <Binary: 575 bytes>
3207 3207 14 8055 10916 <Binary: 555 bytes>
3237 3237 14 8051 10916 <Binary: 512 bytes>
3827 3827 14 8054 10916 <Binary: 631 bytes>
3838 3838 14 8050 10916 <Binary: 442 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 90.975ms