home / ramsar

tiles

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

12 rows where tile_column = 8221

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ zoom_level tile_column tile_row tile_data
1888 1888 14 8221 10946 <Binary: 881 bytes>
1907 1907 14 8221 10931 <Binary: 981 bytes>
1935 1935 14 8221 10930 <Binary: 1,056 bytes>
2230 2230 14 8221 10933 <Binary: 507 bytes>
2247 2247 14 8221 10932 <Binary: 649 bytes>
3059 3059 14 8221 10945 <Binary: 1,783 bytes>
3061 3061 14 8221 10944 <Binary: 975 bytes>
3116 3116 14 8221 10928 <Binary: 867 bytes>
3120 3120 14 8221 10929 <Binary: 973 bytes>
3420 3420 14 8221 10934 <Binary: 862 bytes>
3431 3431 14 8221 10926 <Binary: 511 bytes>
3463 3463 14 8221 10927 <Binary: 1,266 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 7.778ms