Skip to content

Commit

Permalink
static map ex3
Browse files Browse the repository at this point in the history
Former-commit-id: 935c5f664f01fb8d5c1f0eee7ea4e0d41f8c96ed
  • Loading branch information
Nowosad committed Apr 23, 2018
1 parent 49bb024 commit f0d99c1
Show file tree
Hide file tree
Showing 27 changed files with 4 additions and 16 deletions.
7 changes: 4 additions & 3 deletions 09-mapping.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -786,8 +786,7 @@ africa = world %>%
We will also use `zion` and `nlcd` datasets from **spDataLarge**:

```{r, results='hide'}
zion = st_read((system.file("vector/zion.gpkg", package = "spDataLarge"))) %>%
st_transform(4326)
zion = st_read((system.file("vector/zion.gpkg", package = "spDataLarge")))
```

1. Create a map of the Human Development Index (`HDI`) of the `africa` dataset.
Expand Down Expand Up @@ -815,7 +814,9 @@ sm2 = tm_shape(africa) + tm_polygons(col = "subregion",
palette = "Set2")
tmap_arrange(sm2, sm1)
```
<!-- static map 3 -->
1. Create a land cover map of the Zion National Park.
Try to manually change the default colors to match your perception of the land cover categories.
Finally, add and arrange a scale bar and north arrow.
```{r, eval=FALSE, echo=FALSE}
lc_colors = c("#476ba0", "#aa0000", "#b2ada3", "#68aa63", "#a58c30",
"#c9c977", "#dbd83d", "#bad8ea")
Expand Down
Binary file added extdata/conv_cv.rds
Binary file not shown.
1 change: 0 additions & 1 deletion extdata/conv_cv.rds.REMOVED.git-id

This file was deleted.

Binary file added extdata/sp_cv.rds
Binary file not shown.
1 change: 0 additions & 1 deletion extdata/sp_cv.rds.REMOVED.git-id

This file was deleted.

Binary file added extdata/spatial_cv_result.rds
Binary file not shown.
1 change: 0 additions & 1 deletion extdata/spatial_cv_result.rds.REMOVED.git-id

This file was deleted.

Binary file added extdata/svm_sp_sp_rbf_50it.rds
Binary file not shown.
1 change: 0 additions & 1 deletion extdata/svm_sp_sp_rbf_50it.rds.REMOVED.git-id

This file was deleted.

Binary file added figures/02_raster_intro_plot2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion figures/02_raster_intro_plot2.png.REMOVED.git-id

This file was deleted.

Binary file added figures/osm-data-id-editor-lnd-cycle-hire.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

This file was deleted.

Binary file added figures/spatial-package-growth.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion figures/spatial-package-growth.png.REMOVED.git-id

This file was deleted.

Binary file added figures/urban-animated.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion figures/urban-animated.gif.REMOVED.git-id

This file was deleted.

Binary file added images/11-lifeExp_animation.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion images/11-lifeExp_animation.gif.REMOVED.git-id

This file was deleted.

Binary file added images/11-lifeExp_sa_animation.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion images/11-lifeExp_sa_animation.gif.REMOVED.git-id

This file was deleted.

Binary file added images/fig1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion images/fig1.jpg.REMOVED.git-id

This file was deleted.

Binary file added images/fig2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion images/fig2.jpg.REMOVED.git-id

This file was deleted.

Binary file added slides/figs/coord_compare_raster.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion slides/figs/coord_compare_raster.png.REMOVED.git-id

This file was deleted.

0 comments on commit f0d99c1

Please sign in to comment.