1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
|
.TH USAGE: "1" "August 2023" "Usage: stac [OPTIONS] COMMAND [ARGS]..." "User Commands"
.SH NAME
Usage: \- Command line tool for working with STAC
.SH SYNOPSIS
.B stac
[\fI\,OPTIONS\/\fR] \fI\,COMMAND \/\fR[\fI\,ARGS\/\fR]...
.SH OPTIONS
.TP
\fB\-v\fR, \fB\-\-verbose\fR
Use verbose mode
.TP
\fB\-q\fR, \fB\-\-quiet\fR
Use quiet mode (no output)
.TP
\fB\-\-help\fR
Show this message and exit.
.SS "Commands:"
.TP
add
Add an item to a catalog/collection.
.TP
add\-asset
Add an asset to an item or collection.
.TP
add\-raster
Add raster extension to an Item.
.TP
copy
Copy a STAC Catalog
.TP
create\-item
Creates an item from an asset
.TP
describe
Prints out a list of all catalogs, collections and items in
this STAC.
.TP
info
Display info about a static STAC catalog.
.TP
layout
Reformat the layout of a STAC based on templating.
.TP
lint
Lint a stac object with stac\-check.
.TP
merge
Merge items from one STAC into another.
.TP
migrate
Migrate a STAC object to the latest version
.TP
move\-assets
Move or copy assets in a STAC catalog to the locations...
.TP
summary
Summarize a STAC collection's contents.
.TP
update\-extent
Update a STAC collection's extent.
.TP
update\-geometry
Update an item geometry from an asset footprint
.TP
validate
Validate a stac object.
.TP
version
Display version info.
.PP
Try 'stac \fB\-\-help\fR' for help.
.PP
Error: No such option: \fB\-\-version\fR Did you mean \fB\-\-verbose\fR?
|