home / ramsar

tiles

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

10 rows where tile_column = 4107

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ zoom_level tile_column tile_row tile_data
825 825 13 4107 5465 <Binary: 445 bytes>
837 837 13 4107 5520 <Binary: 257 bytes>
853 853 13 4107 5521 <Binary: 461 bytes>
916 916 13 4107 5517 <Binary: 399 bytes>
923 923 13 4107 5516 <Binary: 305 bytes>
1255 1255 13 4107 5514 <Binary: 446 bytes>
1264 1264 13 4107 5466 <Binary: 2,015 bytes>
1269 1269 13 4107 5515 <Binary: 467 bytes>
1271 1271 13 4107 5467 <Binary: 497 bytes>
1299 1299 13 4107 5522 <Binary: 329 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.57ms