Skip to content

Commit f0d99c1

Browse files
committed
static map ex3
Former-commit-id: 935c5f664f01fb8d5c1f0eee7ea4e0d41f8c96ed
1 parent 49bb024 commit f0d99c1

27 files changed

+4
-16
lines changed

09-mapping.Rmd

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -786,8 +786,7 @@ africa = world %>%
786786
We will also use `zion` and `nlcd` datasets from **spDataLarge**:
787787

788788
```{r, results='hide'}
789-
zion = st_read((system.file("vector/zion.gpkg", package = "spDataLarge"))) %>%
790-
st_transform(4326)
789+
zion = st_read((system.file("vector/zion.gpkg", package = "spDataLarge")))
791790
```
792791

793792
1. Create a map of the Human Development Index (`HDI`) of the `africa` dataset.
@@ -815,7 +814,9 @@ sm2 = tm_shape(africa) + tm_polygons(col = "subregion",
815814
palette = "Set2")
816815
tmap_arrange(sm2, sm1)
817816
```
818-
<!-- static map 3 -->
817+
1. Create a land cover map of the Zion National Park.
818+
Try to manually change the default colors to match your perception of the land cover categories.
819+
Finally, add and arrange a scale bar and north arrow.
819820
```{r, eval=FALSE, echo=FALSE}
820821
lc_colors = c("#476ba0", "#aa0000", "#b2ada3", "#68aa63", "#a58c30",
821822
"#c9c977", "#dbd83d", "#bad8ea")

extdata/conv_cv.rds

761 KB
Binary file not shown.

extdata/conv_cv.rds.REMOVED.git-id

Lines changed: 0 additions & 1 deletion
This file was deleted.

extdata/sp_cv.rds

369 KB
Binary file not shown.

extdata/sp_cv.rds.REMOVED.git-id

Lines changed: 0 additions & 1 deletion
This file was deleted.

extdata/spatial_cv_result.rds

683 KB
Binary file not shown.

extdata/spatial_cv_result.rds.REMOVED.git-id

Lines changed: 0 additions & 1 deletion
This file was deleted.

extdata/svm_sp_sp_rbf_50it.rds

6.22 MB
Binary file not shown.

extdata/svm_sp_sp_rbf_50it.rds.REMOVED.git-id

Lines changed: 0 additions & 1 deletion
This file was deleted.

figures/02_raster_intro_plot2.png

225 KB
Loading

0 commit comments

Comments
 (0)