pip install https://github.com/developmentseed/titiler#subdirectory=src/titiler/core uvicorn xarray
uvicorn titiler_zarr:app --reload
| """Rasterize Points | |
| requirements: | |
| - rasterio | |
| - sparse | |
| """ | |
| import typing |
pip install https://github.com/developmentseed/titiler#subdirectory=src/titiler/core uvicorn xarray
uvicorn titiler_zarr:app --reload
| """OGC Features and Tiles API.""" | |
| import re | |
| from fastapi import Depends, FastAPI, HTTPException, Path, Query | |
| from starlette.requests import Request | |
| from starlette.responses import Response, HTMLResponse | |
| from starlette_cramjam.middleware import CompressionMiddleware |
ref: https://twitter.com/_VincentS_/status/1579727759621779456
This is an experiment!!!
The goal was to build a simple raster API to server local tiles and DeepZoom from image using the WIP rio-tiler cogeotiff/rio-tiler#533