wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Geospatial concepts 02 - coordinate systems

Total questions: 8

Worksheet time: 4mins

Name
Class
Date
1.

Which of the following is true of the UTM coordinate system?

a)

Units are meters

b)

Projection is transverse mercator

c)

All coordinates are positive numbers

d)

Zones are aligned along lines of contact and run east-west

e)

They are all true

2.

Which of the following is an example of non-lossy compression approach to files?

a)

TIFF

b)

JPEG

c)

GIF

d)

Mr.Sid

e)

All are lossy

3.

What component of the coordinate system definition tells us which ellipsoid is used?

(a)  

4.

The model of Earth is, strictly speaking, the same as the projection

a)
true
b)
false
5.

What is the resolution of this raster grid?

(a)  

6.

Which of the following snippets of code will project myfeature to crs 4326?

a)

st_crs(myfeature) <- 4326

b)

myfeature <- st_crs(4326)

c)

myfeature <-st_project(myfeature, 4326)

d)

myfeature <-st_transform(myfeature, 4326)

7.

Under what condition can you project myfeature to EPSG 4326? (More answers are possible)

a)

myfeature crs is defined as different than 4326

b)

myfeature crs is not defined

c)

myfeature crs is defined as "NA"

d)

myfeature coordinate system is defined with a valid EPSG

8.

In an ordered pair of angular coordinates, what should the first number represent?

a)

The latitude

b)

The vertical distance from the origin.

c)

The longitude

d)

The origin.