home / ramsar

tiles

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

10 rows where tile_row = 5444

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ zoom_level tile_column tile_row tile_data
998 998 13 4055 5444 <Binary: 450 bytes>
1016 1016 13 4103 5444 <Binary: 1,160 bytes>
1070 1070 13 4053 5444 <Binary: 697 bytes>
1071 1071 13 4069 5444 <Binary: 592 bytes>
1083 1083 13 4102 5444 <Binary: 1,217 bytes>
1088 1088 13 4065 5444 <Binary: 1,124 bytes>
1098 1098 13 4066 5444 <Binary: 1,679 bytes>
1123 1123 13 4104 5444 <Binary: 1,047 bytes>
1144 1144 13 4052 5444 <Binary: 494 bytes>
1172 1172 13 4064 5444 <Binary: 1,131 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 69.895ms