Versions in this module Expand all Collapse all v0 v0.0.1 Aug 16, 2024 Changes in this version + const ColAnnotation + const ColBounds + const ColCompression + const ColDetail + const ColEncoding + const ColGeometryTypes + const ColName + const ColRepetition + const ColType + var CLI struct + type CommandError struct + func NewCommandError(format string, a ...any) *CommandError + func (e *CommandError) Error() string + func (e *CommandError) Unwrap() error + type ConvertCmd struct + Compression string + From string + Input string + InputPrimaryColumn string + Max int + Min int + Output string + RowGroupLength int + To string + func (c *ConvertCmd) Run() error + type DescribeCmd struct + Format string + Input string + MetadataOnly bool + Unpretty bool + func (c *DescribeCmd) Run() error + type DescribeInfo struct + Issues []string + Metadata *geoparquet.Metadata + NumRowGroups int64 + NumRows int64 + Schema *DescribeSchema + type DescribeSchema struct + Annotation string + Compression string + Fields []*DescribeSchema + Name string + Optional bool + Repeated bool + Type string + type FormatType string + const AutoType + const GeoJSONType + const GeoParquetType + const ParquetType + const UnknownType + type ValidateCmd struct + Format string + Input string + MetadataOnly bool + Unpretty bool + func (c *ValidateCmd) Run(ctx *kong.Context) error + type VersionCmd struct + Detail bool + func (c *VersionCmd) Run(info *VersionInfo) error + type VersionInfo struct + Commit string + Date string + Version string