Skip to content

Commit

Permalink
Updated main README to mention data
Browse files Browse the repository at this point in the history
  • Loading branch information
stulacy committed May 4, 2022
1 parent 0287e09 commit 12bef92
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Visually evaluating air quality low-cost-sensors
# Visually evaluating air quality low-cost-sensors

This repository contains Python and R code for reproducing the diagnostic plots shown in <PAPER REFERENCE>.
This repository contains Python and R code for reproducing the diagnostic plots shown in _Air pollution measurement errors: Is your data fit for purpose?_ (Diez et al, 2022) (currently under review).

## Python package

Expand Down Expand Up @@ -62,3 +62,8 @@ plot_time_series(df, lcs_column="lowcost", reference_column="ref")
```

See the accompanying help pages (e.g. `?plot_reu`) for further details.

## Real world data

The real world air quality measurements that were used to generate some of the figures in the paper are available in the `data` sub-folder.
See the README in that directory for details on the data structure.

0 comments on commit 12bef92

Please sign in to comment.