home / ramsar

tiles

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

6 rows where tile_row = 2797

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ zoom_level tile_column tile_row tile_data
479 479 12 2005 2797 <Binary: 305 bytes>
534 534 12 2009 2797 <Binary: 455 bytes>
597 597 12 2010 2797 <Binary: 556 bytes>
617 617 12 2008 2797 <Binary: 247 bytes>
645 645 12 2007 2797 <Binary: 303 bytes>
739 739 12 2006 2797 <Binary: 343 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 120.479ms