rio gcps

Print GeoJSON representations of a dataset’s control points.

Each ground control point is represented as a GeoJSON feature. The ‘properties’ member of each feature contains a JSON representation of the control point with the following items:

row, col:
row (or line) and col (or pixel) coordinates.
x, y, z:
x, y, and z spatial coordinates.
crs:
The coordinate reference system for x, y, and z.
id:
A unique (within the dataset) identifier for the control
point.
info:
A brief description of the control point.
rio gcps [OPTIONS] INPUT

Options

--collection

Output as GeoJSON feature collection(s).

--feature

Output as GeoJSON feature(s).

--geographic

Output in geographic coordinates (the default).

--projected

Output in dataset’s own, projected coordinates.

--precision <precision>

Decimal precision of coordinates.

--rs, --no-rs

Use RS (0x1E) as a prefix for individual texts in a sequence as per http://tools.ietf.org/html/draft-ietf-json-text-sequence-13 (default is False).

--indent <indent>

Indentation level for JSON output

--compact, --not-compact

Use compact separators (‘,’, ‘:’).

Arguments

INPUT

Required argument