pyarts3.arts.stringify_keys
- arts.stringify_keys(data: collections.abc.Mapping[pyarts3.arts.AtmKey | pyarts3.arts.SpeciesEnum | pyarts3.arts.SpeciesIsotope | pyarts3.arts.QuantumLevelIdentifier | pyarts3.arts.ScatteringSpeciesProperty, pyarts3.arts.GeodeticField3 | float | pyarts3.arts.NumericTernaryOperator], unique: bool = True) dict[str, pyarts3.arts.GeodeticField3 | float | pyarts3.arts.NumericTernaryOperator]
- arts.stringify_keys(data: collections.abc.Mapping[pyarts3.arts.AtmKey | pyarts3.arts.SpeciesEnum | pyarts3.arts.SpeciesIsotope | pyarts3.arts.QuantumLevelIdentifier | pyarts3.arts.ScatteringSpeciesProperty, float], unique: bool = True) dict[str, float]
- arts.stringify_keys(data: collections.abc.Mapping[pyarts3.arts.AtmKey | pyarts3.arts.SpeciesEnum | pyarts3.arts.SpeciesIsotope | pyarts3.arts.QuantumLevelIdentifier | pyarts3.arts.ScatteringSpeciesProperty, pyarts3.arts.Vector], unique: bool = True) dict[str, pyarts3.arts.Vector]
Overloaded function.
stringify_keys(data: collections.abc.Mapping[pyarts3.arts.AtmKey | pyarts3.arts.SpeciesEnum | pyarts3.arts.SpeciesIsotope | pyarts3.arts.QuantumLevelIdentifier | pyarts3.arts.ScatteringSpeciesProperty, pyarts3.arts.GeodeticField3 | float | pyarts3.arts.NumericTernaryOperator], unique: bool = True) -> dict[str, pyarts3.arts.GeodeticField3 | float | pyarts3.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[pyarts3.arts.AtmKey | pyarts3.arts.SpeciesEnum | pyarts3.arts.SpeciesIsotope | pyarts3.arts.QuantumLevelIdentifier | pyarts3.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[pyarts3.arts.AtmKey | pyarts3.arts.SpeciesEnum | pyarts3.arts.SpeciesIsotope | pyarts3.arts.QuantumLevelIdentifier | pyarts3.arts.ScatteringSpeciesProperty, pyarts3.arts.Vector], unique: bool = True) -> dict[str, pyarts3.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.