home / ramsar

tiles

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

10 rows where tile_row = 5464

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ zoom_level tile_column tile_row tile_data
820 820 13 4087 5464 <Binary: 316 bytes>
903 903 13 4113 5464 <Binary: 887 bytes>
919 919 13 4111 5464 <Binary: 2,053 bytes>
979 979 13 4029 5464 <Binary: 602 bytes>
980 980 13 4109 5464 <Binary: 1,994 bytes>
1042 1042 13 4114 5464 <Binary: 333 bytes>
1097 1097 13 4112 5464 <Binary: 2,629 bytes>
1124 1124 13 4030 5464 <Binary: 651 bytes>
1131 1131 13 4110 5464 <Binary: 1,962 bytes>
1181 1181 13 4108 5464 <Binary: 1,086 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 60.121ms