Skip to content

Commit 9383516

Browse files
committed
update raster service
1 parent 7fb0c8c commit 9383516

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

runtime/eoapi/raster/eoapi/raster/app.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,14 @@ async def lifespan(app: FastAPI):
8888
# MOSAIC Endpoints
8989
mosaic = MosaicTilerFactory(
9090
router_prefix="/mosaic",
91+
# add /statistics [POST]
9192
add_statistics=True,
9293
# add /map viewer
9394
add_viewer=True,
9495
# add /mosaic/list endpoint
9596
add_mosaic_list=True,
97+
# add `/bbox` and `/feature [POST]` endpoint
98+
add_part=False,
9699
)
97100

98101

runtime/eoapi/raster/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ classifiers = [
1919
]
2020
dynamic = ["version"]
2121
dependencies = [
22-
"titiler.pgstac==0.7.0",
22+
"titiler.pgstac==0.8.0",
2323
"starlette-cramjam>=0.3,<0.4",
2424
"importlib_resources>=1.1.0;python_version<'3.9'",
2525
]

0 commit comments

Comments
 (0)