home / ramsar

tiles

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

4 rows where tile_row = 10820

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ zoom_level tile_column tile_row tile_data
2204 2204 14 7901 10820 <Binary: 1,308 bytes>
2844 2844 14 7904 10820 <Binary: 298 bytes>
3222 3222 14 7903 10820 <Binary: 2,286 bytes>
3808 3808 14 7902 10820 <Binary: 1,247 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 66.26ms