GEOM 73 - Python Quiz 4

Beschreibung

Geography Quiz am GEOM 73 - Python Quiz 4, erstellt von Maggie Samson am 14/04/2019.
Maggie Samson
Quiz von Maggie Samson, aktualisiert more than 1 year ago
Maggie Samson
Erstellt von Maggie Samson vor etwa 5 Jahre
53
2

Zusammenfassung der Ressource

Frage 1

Frage
When working with raster data using the Describe function, which 3 different raster data elements could be returned?
Antworten
  • raster band
  • raster file
  • raster image
  • raster dataset
  • raster catalog
  • raster collection

Frage 2

Frage
Which property(ies) of a raster object can you use to determine whether a raster has more than one band? (select all that apply)
Antworten
  • format
  • bandCount
  • dataType
  • pixelType
  • isMultiband

Frage 3

Frage
Which of the following properties are associated with individual raster bands, but not with multiband raster datasets? (select all that apply)
Antworten
  • noDataValue
  • format
  • compressionType
  • pixelType
  • bandCount
  • meanCellWidth

Frage 4

Frage
Consider the following code: import arcpy arcpy.env.workspace = "C:/Mydata" rasterlist = arcpy.ListRasters() for raster in rasterlist: print raster The result is as follows: elevation What file format is the file called elevation?
Antworten
  • ERDAS IMAGINE
  • TIFF
  • raster
  • Esri GRID
  • feature class
  • DEM

Frage 5

Frage
Raster is a class of the arcpy.sa module.
Antworten
  • True
  • False

Frage 6

Frage
When using arcpy.sa, what does a map algebra expression by default?
Antworten
  • a raster file
  • a raster dataset
  • a describe object
  • a raster object
  • a geoprocessing object

Frage 7

Frage
Consider the following script: import arcpy from arcpy import env from arcpy.sa import * env.workspace = "C:/raster" mynbr = NbrRectangle(5, 5, "CELL") outraster = FocalStatistics ("landuse", mynbr, "VARIETY") outraster.save("C:/raster/lu_var") Which of the following is (are) a class of the arcpy.sa module? (select all that apply)
Antworten
  • NbrRectangle
  • env
  • save
  • FocalStatistics

Frage 8

Frage
Consider the following code: import arcpy from arcpy.sa import * What does import * accomplish?
Antworten
  • imports the arcpy.sa module so all the properties and method can be utilized
  • imports any of the submodules associated with the arcpy.sa module so they don't need to be called separately
  • imports all the functions and other elements from the arcpy.sa module so they can be called directly
  • imports all the raster objects

Frage 9

Frage
Which of the following are classes are part of the arcpy.sa module and are used to define parameters of raster tools?
Antworten
  • ValueTable
  • SearchNeighborhoodStandard
  • NbrCircle
  • RadiusFixed
  • RemapValue
  • Raster

Frage 10

Frage
The arcpy.sa module only has one function. Which one is it?
Antworten
  • RasterObject
  • SpatialReference
  • MapAlgebra
  • ApplyEnvironment
Zusammenfassung anzeigen Zusammenfassung ausblenden

ähnlicher Inhalt

Geography Quiz
PatrickNoonan
Geography Coastal Zones Flashcards
Zakiya Tabassum
Using GoConqr to study geography
Sarah Egan
All the Countries of the World and their Capital Cities
PatrickNoonan
Tectonic Hazards flashcards
katiehumphrey
Volcanoes
1jdjdjd1
River Processes and Landforms
1jdjdjd1
GCSE Geography - Causes of Climate Change
Beth Coiley
The Rock Cycle
eimearkelly3
Plate Tectonics
eimearkelly3
Characteristics and Climate of a hot desert
Adam Collinge