Exercise week 6

Author

Rodrigo Nogueira Silva

##Task 1

    FieldID         Frucht                     geom    
 Min.   :  0.0   Length:975         POLYGON      :975  
 1st Qu.:112.5   Class :character   epsg:2056    :  0  
 Median :354.0   Mode  :character   +proj=some...:  0  
 Mean   :399.4                                         
 3rd Qu.:722.5                                         
 Max.   :968.0                                         

Explore this dataset in R to answer the following questions:

What information does the dataset contain? - Different areas, for example forest, grassland, etc. with the respective geometry in it

What is the geometry type of the dataset (possible types are: Point, Lines and Polygons)? - Polygons

What are the data types of the other columns? - dbl as TierID, chr as Frucht, polygon as geometry

What is the coordinate system of the dataset? - epsg: 2056 = swiss coordinate system

##Task 2

##Task 3

##Task 4

##Task 5