ooni / data

OONI Data CLI and Pipeline v5
https://docs.ooni.org/data
8 stars 4 forks source link

Add basic set of data visualisations #25

Closed hellais closed 1 year ago

hellais commented 1 year ago

In here I add a react based view for displaying data visualizations that are useful to interpret the results for the analysis.

It also add several improvements to the observation generation engine.

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 33.64% and project coverage change: -8.10 :warning:

Comparison is base (ed00363) 84.27% compared to head (da755d2) 76.18%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #25 +/- ## ========================================== - Coverage 84.27% 76.18% -8.10% ========================================== Files 57 64 +7 Lines 4762 5588 +826 ========================================== + Hits 4013 4257 +244 - Misses 749 1331 +582 ``` | [Impacted Files](https://codecov.io/gh/ooni/data/pull/25?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ooni) | Coverage Δ | | |---|---|---| | [oonidata/dataviz/theme.py](https://codecov.io/gh/ooni/data/pull/25?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ooni#diff-b29uaWRhdGEvZGF0YXZpei90aGVtZS5weQ==) | `0.00% <0.00%> (ø)` | | | [oonidata/dataviz/utils.py](https://codecov.io/gh/ooni/data/pull/25?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ooni#diff-b29uaWRhdGEvZGF0YXZpei91dGlscy5weQ==) | `0.00% <0.00%> (ø)` | | | [oonidata/dataviz/viz.py](https://codecov.io/gh/ooni/data/pull/25?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ooni#diff-b29uaWRhdGEvZGF0YXZpei92aXoucHk=) | `0.00% <0.00%> (ø)` | | | [oonidata/dataviz/web.py](https://codecov.io/gh/ooni/data/pull/25?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ooni#diff-b29uaWRhdGEvZGF0YXZpei93ZWIucHk=) | `0.00% <0.00%> (ø)` | | | [oonidata/workers/analysis.py](https://codecov.io/gh/ooni/data/pull/25?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ooni#diff-b29uaWRhdGEvd29ya2Vycy9hbmFseXNpcy5weQ==) | `20.76% <20.76%> (ø)` | | | [oonidata/analysis/websites\_features.py](https://codecov.io/gh/ooni/data/pull/25?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ooni#diff-b29uaWRhdGEvYW5hbHlzaXMvd2Vic2l0ZXNfZmVhdHVyZXMucHk=) | `25.16% <25.16%> (ø)` | | | [oonidata/cli/command.py](https://codecov.io/gh/ooni/data/pull/25?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ooni#diff-b29uaWRhdGEvY2xpL2NvbW1hbmQucHk=) | `85.81% <64.70%> (-0.40%)` | :arrow_down: | | [oonidata/db/create\_tables.py](https://codecov.io/gh/ooni/data/pull/25?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ooni#diff-b29uaWRhdGEvZGIvY3JlYXRlX3RhYmxlcy5weQ==) | `86.30% <100.00%> (+1.92%)` | :arrow_up: | | [oonidata/models/analysis.py](https://codecov.io/gh/ooni/data/pull/25?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ooni#diff-b29uaWRhdGEvbW9kZWxzL2FuYWx5c2lzLnB5) | `100.00% <100.00%> (ø)` | | | [...ata/transforms/nettests/measurement\_transformer.py](https://codecov.io/gh/ooni/data/pull/25?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ooni#diff-b29uaWRhdGEvdHJhbnNmb3Jtcy9uZXR0ZXN0cy9tZWFzdXJlbWVudF90cmFuc2Zvcm1lci5weQ==) | `88.25% <100.00%> (+0.03%)` | :arrow_up: | | ... and [11 more](https://codecov.io/gh/ooni/data/pull/25?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ooni) | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ooni). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ooni)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.