home / ramsar

tiles

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

10 rows where tile_column = 16143 and zoom_level = 15

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: tile_data

Link rowid ▼ zoom_level tile_column tile_row tile_data
4108 4108 15 16143 21891 <Binary: 334 bytes>
4133 4133 15 16143 21890 <Binary: 354 bytes>
4353 4353 15 16143 21887 <Binary: 394 bytes>
4373 4373 15 16143 21886 <Binary: 264 bytes>
5214 5214 15 16143 21883 <Binary: 352 bytes>
5258 5258 15 16143 21882 <Binary: 342 bytes>
7510 7510 15 16143 21888 <Binary: 264 bytes>
7712 7712 15 16143 21889 <Binary: 264 bytes>
7840 7840 15 16143 21884 <Binary: 264 bytes>
8017 8017 15 16143 21885 <Binary: 264 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 93.748ms