From ba5895769efd398ad3ffb64bc4f1af2c8bf51cad Mon Sep 17 00:00:00 2001 From: vincentsarago Date: Thu, 7 Nov 2024 16:54:10 +0100 Subject: [PATCH] fix format --- docs/src/examples/code/tiler_with_custom_stac+xarray.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/examples/code/tiler_with_custom_stac+xarray.md b/docs/src/examples/code/tiler_with_custom_stac+xarray.md index ecf169542..971a61fa7 100644 --- a/docs/src/examples/code/tiler_with_custom_stac+xarray.md +++ b/docs/src/examples/code/tiler_with_custom_stac+xarray.md @@ -2,6 +2,7 @@ **Goal**: Create a custom STAC Reader supporting both COG and NetCDF/Zarr dataset **requirements**: + - `titiler.core` - `titiler.xarray` - `fsspec`