Skip to content

Commit

Permalink
interpolation-senegal
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelcaceres committed Jun 1, 2023
1 parent af73825 commit 8844d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/examples/interpolation-senegal.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ if(params$complete_rebuild) {

Some stations had missing data for year 2020 and were excluded from the output. Using function `worldmet2meteoland()` from **meteoland**, we can reshape the hourly data of the remaining stations into daily data in form of an `sf` object:

```{r, eval = params$complete_rebuild, echo = FALSE}
```{r, eval = params$complete_rebuild, echo = TRUE}
sf_sen <- worldmet2meteoland(hourData, complete = TRUE)
sf_sen
```
Expand Down

0 comments on commit 8844d57

Please sign in to comment.