home / ramsar

tiles

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

10 rows where tile_column = 8192 and zoom_level = 14

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ zoom_level tile_column tile_row tile_data
2511 2511 14 8192 11042 <Binary: 291 bytes>
2549 2549 14 8192 10955 <Binary: 732 bytes>
2595 2595 14 8192 10954 <Binary: 283 bytes>
2867 2867 14 8192 10957 <Binary: 279 bytes>
2908 2908 14 8192 10956 <Binary: 363 bytes>
3673 3673 14 8192 11040 <Binary: 341 bytes>
3773 3773 14 8192 11016 <Binary: 444 bytes>
4041 4041 14 8192 11015 <Binary: 268 bytes>
4047 4047 14 8192 11038 <Binary: 340 bytes>
4086 4086 14 8192 11039 <Binary: 387 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.214ms