We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
will run some more tests but it looks like with code @cams2-83_2025-02 the onlymap runs fail at the end with a variable error, e.g.
2025-02-08 11:54:47:pyaerocom.variable:1.1/1.3G:INFO:Unknown input variable CHIMERE 2025-02-08 11:54:47:pyaerocom.aeroval.experiment_output:1.1/1.3G:WARNING:Failed to infer cmap and variable ranges for CHIMERE, using default settings which are {'scale': [0.0, 1.25, 2.5, 3.75, 5.0, 6.25, 7.5, 8.75, 10.0], 'colmap': 'coolwarm'} 2025-02-08 11:54:47:pyaerocom.variable:1.1/1.3G:INFO:Unknown input variable CHIMERE
The text was updated successfully, but these errors were encountered:
it seems like it's because of this https://github.com/metno/pyaerocom/blob/main-dev/pyaerocom/aeroval/experiment_output.py#L849 the output in the contour folder has now changed and this if https://github.com/metno/pyaerocom/blob/main-dev/pyaerocom/aeroval/experiment_output.py#L344 does not work anymore because len(spl) == 3 for geojsons too now
contour
len(spl) == 3
I will make a PR
Sorry, something went wrong.
charlienegri
Successfully merging a pull request may close this issue.
will run some more tests but it looks like with code @cams2-83_2025-02
the onlymap runs fail at the end with a variable error, e.g.
The text was updated successfully, but these errors were encountered: