home / ramsar

tiles

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

8 rows where tile_column = 8194 and zoom_level = 14

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ zoom_level tile_column tile_row tile_data
2331 2331 14 8194 11041 <Binary: 332 bytes>
2342 2342 14 8194 11040 <Binary: 258 bytes>
2411 2411 14 8194 11017 <Binary: 340 bytes>
2447 2447 14 8194 11000 <Binary: 311 bytes>
2464 2464 14 8194 11016 <Binary: 305 bytes>
2641 2641 14 8194 10999 <Binary: 418 bytes>
2669 2669 14 8194 10998 <Binary: 400 bytes>
2725 2725 14 8194 11039 <Binary: 358 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.08ms