Skip to content
Snippets Groups Projects
Commit 369a19a2 authored by leufen1's avatar leufen1
Browse files

applied now for mixed sampling with filter too

parent 35a87c7b
Branches
No related tags found
7 merge requests!468first implementation of toar-data-v2, can load data (but cannot process these...,!467Resolve "release v2.2.0",!455update for reqs,!448Resolve "update HPC environment",!446first implementation of toar-data-v2, can load data (but cannot process these...,!445Draft: Resolve "update HPC environment",!437Resolve "era5 data"
Pipeline #103367 passed
......@@ -143,7 +143,7 @@ class DataHandlerMixedSamplingWithFilterSingleStation(DataHandlerMixedSamplingSi
def load_and_interpolate(self, ind) -> [xr.DataArray, pd.DataFrame]:
start, end = self.update_start_end(ind)
vars = [self.variables, self.target_var]
vars = [self.variables, self.target_var][ind]
stats_per_var = helpers.select_from_dict(self.statistics_per_var, vars[ind])
data, self.meta = self.load_data(self.path[ind], self.station, stats_per_var, self.sampling[ind],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment