-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fea688e
commit 694e185
Showing
7 changed files
with
40 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
|
||
title: Endpoints | ||
|
||
--- | ||
|
||
<p align="center"> | ||
<img alt="titiler-pgstac OpenAPI documentation" src="https://github.com/stac-utils/titiler-pgstac/assets/10407788/5269249e-4005-4574-937a-b3563b2df2f5"/> | ||
</p> | ||
|
||
By default the main application (`titiler.pgstac.main.app`) provides three sets of endpoints: | ||
|
||
- [**Searches**](searches_endpoints.md): Dynamic **mosaic** tiler based on PgSTAC Search Query | ||
- [**Collections**](collections_endpoints.md): Dynamic **mosaic** tiler based on STAC Collection | ||
- [**Items**](items_endpoints.md): Dynamic tiler for single STAC item (stored in PgSTAC) | ||
- [**TileMatrixSet**](tms_endpoints.md): Available TileMatrixSets for the service |
File renamed without changes.
File renamed without changes.
File renamed without changes.
694e185
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for benchmark 'TiTiler-pgSTAC Benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
1.30
..github/workflows/tests/benchmarks.py::test_benchmark_tile[0/0/0]
2.3807941443038305
iter/sec (stddev: 0.017561085529793054
)3.103882645186873
iter/sec (stddev: 0.007771199825156561
)1.30
.github/workflows/tests/benchmarks.py::test_benchmark_tile[2/2/1]
5.750436314115982
iter/sec (stddev: 0.0018364972249307393
)7.808565329509389
iter/sec (stddev: 0.006204269681076905
)1.36
.github/workflows/tests/benchmarks.py::test_benchmark_tile[3/5/0]
12.075857202006642
iter/sec (stddev: 0.004537456199124991
)16.58382130287634
iter/sec (stddev: 0.0033537855678115354
)1.37
.github/workflows/tests/benchmarks.py::test_benchmark_tile[4/5/9]
16.32577508510354
iter/sec (stddev: 0.006707566889904753
)22.51450490545945
iter/sec (stddev: 0.0039050087657066953
)1.38
.github/workflows/tests/benchmarks.py::test_benchmark_tile[5/16/5]
15.995684509347914
iter/sec (stddev: 0.005806354531109036
)21.57044716985367
iter/sec (stddev: 0.004403934506586983
)1.35
.github/workflows/tests/benchmarks.py::test_benchmark_tile[6/43/31]
14.65432816784337
iter/sec (stddev: 0.00472913341502751
)19.965412341150813
iter/sec (stddev: 0.003671157854089316
)1.36
This comment was automatically generated by workflow using github-action-benchmark.