Skip to content

Commit a6d1caf

Browse files
replace production with staging endpoint
1 parent 8214566 commit a6d1caf

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
An API for creating image tiles from CMR queries.
1818

19-
See also the [API documentation](https://openveda.cloud/api/titiler-cmr/api.html).
19+
See also the [API documentation](https://staging.openveda.cloud/api/titiler-cmr/api.html).
2020

2121
## Features
2222

docs/api/compatibility_api_example.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"import earthaccess\n",
2626
"import httpx\n",
2727
"\n",
28-
"titiler_endpoint = \"https://openveda.cloud/api/titiler-cmr\" # production endpoint"
28+
"titiler_endpoint = \"https://staging.openveda.cloud/api/titiler-cmr\" # staging endpoint"
2929
]
3030
},
3131
{

docs/api/rasterio_backend_example.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"\n",
99
"Since most of the API documentation uses the `xarray` backend, this notebook provides an example of how to use most endpoints with the `rasterio` backend.\n",
1010
"\n",
11-
"See also the [API docs](https://openveda.cloud/api/titiler-cmr/api.html).\n",
11+
"See also the [API docs](https://staging.openveda.cloud/api/titiler-cmr/api.html).\n",
1212
"\n",
1313
"## Setup"
1414
]

docs/api/sel_parameter_example.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"\n",
2929
"import httpx\n",
3030
"\n",
31-
"titiler_endpoint = \"https://openveda.cloud/api/titiler-cmr\" # production endpoint"
31+
"titiler_endpoint = \"https://staging.openveda.cloud/api/titiler-cmr\" # staging endpoint"
3232
]
3333
},
3434
{

docs/api/statistics_api_example.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"\n",
2727
"import httpx\n",
2828
"\n",
29-
"titiler_endpoint = \"https://openveda.cloud/api/titiler-cmr\" # production endpoint"
29+
"titiler_endpoint = \"https://staging.openveda.cloud/api/titiler-cmr\" # staging endpoint"
3030
]
3131
},
3232
{

docs/api/tiling_api_xarray_backend_example.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"import httpx\n",
2828
"from folium import Map, TileLayer\n",
2929
"\n",
30-
"titiler_endpoint = \"https://openveda.cloud/api/titiler-cmr\" # production endpoint"
30+
"titiler_endpoint = \"https://staging.openveda.cloud/api/titiler-cmr\" # staging endpoint"
3131
]
3232
},
3333
{
@@ -116,7 +116,7 @@
116116
"name": "stdout",
117117
"output_type": "stream",
118118
"text": [
119-
"{'tilejson': '2.2.0', 'version': '1.0.0', 'scheme': 'xyz', 'tiles': ['https://openveda.cloud/api/titiler-cmr/tiles/WebMercatorQuad/{z}/{x}/{y}@1x?concept_id=C1996881146-POCLOUD&datetime=2024-10-10T00%3A00%3A00%2B00%3A00&backend=xarray&variable=sea_ice_fraction&rescale=0%2C1&colormap_name=blues_r'], 'minzoom': 2, 'maxzoom': 13, 'bounds': [-180.0, -90.0, 180.0, 90.0], 'center': [0.0, 0.0, 2]}\n"
119+
"{'tilejson': '2.2.0', 'version': '1.0.0', 'scheme': 'xyz', 'tiles': ['https://staging.openveda.cloud/api/titiler-cmr/tiles/WebMercatorQuad/{z}/{x}/{y}@1x?concept_id=C1996881146-POCLOUD&datetime=2024-10-10T00%3A00%3A00%2B00%3A00&backend=xarray&variable=sea_ice_fraction&rescale=0%2C1&colormap_name=blues_r'], 'minzoom': 2, 'maxzoom': 13, 'bounds': [-180.0, -90.0, 180.0, 90.0], 'center': [0.0, 0.0, 2]}\n"
120120
]
121121
}
122122
],
@@ -226,7 +226,7 @@
226226
" \n",
227227
" \n",
228228
" var tile_layer_34597b2e5b0b359a09993f56f6fbe6c3 = L.tileLayer(\n",
229-
" "https://openveda.cloud/api/titiler-cmr/tiles/WebMercatorQuad/{z}/{x}/{y}@1x?concept_id=C1996881146-POCLOUD\\u0026datetime=2024-10-10T00%3A00%3A00%2B00%3A00\\u0026backend=xarray\\u0026variable=sea_ice_fraction\\u0026rescale=0%2C1\\u0026colormap_name=blues_r",\n",
229+
" "https://staging.openveda.cloud/api/titiler-cmr/tiles/WebMercatorQuad/{z}/{x}/{y}@1x?concept_id=C1996881146-POCLOUD\\u0026datetime=2024-10-10T00%3A00%3A00%2B00%3A00\\u0026backend=xarray\\u0026variable=sea_ice_fraction\\u0026rescale=0%2C1\\u0026colormap_name=blues_r",\n",
230230
" {"attribution": "NASA", "detectRetina": false, "maxZoom": 18, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}\n",
231231
" );\n",
232232
" \n",

0 commit comments

Comments
 (0)