Expand description
Creation options parsing for GDAL-compatible KEY=VALUE output flags
Structs§
- Mapped
Options - 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_pairsand warned about. - parse_
key_ value - Parse a KEY=VALUE string into a (key, value) tuple.
Used as a clap
value_parser.