Geospatial concepts 02 - coordinate systems

Geospatial concepts 02 - coordinate systems

5th Grade - University

8 Qs

quiz-placeholder

Similar activities

Continents and Oceans Review

Continents and Oceans Review

6th Grade

12 Qs

Continents and the Oceans

Continents and the Oceans

6th Grade

12 Qs

The Rivers

The Rivers

9th Grade

10 Qs

Earth Spheres

Earth Spheres

9th - 10th Grade

10 Qs

Quiz - JS Sequences - Conditionals structures

Quiz - JS Sequences - Conditionals structures

7th Grade

13 Qs

Revenue Management

Revenue Management

1st - 5th Grade

5 Qs

Post-Test GDKL#3

Post-Test GDKL#3

University

9 Qs

HTML Basics

HTML Basics

7th - 8th Grade

12 Qs

Geospatial concepts 02 - coordinate systems

Geospatial concepts 02 - coordinate systems

Assessment

Quiz

Geography, Computers

5th Grade - University

Hard

Created by

Adela Sobotkova

Used 8+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

Units are meters

Projection is transverse mercator

All coordinates are positive numbers

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

They are all true

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

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

TIFF

JPEG

GIF

Mr.Sid

All are lossy

3.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

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

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

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

true
false

5.

FILL IN THE BLANK QUESTION

45 sec • 1 pt

Media Image

What is the resolution of this raster grid?

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

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

st_crs(myfeature) <- 4326

myfeature <- st_crs(4326)

myfeature <-st_project(myfeature, 4326)

myfeature <-st_transform(myfeature, 4326)

7.

MULTIPLE SELECT QUESTION

20 sec • 1 pt

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

myfeature crs is defined as different than 4326

myfeature crs is not defined

myfeature crs is defined as "NA"

myfeature coordinate system is defined with a valid EPSG

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

The latitude

The vertical distance from the origin.

The longitude

The origin.