Skip to content

Minor cleanups needed. #391

@blychs

Description

@blychs

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions