home / national-park

tiles

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

13 rows where tile_column = 1011 and zoom_level = 11

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: tile_data

Link rowid ▼ zoom_level tile_column tile_row tile_data
152 152 11 1011 1400 <Binary: 582 bytes>
154 154 11 1011 1401 <Binary: 908 bytes>
166 166 11 1011 1392 <Binary: 243 bytes>
171 171 11 1011 1393 <Binary: 243 bytes>
178 178 11 1011 1404 <Binary: 550 bytes>
179 179 11 1011 1405 <Binary: 608 bytes>
249 249 11 1011 1382 <Binary: 263 bytes>
256 256 11 1011 1391 <Binary: 430 bytes>
258 258 11 1011 1390 <Binary: 784 bytes>
262 262 11 1011 1402 <Binary: 812 bytes>
273 273 11 1011 1403 <Binary: 403 bytes>
274 274 11 1011 1394 <Binary: 634 bytes>
277 277 11 1011 1406 <Binary: 388 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 8.722ms