Skip to content

Commit b64bd0d

Browse files
committed
Installation docs for xyz2ogc
1 parent 652ee68 commit b64bd0d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

readme.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,16 @@ The `filter` package provides structs for encoding and decoding CQL2 filters as
2727

2828
The `xyz2ogc` command line utility can be used to generate [OGC API – Tiles](https://ogcapi.ogc.org/tiles/) metadata from exiting XYZ tilesets.
2929

30+
### Installation
31+
32+
The `xyz2ogc` program can be installed by downloading one of the archives from [the latest release](https://github.com/planetlabs/go-ogc/releases).
33+
34+
Extract the archive and place the `xyz2ogc` executable somewhere on your path. See a list of available commands by running `xyz2ogc` in your terminal.
35+
36+
Homebrew users can install the `xyz2ogc` program with [`brew`](https://brew.sh/):
37+
38+
brew install planetlabs/tap/go-ogc
39+
3040
### Use
3141

3242
The `xyz2ogc` program reads a configuration file (`config.toml` by default) for information about a list of XYZ tilesets. The program will then generate OGC API – Tiles compliant metadata for the configured tilesets.

0 commit comments

Comments
 (0)