4.4.4. thuner.attribute.profile

Record vertical profiles from tagging datasets associated with meteorological objects.

Functions

from_centers(attribute_group, input_records, ...)

Calculate profile from object centers.

from_masks(attribute_group, input_records, ...)

Calculate profile from object centers.

default(dataset[, matched])

Create the default profile attribute type.

altitude()

Convenience function to build an altitude attribute.

u_wind()

Convenience function to build a u wind component attribute.

v_wind()

Convenience function to build a v wind component attribute.

temperature()

Convenience function to build a temperature attribute.

pressure()

Convenience function to build a pressure attribute.

relative_humidity()

Convenience function to build a relative humidity attribute.

profile_center(dataset)

Convenience function to build a profile center attribute group.

thuner.attribute.profile.altitude()[source]

Convenience function to build an altitude attribute.

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.

Parameters:

names (list of str) – Names of attributes to calculate.

thuner.attribute.profile.pressure()[source]

Convenience function to build a pressure attribute.

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.

thuner.attribute.profile.u_wind()[source]

Convenience function to build a u wind component attribute.

thuner.attribute.profile.v_wind()[source]

Convenience function to build a v wind component attribute.