Skip to content

109 local titiler

image image image

Start a TiTiler server

Uncomment the following line to install leafmap if needed.

1
# %pip install "leafmap[titiler]"
1
import leafmap
1
leafmap.run_titiler(show_logs=False)
1
url = "https://huggingface.co/datasets/giswqs/geospatial/resolve/main/las_vegas_test_naip.tif"
1
2
3
m = leafmap.Map()
m.add_cog_layer(url)
m