pub fn is_pypsa_csv_name(name: &str) -> boolExpand description
Whether a format name means a PyPSA CSV folder. PyPSA folders are directory
inputs, not text targets, so they have no TargetFormat arm; this is the
companion alias matcher to parse_target_format and the one place the
PyPSA aliases live.