Skip to main content

Module creation_options

Module creation_options 

Source
Expand description

Creation options parsing for GDAL-compatible KEY=VALUE output flags

Structs§

MappedOptions
Mapped creation options after interpreting well-known GDAL keys.

Functions§

map_creation_options
Interpret a slice of (key, value) pairs into structured options. Unknown keys are forwarded in unknown_pairs and warned about.
parse_key_value
Parse a KEY=VALUE string into a (key, value) tuple. Used as a clap value_parser.