pyarts.arts.stringify_keys
- arts.stringify_keys(data: collections.abc.Mapping[pyarts.arts.AtmKey | pyarts.arts.SpeciesEnum | pyarts.arts.SpeciesIsotope | pyarts.arts.QuantumIdentifier | pyarts.arts.ScatteringSpeciesProperty, pyarts.arts.GriddedField3 | float | pyarts.arts.NumericTernaryOperator], unique: bool = True) dict[str, pyarts.arts.GriddedField3 | float | pyarts.arts.NumericTernaryOperator]
- arts.stringify_keys(data: collections.abc.Mapping[pyarts.arts.AtmKey | pyarts.arts.SpeciesEnum | pyarts.arts.SpeciesIsotope | pyarts.arts.QuantumIdentifier | pyarts.arts.ScatteringSpeciesProperty, float], unique: bool = True) dict[str, float]
- arts.stringify_keys(data: collections.abc.Mapping[pyarts.arts.AtmKey | pyarts.arts.SpeciesEnum | pyarts.arts.SpeciesIsotope | pyarts.arts.QuantumIdentifier | pyarts.arts.ScatteringSpeciesProperty, pyarts.arts.Vector], unique: bool = True) dict[str, pyarts.arts.Vector]
Overloaded function.
stringify_keys(data: collections.abc.Mapping[pyarts.arts.AtmKey | pyarts.arts.SpeciesEnum | pyarts.arts.SpeciesIsotope | pyarts.arts.QuantumIdentifier | pyarts.arts.ScatteringSpeciesProperty, pyarts.arts.GriddedField3 | float | pyarts.arts.NumericTernaryOperator], unique: bool = True) -> dict[str, pyarts.arts.GriddedField3 | float | pyarts.arts.NumericTernaryOperator]
Convert a dictionary of atmospheric field keys to their string representation.
Warning
Setting unique to False will overwrite keys with the same string representation.
- Parameters:
stringify_keys(data: collections.abc.Mapping[pyarts.arts.AtmKey | pyarts.arts.SpeciesEnum | pyarts.arts.SpeciesIsotope | pyarts.arts.QuantumIdentifier | pyarts.arts.ScatteringSpeciesProperty, float], unique: bool = True) -> dict[str, float]
Convert a dictionary of atmospheric point keys to their string representation.
Warning
Setting unique to False will overwrite keys with the same string representation.
- Parameters:
stringify_keys(data: collections.abc.Mapping[pyarts.arts.AtmKey | pyarts.arts.SpeciesEnum | pyarts.arts.SpeciesIsotope | pyarts.arts.QuantumIdentifier | pyarts.arts.ScatteringSpeciesProperty, pyarts.arts.Vector], unique: bool = True) -> dict[str, pyarts.arts.Vector]
Convert a dictionary of atmospheric point keys to their string representation.
Warning
Setting unique to False will overwrite keys with the same string representation.