home / ramsar

tiles

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

8 rows where tile_column = 1024

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ zoom_level tile_column tile_row tile_data
279 279 11 1024 1374 <Binary: 344 bytes>
296 296 11 1024 1380 <Binary: 577 bytes>
335 335 11 1024 1376 <Binary: 266 bytes>
337 337 11 1024 1375 <Binary: 607 bytes>
345 345 11 1024 1379 <Binary: 528 bytes>
358 358 11 1024 1369 <Binary: 473 bytes>
361 361 11 1024 1381 <Binary: 313 bytes>
388 388 11 1024 1377 <Binary: 319 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 6.721ms