Skip to content

Commit

Permalink
A residual placeholder function removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathias157 committed Sep 22, 2024
1 parent cbfd1a3 commit de496b1
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions RawDataProcessing/Modules/Submodules/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,22 +102,3 @@ def transform_xrdata(xarray: xr.Dataset,
output = output.sel(selection)

return output

def create_geo_sets(geo_sets: Tuple[pd.DataFrame, dict],
prefix: Tuple[str, None] = None):

IncFile(name='CCCRRRAAA')
if 'C' in geo_sets.keys():
IncFile(name='CCC')

if 'R' in geo_sets.keys():
IncFile(name='CCCRRR')
IncFile(name='RRR')

if 'A' in geo_sets.keys():
IncFile(name='RRRAAA')
if prefix != None:
IncFile(name=f'{prefix}_AAA')
else:
IncFile(name='AAA')

0 comments on commit de496b1

Please sign in to comment.