Skip to content

Commit

Permalink
chore: fix remaining old URL
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-davison committed Jan 7, 2025
1 parent 7aa5021 commit f334d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/articles/deweather.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The **deweather** package uses a powerful statistical technique based on *booste

The **deweather** package comes with a comprehensive data set of air quality and meteorological data. The air quality data is from Marylebone Road in central London (obtained from the `{openair}` package) and the meteorological data from Heathrow Airport (obtained from the `{worldmet}` package).

The `road_data` data frame contains various pollutants such a NO~x~, NO~2~, ethane and isoprene as well as meteorological data including wind speed, wind direction, relative humidity, ambient temperature and cloud cover. Code to obtain this data directly can be found [here](https://github.com/davidcarslaw/deweather/blob/master/data-raw/road_data.R).
The `road_data` data frame contains various pollutants such a NO~x~, NO~2~, ethane and isoprene as well as meteorological data including wind speed, wind direction, relative humidity, ambient temperature and cloud cover. Code to obtain this data directly can be found [here](https://github.com/openair-project/deweather/blob/master/data-raw/road_data.R).

```{r}
#| label: "load-pkg"
Expand Down

0 comments on commit f334d16

Please sign in to comment.