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:
Usage
rio gcps [OPTIONS] INPUT
Options
- --feature
Output as GeoJSON feature(s) (default)
- --collection
Output as GeoJSON feature collection(s)
- --geographic
Output in geographic coordinates (the default).
- --projected
Output in dataset’s own, projected coordinates.
- --precision <precision>
Decimal precision of coordinates.
- --sequence, --no-sequence
Write a LF-delimited sequence of texts containing individual objects or write a single JSON text containing a feature collection object (the default).
- --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