Quick start
Clone and run
The pinned 800 KiB rio-tiler fixture is a public, range-capable COG intended
for tests and first-run verification. Replace it with your own COG after the
smoke test. The server listens on 127.0.0.1:8080 by default and prints the
available viewer and tile URLs when startup completes.
Open one of the included viewers:
The viewer automatically centers on the opened dataset and is the most reliable visual smoke test. You can also request the world tile directly:
Success produces a PNG file that you can open in any image viewer. A valid tile coordinate outside the source extent returns HTTP 204 instead of a synthetic blank image; if that happens, use one of the included viewers to request an in-bounds tile at the dataset’s calculated center and zoom.
Browse local files
Run the server without a URL to discover data/*.tif and data/*.tiff files:
The viewers then display a dataset switcher.
Optional formats
PNG is always available. Enable WebP and JPEG explicitly:
The /formats endpoint reports only the encoders compiled into the running
binary.