Local titiler
In [ ]:
Copied!
# %pip install "leafmap[titiler]"
# %pip install "leafmap[titiler]"
In [ ]:
Copied!
import leafmap.maplibregl as leafmap
import leafmap.maplibregl as leafmap
In [ ]:
Copied!
leafmap.run_titiler(show_logs=False)
leafmap.run_titiler(show_logs=False)
In [ ]:
Copied!
url = "https://huggingface.co/datasets/giswqs/geospatial/resolve/main/las_vegas_test_naip.tif"
url = "https://huggingface.co/datasets/giswqs/geospatial/resolve/main/las_vegas_test_naip.tif"
In [ ]:
Copied!
m = leafmap.Map()
m.add_cog_layer(url)
m
m = leafmap.Map()
m.add_cog_layer(url)
m