From a095187deadaab589c641920197a9c4f395e07e1 Mon Sep 17 00:00:00 2001 From: Daniel Silk Date: Fri, 8 Mar 2024 14:25:27 +1300 Subject: [PATCH] docs: grammar fix --- docs/usage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/usage.md b/docs/usage.md index 277ad42..8d4080f 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -28,7 +28,7 @@ This is an example using the "Taranaki LiDAR 1m DEM (2021)" dataset. ```json { "rel": "item", "href": "./BH31_10000_0403.json", "type": "application/json" } ``` -3. The Item can be accessible from `https://nz-elevation.s3-ap-southeast-2.amazonaws.com/taranaki/taranaki_2021/dem_1m/2193/BH31_10000_0403.json`. A list of assets can be found: +3. The Item can be accessed from `https://nz-elevation.s3-ap-southeast-2.amazonaws.com/taranaki/taranaki_2021/dem_1m/2193/BH31_10000_0403.json`. A list of assets can be found: ```json "assets": { @@ -39,7 +39,7 @@ This is an example using the "Taranaki LiDAR 1m DEM (2021)" dataset. } } ``` -4. In this case, the TIFF can be accessible from `https://nz-elevation.s3-ap-southeast-2.amazonaws.com/taranaki/taranaki_2021/dem_1m/2193/BH31_10000_0403.tiff` +4. In this case, the TIFF can be accessed from `https://nz-elevation.s3-ap-southeast-2.amazonaws.com/taranaki/taranaki_2021/dem_1m/2193/BH31_10000_0403.tiff` > **_Note:_** Our TIFF files and STAC Item files use the same base name. Having the link to the STAC Item, you can determine the TIFF link by changing its suffix from `.json` to `.tiff`.