home / ramsar

tiles

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

8 rows where tile_column = 8194

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ zoom_level tile_column tile_row tile_data
2306 2306 14 8194 11041 <Binary: 331 bytes>
2342 2342 14 8194 11040 <Binary: 258 bytes>
2411 2411 14 8194 11017 <Binary: 339 bytes>
2451 2451 14 8194 11000 <Binary: 309 bytes>
2461 2461 14 8194 11016 <Binary: 304 bytes>
2647 2647 14 8194 10999 <Binary: 408 bytes>
2677 2677 14 8194 10998 <Binary: 400 bytes>
2724 2724 14 8194 11039 <Binary: 357 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 11.331ms