home / ramsar

tiles

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

10 rows where tile_row = 11007

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ zoom_level tile_column tile_row tile_data
2008 2008 14 8267 11007 <Binary: 330 bytes>
2078 2078 14 8263 11007 <Binary: 432 bytes>
2639 2639 14 8266 11007 <Binary: 318 bytes>
2641 2641 14 8202 11007 <Binary: 305 bytes>
3366 3366 14 8269 11007 <Binary: 700 bytes>
3422 3422 14 8201 11007 <Binary: 415 bytes>
3461 3461 14 8261 11007 <Binary: 410 bytes>
3916 3916 14 8268 11007 <Binary: 594 bytes>
3983 3983 14 8264 11007 <Binary: 453 bytes>
3985 3985 14 8200 11007 <Binary: 324 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 63.151ms