or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Do you want to remove this version name and description?
Syncing
xxxxxxxxxx
Spatial data analysis with R
Link to this page: siili.rahtiapp.fi/Rspatial_23
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →All times Helsinki summer time, that is EEST (UTC+3).
Wednesday 10.05.2023
9:00-10:30 Handling and plotting vector data in R
10:45-12:00 Handling and plotting cont.
13:00-14:30 Spatial operations (intersection, clipping, conversions etc)
14:45-16:00 Spatial operations cont.
Thursday 11.05.2023
9:00-10:30 Spatial analysis of vector data (clustering, density surfaces, autocorrelation)
10:45-12:00 Spatial analysis cont.
13:00-14:15 Visualizing spatial data
14:30-16:00 Raster basics with R
Friday 12.05.2023
9:00-10:30 Raster data manipulation
10:45-12:00 Map algebra
13:00-14:30 Spatial modelling with raster data
14:45-15:30 Intro Spatio-Temporal Asset Catalogs (STAC) and how to use them from R. Kylli Ek (CSC)
15:30-16:00 Mini-intro to possibilities of using R in CSC's supercomputer Puhti. Samantha Wittke (CSC)
Course environment
Go to https://notebooks.csc.fi/
Finnish university and research institute users should be able to login with Haka or VIRTU. For users from non-Finnish institutions we will provide a separate username and password during the course (“Special Login”)
In the Notebooks dashboard click the “Join workspace” button in the upper left corner, and copy-paste there the join code
rsp-b7bij1x1
You should now see "Spatial data analysis with R" RStudio Notebook appear in the list: start the application (opens in new tab).
Find the terminal tab, next to the console tab within RStudio.
Switch to
my-work
directory and copy the course materials there:my-work/r-spatial-course
.Own course environment (optional!)
If you want to set up your own course environment on your own computer, you will need to install RStudio and all packages mentioned in https://github.com/csc-training/r-spatial-course/blob/main/install_packages.sh . For the STAC part, you in addition need
rstac
,httr
andgdalcubes
.Then clone the course repository (
git clone git@github.com:csc-training/r-spatial-course.git
) and you are good to go :)Day 3. STAC
Slides
Hands-on instructions:
stac
folder.Questions and Answers