You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `GET` | `/stac/point/{lon},{lat}` | JSON | return pixel value from a dataset
30
40
| `GET` | `/stac/preview[.{format}]` | image/bin | create a preview image from a dataset
31
41
| `GET` | `/stac/crop/{minx},{miny},{maxx},{maxy}[/{width}x{height}].{format}` | image/bin | create an image from part of a dataset
32
-
| `GET` | `/stac/viewer` | HTML | demo webpage
42
+
| `GET` | `/stac/viewer` | HTML | demo webpage (Not created by the factory)
33
43
34
44
## Description
35
45
@@ -237,6 +247,8 @@ Example:
237
247
238
248
### Demo
239
249
250
+
Demonstration viewer added to the router created by the factory (https://github.com/developmentseed/titiler/blob/1f6b00cd50d60acae7b41ee108f80ad08fa52094/titiler/endpoints/stac.py#L14-L26).
0 commit comments