-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
I have been finding some hardocded stuff that seems unnecessary.
E. g., in the plotting method of the analysis class, the following is hardcoded:
if obsvar == 'nitrogendioxide_tropospheric_column':
modvar = modvar + 'trpcol'
however, this is because the current pairing code in TROPOMI forces that trpcol into the modvar, but that does not happen for any other satellite.
I believe that this is unncessarily complicated, and can be cleaned up by changing the modvar when doing the pairing instead of here, so that it does not affect the following code anymore.
Let me know your thoughts, @mlirenzhenmayi
Cheers
Pablo
Metadata
Metadata
Assignees
Labels
No labels