home / ramsar

tiles

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

9 rows where tile_column = 16300 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
6473 6473 15 16300 21774 <Binary: 531 bytes>
7272 7272 15 16300 21765 <Binary: 351 bytes>
7310 7310 15 16300 21768 <Binary: 300 bytes>
7529 7529 15 16300 21769 <Binary: 422 bytes>
9955 9955 15 16300 21773 <Binary: 449 bytes>
10145 10145 15 16300 21772 <Binary: 469 bytes>
10586 10586 15 16300 21767 <Binary: 300 bytes>
10805 10805 15 16300 21766 <Binary: 430 bytes>
11023 11023 15 16300 21770 <Binary: 397 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 9.662ms