-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path00-course_info.Rmd
152 lines (84 loc) · 7.97 KB
/
00-course_info.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
# (PART\*) Course information {-}
# Hello Remote Sensing {-}
Earth Observation can yield fascinating insights into geographical relationships. However, at times it can be difficult to work with. You will get lots of error messages and have software crash. The academic staff are here to help you work through these practicals but we do not know everything. It's a good idea to become familiar with online sources of help, such as:
* [Stack Exchange](https://stackexchange.com/)
* [RStudio community](https://community.rstudio.com/)
* [QGIS documemtation](https://docs.qgis.org/3.4/en/docs/index.html)
* [R documentation](https://www.rdocumentation.org/)
* [ArcGIS help pages](https://support.esri.com/en)
## Learning outcomes {-}
At the end of this module you should be able to:
* Create a reproducible online portfolio workbook
* Explain and evaluate common issues with urban and environmental policies at the local, national and international level that fail to consider spatial data
* Revise vague and ambiguous development targets
* Appropriately pre-process Earth observation imagery ready for analysis
* Apply published methodologies to extract meaning from Earth observation data
* Combine a variety of spatial data to demonstrate the benefits of data-informed governance and planning.
* Create and design a reproducible workflow for consistent monitoring of urban and environmental metrics
* Critique and optimise recently developed metropolitan climate mitigation strategies using appropriate spatial data, optimizing financial investment and environmental outcomes
::: {.infobox .tip data-latex="{note}"}
There is a lot of information within this practical book and **we do not expect you to read everything we link to**. You should attend each lecture, go through every practical and do some associated reading.
This is a 15 credit module, equivalent to 150 hours of study (including the taught sessions). Outside of our lectures and practical sessions (4 hours a week) **you should be spending an extra 11 hours a week on this module**.
:::
## How to use this book {-}
To get the most out of this book spend a few minutes learning how to control it, in the top right of this webpage you will see this tools bar:
```{r echo=FALSE, out.width = "600pt", fig.align='center', cache=TRUE, message=FALSE}
knitr::include_graphics('general_images/Book_controls.png')
```
From left to right these buttons will let you:
* <i class="fa fa-bars fa-lg"></i> control the side bar
* <i class="fa fa-search fa-lg"></i> search the entire book for a specific word
* <i class ="fa fa-font settings fa-lg"></i> change the text size, font, colour
* <i class ="fa fa-edit fa-lg"></i> propose an edit if you see a mistake that I can review
* <i class="fa fa-download fa-lg"></i> view the webpage in the 'raw' RMarkdown format, we cover RMarkdown in the course
* <i class="fa fa-info" fa-lg></i> information about shortcuts for this book and most others like it
In addition the <i class="fa fa-github fa-lg"></i> icon in the top right of the page takes you to the GitHub repository for this book, we cover GitHub in the course, but it's basically where the online files for the book are stored.
## Getting started {-}
One of the issues with Remote Sensing is that many of the files we will be working with are quite large. Fortunately in recent years UCL has seriously beefed up the storage available for students. You now get 100GB of free storage, which should be plenty for the work you will be doing this year! The Bartlett faculty has several gigabytes of storage space available on their central servers, so before we get started, we will connect to our N drive to carry out all of our practical work over the coming weeks.
::: {.infobox .tip data-latex="{note}"}
The data we use in this practical book is representative of what you will find when conducting independent analysis. Some books and website will give you perfectly 'clean' and 'ready to use' data, we have not done this on purpose as it's very important to master data wrangling (also called data manipulation). In the 'real world' data is messy and it's vital you know how to deal with it. Take this quote from the [New York Times](https://www.nytimes.com/2014/08/18/technology/for-big-data-scientists-hurdle-to-insights-is-janitor-work.html) for example...
*"Data scientists, according to interviews and expert estimates, spend from 50 percent to 80 percent of their time mired in this more mundane labor of collecting and preparing unruly digital data, before it can be explored for useful nuggets."*
:::
## How to download data and files from GitHub {-}
The majority of data required for the workshops is found online and we detail how to download this within the workshops. On occasion you may need to get some data from my GitHub, the workshops will instruct you to do this where needed.
To do so you have a few options. Option 1 will let you download just a spceific folder whilst option 2 will download everything i have used to make the workshops.
### Option 1 {-}
Use [DownGit](https://minhaskamal.github.io/DownGit/#/home)
1. Go to: https://minhaskamal.github.io/DownGit/#/home
1. Head over to the GitHub repository: https://github.com/andrewmaclachlan/CASA0005repo
1. Select a folder you wish to download --- here i'll use practical data as the example, click into the folder (prac7_data) and copy the url: https://github.com/andrewmaclachlan/CASA0005repo/tree/master/prac7_data
1. Paste it into DownGit and click Download, once downloaded then unzip the folder.
### Option 2 {-}
1. Go to the online repository page here: https://github.com/andrewmaclachlan/CASA0005repo
1. Click Clone or download, the download as ZIP. This will download the everything i have used to make this website including all the data for the practicals
```{r echo=FALSE, out.width = "500pt", fig.align='center', cache=TRUE}
knitr::include_graphics('index_images/downloadrepo.png')
```
## Self guided learning {-}
The lectures and practicals of this course only form a part of the learning process. You are expected to undertake wider reading and explore new methods and approaches. We have provided guidance on useful resources throughout the course to use as a starting point but you are encouraged to go beyond our recommedations and fully engage with applied GIS research, methods and visualisation techniques.
If you find a practical particularly easy or straightforward then please move on to the next one. Practicals that look at analytical relationships also have extension activities for you to try.
```{r include=FALSE}
# automatically create a bib database for R packages
knitr::write_bib(c(
.packages(), 'bookdown', 'knitr', 'rmarkdown'
), 'packages.bib')
```
## Interactive lectures {-}
During the lectures we will be using an interative polling and Q&A application called vevox. It's very simple to use, you can either:
* Download the app on iOS or Android: http://get.vevox.app
* Use the web app: https://vevox.app/
The meeting ID we will use is: 186-395-009
## More help {-}
If you need specific assistance with this course please:
* Check the Moodle assessment tab for queries relating to assignments / deadlines.
* Speak to a member of the teaching team in the computer lab sessions
* Ask a question at the end of a lecture (time permitting)
* Ask a question on slack under the Remote Sensing channel
Due to the size of the class we will **only reply** to messages **on slack** so all students can see the discussion. If you have a personal matter in relation to completing the course then please speak to or email Andy
## Noticed a mistake? {-}
No one is perfect, if you notice a mistake let us know through the [GitHub issues tab](https://github.com/andrewmaclachlan/CASA0005repo/issues)
Don't worry if you are unsure about what GitHub is we cover it in the course.
## Assignment resources {-}
Want some tips for resources on your assignment?.... head over to the [Assignment resources] pages
## Reading list {-}
We link to books and resources throughout each practical and in the [Assignment resources] pages.