Skip to content

Commit 31c0942

Browse files
committed
update docs
1 parent 1255dfb commit 31c0942

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/API.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This endpoint provides tiled data for specific geographical locations and times.
2626

2727
- **Query Parameters:**
2828
- `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**
3030
- `backend` (*rasterio* or *xarray*, optional): Backend to use in order to read the CMR dataset. Defaults to `rasterio`
3131
- `variable`* (string, optional): The variable of interest. `required` when using `xarray` backend
3232
- `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.
5151

5252
## Request Example
5353

54-
GET /tiles/WebMercatorQuad/1/2/3?backend=xarray&variable=temperature&timestamp=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&timestamp=2024-01-16T00:00:00Z&colormap=viridis&rescale=0,100&temporal=2024-01-16T09:00:00Z&concept_id=C0000000000-YOCLOUD
5555

5656

5757
## Responses

0 commit comments

Comments
 (0)