metno / pyaerocom

Python tools for climate and air quality model evaluation
https://pyaerocom.readthedocs.io/
GNU General Public License v3.0
25 stars 13 forks source link

Use aerovaldb for writing json in `ExperimentOutput` #1193

Closed thorbjoernl closed 2 months ago

thorbjoernl commented 3 months ago

Change Summary

This PR changes ExperimentOutput to use aerovaldb to write output data from.

Related issue number

Checklist

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 95.65217% with 1 line in your changes missing coverage. Please review.

Project coverage is 79.34%. Comparing base (2dad9c7) to head (816b2cc). Report is 58 commits behind head on main-dev.

Files Patch % Lines
pyaerocom/aeroval/experiment_output.py 95.65% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main-dev #1193 +/- ## ============================================ + Coverage 79.32% 79.34% +0.02% ============================================ Files 133 133 Lines 20316 20421 +105 ============================================ + Hits 16115 16204 +89 - Misses 4201 4217 +16 ``` | [Flag](https://app.codecov.io/gh/metno/pyaerocom/pull/1193/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=metno) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/metno/pyaerocom/pull/1193/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=metno) | `79.34% <95.65%> (+0.02%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=metno#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

thorbjoernl commented 2 months ago

Blocked by: https://github.com/metno/aerovaldb/issues/46