Geospatial concepts 02 - coordinate systems

Geospatial concepts 02 - coordinate systems

5th Grade - University

8 Qs

quiz-placeholder

Similar activities

Architecture Quiz

Architecture Quiz

9th - 12th Grade

10 Qs

MIDWEST REGION

MIDWEST REGION

7th Grade

13 Qs

Spatial Data Science Quiz

Spatial Data Science Quiz

University - Professional Development

10 Qs

Operators - Arithmetic, Relational, Logical

Operators - Arithmetic, Relational, Logical

University

10 Qs

Spatial Analytics Wrap up

Spatial Analytics Wrap up

University

12 Qs

Hardy US Rivers terms practice

Hardy US Rivers terms practice

5th - 7th Grade

13 Qs

US Locations

US Locations

5th Grade

12 Qs

United States Landforms

United States Landforms

6th Grade

10 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.