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
Copy file name to clipboardexpand all lines: docs/src/services.md
+9-16
Original file line number
Diff line number
Diff line change
@@ -69,13 +69,13 @@ It enables Raster visualization for a single STAC **Item** and large-scale (mult
69
69
70
70
**Mosaic endpoints**
71
71
72
-
- https://raster.eoapi.dev/mosaic/list list pre-registered Virtual Mosaics
72
+
- https://raster.eoapi.dev/searches/list list pre-registered Virtual Mosaics
73
73
74
-
- https://raster.eoapi.dev/mosaic/ebe10c878834f8319311ad47e2472f3b/info get information about the `ebe10c878834f8319311ad47e2472f3b` mosaic
74
+
- https://raster.eoapi.dev/searches/2f3073257a5b6530aedbb0e4b4f726fa/info get information about the `2f3073257a5b6530aedbb0e4b4f726fa` mosaic
75
75
76
-
- https://raster.eoapi.dev/mosaic/ebe10c878834f8319311ad47e2472f3b/map?assets=visual&minzoom=12&maxzoom=19 show the `ebe10c878834f8319311ad47e2472f3b` mosaic and using the `visual` **Asset** on a Map client
76
+
- https://raster.eoapi.dev/searches/2f3073257a5b6530aedbb0e4b4f726fa/map?assets=visual&minzoom=12&maxzoom=19 show the `2f3073257a5b6530aedbb0e4b4f726fa` mosaic and using the `visual` **Asset** on a Map client
77
77
78
-
- https://raster.eoapi.dev/mosaic/ebe10c878834f8319311ad47e2472f3b/tilejson.json?assets=visual&minzoom=12&maxzoom=19 get a TileJSON document for the `ebe10c878834f8319311ad47e2472f3b` mosaic and using the `visual` **Asset**
78
+
- https://raster.eoapi.dev/searches/2f3073257a5b6530aedbb0e4b4f726fa/tilejson.json?assets=visual&minzoom=12&maxzoom=19 get a TileJSON document for the `2f3073257a5b6530aedbb0e4b4f726fa` mosaic and using the `visual` **Asset**
79
79
80
80
---
81
81
@@ -97,17 +97,17 @@ It enables vector Features/Features Collection exploration and visualization for
97
97
98
98
- https://vector.eoapi.dev/collections list available **Tables** or **Function Layers**
99
99
100
-
- https://vector.eoapi.dev/collections/public.landsat_wrs get information about the `landsat_wrs` Table
100
+
- https://vector.eoapi.dev/collections/public.countries get information about the `countries` Table
101
101
102
-
- https://vector.eoapi.dev/collections/public.landsat_wrs/items list items for the `landsat_wrs` Table
102
+
- https://vector.eoapi.dev/collections/public.countries/items list items for the `countries` Table
103
103
104
104
**OGC Tiles**
105
105
106
-
- https://vector.eoapi.dev/collections/public.landsat_wrs/tiles list all TileSet available for the `landsat_wrs` Table
106
+
- https://vector.eoapi.dev/collections/public.countries/tiles list all TileSet available for the `countries` Table
107
107
108
-
- https://vector.eoapi.dev/collections/public.landsat_wrs/tiles/WebMercatorQuad get `WebMercatorQuad` TileSet information for the `landsat_wrs` Table
108
+
- https://vector.eoapi.dev/collections/public.countries/tiles/WebMercatorQuad get `WebMercatorQuad` TileSet information for the `countries` Table
109
109
110
-
- https://vector.eoapi.dev/collections/public.landsat_wrs/viewer shows the `landsat_wrs` Table on a Map client using vector tiles
110
+
- https://vector.eoapi.dev/collections/public.countries/viewer shows the `countries` Table on a Map client using vector tiles
111
111
112
112
- https://vector.eoapi.dev/tileMatrixSets/WebMercatorQuad `WebMercatorQuad` TileMatrixSet information
113
113
@@ -124,10 +124,3 @@ The browsing UI deployed in eoAPI is built on [the radiant earth STAC browser](h
- http://eoapi-dev-stac-browser.s3-website-us-east-1.amazonaws.com/collections display available **Collection**
129
-
130
-
- http://eoapi-dev-stac-browser.s3-website-us-east-1.amazonaws.com/collections/MAXAR_southafrica_flooding22/items display available **Items** for the `MAXAR_southafrica_flooding22` collection
131
-
132
-
- http://eoapi-dev-stac-browser.s3-website-us-east-1.amazonaws.com/collections/MAXAR_southafrica_flooding22/items/36_213131033000_1040010076566100 show the `36_213131033000_1040010076566100` **Item** in the `MAXAR_southafrica_flooding22` collection and visualize its "visual" asset.
0 commit comments