Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/protomaps/PMTiles
/ all_tiles
Function
all_tiles
python/pmtiles/pmtiles/reader.py:80–82 ·
view source on GitHub ↗
(get_bytes)
Source
from the content-addressed store, hash-verified
78
79
80
def
all_tiles(get_bytes):
81
header = deserialize_header(get_bytes(0, 127))
82
return
traverse(get_bytes, header, header[
"root_offset"
], header[
"root_length"
])
Callers
14
pmtiles_to_mbtiles
Function · 0.90
pmtiles_to_dir
Function · 0.90
test_all_tiles
Method · 0.90
test_export_tiles
Function · 0.90
test_export_zoom_both
Function · 0.90
test_export_zoom_neither
Function · 0.90
test_export_zoom_only_min
Function · 0.90
test_export_zoom_only_max
Function · 0.90
test_export_jobs
Function · 0.90
test_export_src_nodata
Function · 0.90
test_export_bilinear
Function · 0.90
test_skip_empty
Function · 0.90
Calls
3
deserialize_header
Function · 0.85
get_bytes
Function · 0.85
traverse
Function · 0.85
Tested by
12
test_all_tiles
Method · 0.72
test_export_tiles
Function · 0.72
test_export_zoom_both
Function · 0.72
test_export_zoom_neither
Function · 0.72
test_export_zoom_only_min
Function · 0.72
test_export_zoom_only_max
Function · 0.72
test_export_jobs
Function · 0.72
test_export_src_nodata
Function · 0.72
test_export_bilinear
Function · 0.72
test_skip_empty
Function · 0.72
test_include_empty
Function · 0.72
test_export_count
Function · 0.72
Used in the wild
real call sites across dependent graphs
searching dependent graphs…