Skip to content

Commit

Permalink
hide warning messages
Browse files Browse the repository at this point in the history
  • Loading branch information
clementinecttn committed Feb 14, 2024
1 parent 4d424a3 commit 2fe7404
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions episodes/18-import-and-visualise-osm-data.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ After completing this episode, participants should be able to…

::::::::::::::::::::::::::::::::::::::::::::::::

```{r setup, include=FALSE}
knitr::opts_chunk$set(warning = FALSE, message = FALSE)
```

## What is OpenStreetMap?

OpenStreetMap (OSM) is a collaborative project which aims at mapping the world and sharing geospatial data in an open way. Anyone can contribute, by mapping geographical objects they encounter, by adding topical information on existing map objects (their name, function, capacity, etc.), or by mapping buildings and roads from satellite imagery (cf. [HOT: Humanitarian OpenStreetMap Team](https://www.hotosm.org/)).
Expand Down
4 changes: 4 additions & 0 deletions episodes/19-basic-gis-with-r-sf.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ After completing this episode, participants should be able to…
- Map the results

::::::::::::::::::::::::::::::::::::::::::::::::
```{r setup, include=FALSE}
knitr::opts_chunk$set(warning = FALSE, message = FALSE)
```


```{r message=FALSE}
library(tidyverse)
Expand Down

0 comments on commit 2fe7404

Please sign in to comment.