home / ramsar

tiles

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

5 rows where tile_row = 11000

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ zoom_level tile_column tile_row tile_data
1812 1812 14 8195 11000 <Binary: 509 bytes>
2313 2313 14 8238 11000 <Binary: 534 bytes>
2447 2447 14 8194 11000 <Binary: 311 bytes>
3041 3041 14 8237 11000 <Binary: 434 bytes>
3729 3729 14 8196 11000 <Binary: 316 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 57.114ms