home / ramsar

tiles

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

4 rows where tile_row = 170

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ zoom_level tile_column tile_row tile_data
33 33 8 128 170 <Binary: 7,849 bytes>
38 38 8 127 170 <Binary: 4,798 bytes>
39 39 8 125 170 <Binary: 1,591 bytes>
47 47 8 126 170 <Binary: 4,672 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 50.646ms