home / ramsar

tiles

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

7 rows where tile_row = 1400

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ zoom_level tile_column tile_row tile_data
225 225 11 1015 1400 <Binary: 232 bytes>
229 229 11 1003 1400 <Binary: 632 bytes>
284 284 11 1006 1400 <Binary: 428 bytes>
287 287 11 1010 1400 <Binary: 363 bytes>
331 331 11 1005 1400 <Binary: 398 bytes>
349 349 11 1009 1400 <Binary: 470 bytes>
371 371 11 1004 1400 <Binary: 471 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 68.903ms