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/API.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ This endpoint provides tiled data for specific geographical locations and times.
26
26
27
27
-**Query Parameters:**
28
28
-`concept_id` (string): The [concept ID](https://cmr.earthdata.nasa.gov/search/site/docs/search/api.html#c-concept-id) of the collection. **REQUIRED**
29
-
-`temporal` (string, optional): Either a date-time or an interval. Date and time expressions adhere to 'YYYY-MM-DD' format. Intervals may be bounded or half-bounded (double-dots at start or end) **RECOMMENDED**
29
+
-`temporal` (string, optional): Either a date-time or an interval. Date and time expressions adhere to rfc3339 '2018-02-12T09:00:00Z' format. Intervals may be bounded or half-bounded (double-dots at start or end) **RECOMMENDED**
30
30
-`backend` (*rasterio* or *xarray*, optional): Backend to use in order to read the CMR dataset. Defaults to `rasterio`
31
31
-`variable`* (string, optional): The variable of interest. `required` when using `xarray` backend
32
32
-`time_slice`* (string, optional): The time for which data is requested, in ISO 8601 format
@@ -51,7 +51,7 @@ This endpoint provides tiled data for specific geographical locations and times.
51
51
52
52
## Request Example
53
53
54
-
GET /tiles/WebMercatorQuad/1/2/3?backend=xarray&variable=temperature×tamp=2024-01-16T00:00:00Z&colormap=viridis&rescale=0,100&temporal=2024-01-16/2024-01-16&concept_id=C0000000000-YOCLOUD
54
+
GET /tiles/WebMercatorQuad/1/2/3?backend=xarray&variable=temperature×tamp=2024-01-16T00:00:00Z&colormap=viridis&rescale=0,100&temporal=2024-01-16T09:00:00Z&concept_id=C0000000000-YOCLOUD
0 commit comments