home / ramsar

tiles

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

10 rows where tile_row = 1377

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ zoom_level tile_column tile_row tile_data
210 210 11 1023 1377 <Binary: 306 bytes>
214 214 11 1031 1377 <Binary: 403 bytes>
260 260 11 1033 1377 <Binary: 1,705 bytes>
287 287 11 1006 1377 <Binary: 296 bytes>
357 357 11 1032 1377 <Binary: 2,853 bytes>
369 369 11 1025 1377 <Binary: 291 bytes>
373 373 11 1019 1377 <Binary: 408 bytes>
380 380 11 1020 1377 <Binary: 1,500 bytes>
387 387 11 1008 1377 <Binary: 431 bytes>
388 388 11 1024 1377 <Binary: 319 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 59.28ms