Documentation
¶
Overview ¶
convert processes one or more CSV files containing MARC 034 data and append bounding box information to a new CSV document.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultFlagSet ¶
func RunWithOptions ¶
func RunWithOptions(ctx context.Context, opts *RunOptions) error
Types ¶
type RunOptions ¶
type RunOptions struct {
MARC034Column string
ToFile string
ToStdout bool
Files []string
EnableIntersects bool
SpatialDatabaseURI string
SpatialDatabaseSources map[string][]string
Verbose bool
}
func RunOptionsFromFlagSet ¶
func RunOptionsFromFlagSet(fs *flag.FlagSet) (*RunOptions, error)
Click to show internal directories.
Click to hide internal directories.