home / ramsar

tiles

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

10 rows where tile_row = 10994

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ zoom_level tile_column tile_row tile_data
1933 1933 14 8205 10994 <Binary: 512 bytes>
1983 1983 14 8265 10994 <Binary: 499 bytes>
2560 2560 14 8204 10994 <Binary: 409 bytes>
2581 2581 14 8264 10994 <Binary: 613 bytes>
2933 2933 14 8263 10994 <Binary: 309 bytes>
2972 2972 14 8211 10994 <Binary: 455 bytes>
3026 3026 14 8267 10994 <Binary: 497 bytes>
3027 3027 14 8203 10994 <Binary: 339 bytes>
3558 3558 14 8210 10994 <Binary: 469 bytes>
3614 3614 14 8266 10994 <Binary: 531 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 72.825ms