{"library":"localtileserver","title":"localtileserver","description":"Locally serve geospatial raster tiles in the Slippy Map standard. Version 1.0.0, active development, monthly releases.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install localtileserver"],"cli":{"name":"localtileserver","version":"Traceback (most recent call last):"}},"imports":["from localtileserver import TileClient","from localtileserver import get_leaflet_tile_layer"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from localtileserver import TileClient, get_leaflet_tile_layer\nfrom ipyleaflet import Map\n\nclient = TileClient('path/to/raster.tif')\ntile_layer = get_leaflet_tile_layer(client)\nm = Map(center=(40.7128, -74.0060), zoom=10)\nm.add_layer(tile_layer)\nm","lang":"python","description":"Serve a local GeoTIFF as slippy map tiles and display in a Jupyter notebook with ipyleaflet.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}