statistical analysis to be done by the TOAR database
...
...
@@ -157,14 +157,14 @@ class Metadata:
defget_title(self)->str:
"""creation of a title for metadata of a xarray according to the CF convention
"""
returnf"{self.time.sampling}{self.statistic} statistic for {self.variable.standart_name} from {self.time.start} to {self.time.end} aggregated on global grid"
returnf"{self.time.sampling}{self.statistic} statistic for {self.variable.standard_name} from {self.time.start} to {self.time.end} aggregated on global grid"
defget_summary(self)->str:
"""creation of a descriptive string
At the moment same as title.
"""
returnf"{self.time.sampling}{self.statistic} statistic for {self.variable.standart_name} from {self.time.start} to {self.time.end} aggregated on global grid"
returnf"{self.time.sampling}{self.statistic} statistic for {self.variable.standard_name} from {self.time.start} to {self.time.end} aggregated on global grid"