home / ramsar

tiles

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

8 rows where tile_row = 10911

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ zoom_level tile_column tile_row tile_data
1965 1965 14 8063 10911 <Binary: 341 bytes>
1966 1966 14 8159 10911 <Binary: 313 bytes>
2077 2077 14 8055 10911 <Binary: 343 bytes>
2567 2567 14 8062 10911 <Binary: 369 bytes>
2679 2679 14 8054 10911 <Binary: 616 bytes>
3421 3421 14 8053 10911 <Binary: 348 bytes>
4053 4053 14 8052 10911 <Binary: 414 bytes>
4085 4085 14 8160 10911 <Binary: 419 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 90.698ms