Skip to content

Commit

Permalink
update senegal
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelcaceres committed Jul 25, 2023
1 parent 37e1553 commit e28d77a
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 @@ -142,7 +142,7 @@ ggplot()+

To perform weather interpolation, we need the topography (elevation, slope, aspect) of the target area. We can use function `elevation_30s()` from package **geodata** to download elevation data for Senegal:

```{r, echo=FALSE}
```{r}
elev_raster <- geodata::elevation_30s(country="SEN", path = tempdir())
names(elev_raster) <- "elevation"
elev_raster
Expand Down

0 comments on commit e28d77a

Please sign in to comment.