Skip to content

Commit

Permalink
docs: grammar fix
Browse files Browse the repository at this point in the history
Identified while porting to linz/elevation
  • Loading branch information
dwsilk authored Mar 8, 2024
1 parent c870588 commit 6e129f6
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 @@ -6,7 +6,7 @@ Our public New Zealand Imagery bucket can be used with a number of applications,

The STAC Catalog, https://nz-imagery.s3-ap-southeast-2.amazonaws.com/catalog.json, is the entry point of the LINZ imagery data. It points to the different STAC Collections representing a dataset.

> **_Note:_** The files on the AWS S3 bucket `nz-imagery` can be accessed with a `s3` path `s3://nz-imagery` or a `https` URL `https://nz-imagery.s3-ap-southeast-2.amazonaws.com/`.
> **_Note:_** The files in the *nz-imagery* bucket can be accessed via `s3://nz-imagery` or `https://nz-imagery.s3-ap-southeast-2.amazonaws.com/`.
### Manually navigate through the STAC Catalog to a get a TIFF

Expand Down Expand Up @@ -109,7 +109,7 @@ s5cmd --no-sign-request cp s3://nz-imagery/canterbury/canterbury_2022_0.3m/rgb/2

### Virtual file system

GDAL allows you to run command on a file that is not on your local machine using a virtual file systems path:
GDAL allows you to run commands on a file that is not on your local machine using a virtual file system path:

- `/vsicurl/https://nz-imagery.s3-ap-southeast-2.amazonaws.com/[PATH]`
- `/vsis3/s3://nz-imagery/[PATH]`
Expand Down

0 comments on commit 6e129f6

Please sign in to comment.