You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,16 @@ The `filter` package provides structs for encoding and decoding CQL2 filters as
27
27
28
28
The `xyz2ogc` command line utility can be used to generate [OGC API – Tiles](https://ogcapi.ogc.org/tiles/) metadata from exiting XYZ tilesets.
29
29
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
+
30
40
### Use
31
41
32
42
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