Skip to content
Snippets Groups Projects
Commit bb344815 authored by lucas.longour_ird.fr's avatar lucas.longour_ird.fr
Browse files

fix chapter 3 and add chapter 5

parent a6b2eebb
No related branches found
No related tags found
No related merge requests found
Pipeline #924 passed
Showing
with 4153 additions and 113 deletions
......@@ -79,7 +79,7 @@ district[district$ADM1_EN == "Phnom Penh", 1:4]
Selection of roads that are intersecting **dangkao** district
```{r intersects, nm=TRUE, class.output="code-out", warning=FALSE, message=FALSE}
road <- st_read("data_cambodia/cambodia.gpkg", layer = "road", quiet = TRUE)
road <- st_read("data_cambodia/cambodia.gpkg", layer = "road", quiet = TRUE) %>% st_cast("LINESTRING")
dangkao <- district[district$ADM2_EN == "Dangkao", ]
inter <- st_intersects(x = road, y = dangkao, sparse = FALSE)
head(inter)
......
This diff is collapsed.
......@@ -15,6 +15,7 @@ book:
- 01-introduction.qmd
- 02-data_acquisition.qmd
- 03-vector_data.qmd
- 05-mapping_with_r.qmd
- references.qmd
bibliography: references.bib
......
No preview for this file type
img/cartogram.jpg

137 KiB

img/dist_filter_1.png

6.6 KiB

img/dist_filter_2.png

14.1 KiB

img/dorling.png

393 KiB

img/ird_logo.png

21.4 KiB

File added
img/nccartogram.png

230 KiB

Source diff could not be displayed: it is too large. Options to address this: view the blob.
This diff is collapsed.
public/03-vector_data_files/figure-html/intersects2-1.png

409 KiB | W: | H:

public/03-vector_data_files/figure-html/intersects2-1.png

438 KiB | W: | H:

public/03-vector_data_files/figure-html/intersects2-1.png
public/03-vector_data_files/figure-html/intersects2-1.png
public/03-vector_data_files/figure-html/intersects2-1.png
public/03-vector_data_files/figure-html/intersects2-1.png
  • 2-up
  • Swipe
  • Onion skin
public/03-vector_data_files/figure-html/within-1.png

455 KiB | W: | H:

public/03-vector_data_files/figure-html/within-1.png

415 KiB | W: | H:

public/03-vector_data_files/figure-html/within-1.png
public/03-vector_data_files/figure-html/within-1.png
public/03-vector_data_files/figure-html/within-1.png
public/03-vector_data_files/figure-html/within-1.png
  • 2-up
  • Swipe
  • Onion skin
This diff is collapsed.
public/05-mapping_with_r_files/figure-html/choro-1.png

313 KiB

public/05-mapping_with_r_files/figure-html/choroprop-1.png

333 KiB

public/05-mapping_with_r_files/figure-html/choropt-1.png

331 KiB

public/05-mapping_with_r_files/figure-html/credit-1.png

100 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment