4.4.4. thuner.attribute.profile
Record vertical profiles from tagging datasets associated with meteorological objects.
Functions
|
Calculate profile from object centers. |
|
Calculate profile from object centers. |
|
Create the default profile attribute type. |
|
Convenience function to build an altitude attribute. |
|
Convenience function to build a u wind component attribute. |
|
Convenience function to build a v wind component attribute. |
Convenience function to build a temperature attribute. |
|
|
Convenience function to build a pressure attribute. |
Convenience function to build a relative humidity attribute. |
|
|
Convenience function to build a profile center attribute group. |
- thuner.attribute.profile.default(dataset, matched=True)[source]
Create the default profile attribute type.
- thuner.attribute.profile.from_centers(attribute_group: AttributeGroup, input_records, object_tracks, grid_options: GridOptions, dataset: str, time_offsets: list[int], member_object: str | None = None)[source]
Calculate profile from object centers. Lookup core attributes, and extend to match length of profile attributes.
- thuner.attribute.profile.from_masks(attribute_group: AttributeGroup, input_records, object_tracks, grid_options: GridOptions, dataset: str, time_offsets: list[int], member_object: str | None = None)[source]
Calculate profile from object centers. Lookup core attributes, and extend to match length of profile attributes.
- thuner.attribute.profile.profile_center(dataset: str)[source]
Convenience function to build a profile center attribute group.
- thuner.attribute.profile.relative_humidity()[source]
Convenience function to build a relative humidity attribute.
- thuner.attribute.profile.temperature()[source]
Convenience function to build a temperature attribute.