Skip to content

Commit

Permalink
docs: grammar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dwsilk authored Mar 8, 2024
1 parent 7363806 commit a095187
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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`.

Expand Down

0 comments on commit a095187

Please sign in to comment.