home / ramsar

tiles

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

9 rows where tile_row = 22509 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
5838 5838 15 16217 22509 <Binary: 250 bytes>
7604 7604 15 16216 22509 <Binary: 250 bytes>
8009 8009 15 16215 22509 <Binary: 250 bytes>
8413 8413 15 16221 22509 <Binary: 318 bytes>
8445 8445 15 16213 22509 <Binary: 291 bytes>
8954 8954 15 16219 22509 <Binary: 345 bytes>
9521 9521 15 16214 22509 <Binary: 403 bytes>
9967 9967 15 16220 22509 <Binary: 384 bytes>
10476 10476 15 16218 22509 <Binary: 379 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 39.544ms