home / ramsar

tiles

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

8 rows where tile_row = 21987

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ zoom_level tile_column tile_row tile_data
4102 4102 15 16527 21987 <Binary: 342 bytes>
4520 4520 15 16421 21987 <Binary: 432 bytes>
4596 4596 15 16533 21987 <Binary: 375 bytes>
5890 5890 15 16422 21987 <Binary: 369 bytes>
6294 6294 15 16420 21987 <Binary: 393 bytes>
6358 6358 15 16532 21987 <Binary: 452 bytes>
9119 9119 15 16529 21987 <Binary: 397 bytes>
10860 10860 15 16528 21987 <Binary: 386 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 74.86ms