home / ramsar

tiles

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

10 rows where tile_row = 22046

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ zoom_level tile_column tile_row tile_data
4389 4389 15 16519 22046 <Binary: 550 bytes>
4834 4834 15 16525 22046 <Binary: 360 bytes>
4847 4847 15 16517 22046 <Binary: 525 bytes>
6128 6128 15 16518 22046 <Binary: 457 bytes>
6506 6506 15 16524 22046 <Binary: 272 bytes>
6569 6569 15 16516 22046 <Binary: 347 bytes>
7033 7033 15 16522 22046 <Binary: 442 bytes>
7100 7100 15 16514 22046 <Binary: 276 bytes>
9228 9228 15 16521 22046 <Binary: 369 bytes>
11123 11123 15 16520 22046 <Binary: 690 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 66.342ms