home / ramsar

tiles

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

9 rows where tile_row = 22372 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
5452 5452 15 16069 22372 <Binary: 247 bytes>
7132 7132 15 16068 22372 <Binary: 247 bytes>
7681 7681 15 16067 22372 <Binary: 269 bytes>
8136 8136 15 16065 22372 <Binary: 263 bytes>
8395 8395 15 16071 22372 <Binary: 307 bytes>
8428 8428 15 16063 22372 <Binary: 265 bytes>
9652 9652 15 16066 22372 <Binary: 260 bytes>
10093 10093 15 16064 22372 <Binary: 263 bytes>
10407 10407 15 16070 22372 <Binary: 247 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 23.466ms