-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathArcGIS-Vector.Rmd
61 lines (50 loc) · 1.41 KB
/
ArcGIS-Vector.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
---
title: "Ecosystem Analysis Vector Data Berlin-Cottbus Spree region"
author: "Konlavach"
date: "2/23/2021"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
## The spatial extend of the case study region is defined by four counties and one city:
### 1) Spree-Neiße
### 2) Oberspreewald-Lausitz
### 3) Dahme-Spreewald
### 4) Oder-Spree
### 5) Cottbus
## Data source:
### 1) European Union
### 2) German Federal Institutions
### 3) State of Brandenburg
### 4) OpenStreetMap
### 5) GoogleEarth, GoogleMap
## Project objectives:
### 1) Calculate area of counties
### 2) Calculate area of water protection
### 3) Count number of groundwater measurement station
### 4) Area of forest within a distance of 500 m to water bodies (lakes, rivers)
### 5) Georeference and Google basemap
## Step 1: Download Shapefile
### Source:
```
Data source: German Federal Agency for Cartography and Geodes public data for Germany (GeoDataCentre)
Administrative borders: VG250 Germany
Land use model: DLM250
```
## Step 2: Add Shapefile
### Add shapefile
```
Layer -> Add Data -> Select "German county polygons: vg250_kr.shp"
```
### Add shapefile to legend
```
Legend -> Properties
```
## Step 3: Select relevant county polygons
```
- Open attribute table
- Choose counties: SpreeNeiße, OberspreewaldLausitz, DahmeSpreewald, OderSpree, Cottbus
- Brandenbur counties regional key = 12xxx
- Select
```