home / ramsar

tiles

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

5 rows where tile_row = 22284 and zoom_level = 15

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: tile_data

Link rowid ▼ zoom_level tile_column tile_row tile_data
5741 5741 15 16089 22284 <Binary: 316 bytes>
7515 7515 15 16088 22284 <Binary: 334 bytes>
8797 8797 15 16091 22284 <Binary: 265 bytes>
10065 10065 15 16092 22284 <Binary: 375 bytes>
10599 10599 15 16090 22284 <Binary: 265 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 19.596ms