home / ramsar

tiles

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

11 rows where tile_row = 10922

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ zoom_level tile_column tile_row tile_data
1911 1911 14 8233 10922 <Binary: 622 bytes>
1966 1966 14 8053 10922 <Binary: 744 bytes>
2474 2474 14 8236 10922 <Binary: 350 bytes>
2508 2508 14 8232 10922 <Binary: 575 bytes>
2596 2596 14 8056 10922 <Binary: 540 bytes>
2964 2964 14 8235 10922 <Binary: 395 bytes>
3008 3008 14 8231 10922 <Binary: 379 bytes>
3011 3011 14 8055 10922 <Binary: 750 bytes>
3594 3594 14 8230 10922 <Binary: 374 bytes>
3596 3596 14 8246 10922 <Binary: 401 bytes>
3597 3597 14 8054 10922 <Binary: 1,239 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 92.688ms