README
¶
STAC Utilities
Utilities for working with Spatio-Temporal Asset Catalog (STAC) resources.
The stac
command line utility can be used to crawl and validate STAC metadata. In addition, the github.com/planetlabs/go-stac
module can be used in Go projects.
Command Line Interface
The stac
program can be installed by downloading one of the archives from the latest release.
Extract the archive and place the stac
executable somewhere on your path. See a list of available commands by running stac
in your terminal.
For Mac users, if you get a message that the program can't be opened because Apple cannot check it for malicious software, you can allow access in your system preferences. Under the Apple menu > Sytem Preferences, click Security & Privacy, then click General. There you should see an Allow Anyway button.
Library Use
Requires Go >= 1.18
Install the module into your project.
go get github.com/planetlabs/go-stac
See the reference documentation for example usage in a Golang project.
Directories
¶
Path | Synopsis |
---|---|
cmd
|
|
stac
The stac program is a command line tool for working with STAC resources.
|
The stac program is a command line tool for working with STAC resources. |
Package crawler implements a STAC resource crawler.
|
Package crawler implements a STAC resource crawler. |
Package validator implements a STAC resource validation.
|
Package validator implements a STAC resource validation. |