Skip to content

Commit

Permalink
update endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Sep 7, 2023
1 parent e779166 commit 255fd49
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
7 changes: 3 additions & 4 deletions docs/src/examples/notebooks/Working_with_MosaicJSON.ipynb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"cells": [
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
Expand Down Expand Up @@ -30,7 +29,7 @@
"\n",
"By default, TiTiler has `mosaicjson` endpoints.\n",
"\n",
"Docs: https://api.cogeo.xyz/docs#/MosaicJSON"
"Docs: https://titiler.xyz/api.html#/MosaicJSON"
]
},
{
Expand Down Expand Up @@ -342,7 +341,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -356,7 +355,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.2"
"version": "3.9.17"
}
},
"nbformat": 4,
Expand Down
7 changes: 3 additions & 4 deletions docs/src/examples/notebooks/Working_with_STAC.ipynb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"cells": [
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
Expand Down Expand Up @@ -607,7 +606,7 @@
"source": [
"## Use Titiler endpoint\n",
"\n",
"https://api.cogeo.xyz/docs#/SpatioTemporal%20Asset%20Catalog\n",
"https://titiler.xyz/api.html#/SpatioTemporal%20Asset%20Catalog\n",
"\n",
"`{endpoint}/stac/tiles/{z}/{x}/{y}.{format}?url={stac_item}&{otherquery params}`\n",
"\n",
Expand Down Expand Up @@ -1308,7 +1307,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "py39",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -1322,7 +1321,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.13 (main, May 24 2022, 21:13:51) \n[Clang 13.1.6 (clang-1316.0.21.2)]"
"version": "3.9.17"
},
"vscode": {
"interpreter": {
Expand Down

1 comment on commit 255fd49

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'TiTiler performance Benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.30.

Benchmark suite Current: 255fd49 Previous: e779166 Ratio
WGS1984Quad longest_transaction 0.16 s 0.12 s 1.33

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.