Open lionel42 opened 3 months ago
@lionel42
Goal is to convert MounthsProfiles to Day of year profiles or Dayofyear to hourofyear.
This function should be quite modular, allowing different inputs
def convert_profile(profile: Composite | TemporalProfile | Inventory, target_profile: type[TemporalProfile] ) -> Composite|Temporal|Inventory:
@lionel42
Goal is to convert MounthsProfiles to Day of year profiles or Dayofyear to hourofyear.
This function should be quite modular, allowing different inputs