Processing Raster Data Using ArcGIS Pro Flashcards
Raster data processing can be defined as a set of what?
transformation steps performed on raster data to extract meaningful information.
What can be as simple as altering the visual appearance of the raster data, transforming the coordinate system, or creating a new dataset, or it can involve a complex processing algorithm, such as segmentation and multivariate classifications.
Raster data processing
Geometric function: correcting a raster using orthorectification, what does it do?
Corrects the image for topographic distortion pixel by pixel. The result is that every pixel appears to be viewed from directly above.
What are lightweight operations that do not change the original source data. They are used everywhere on the ArcGIS platform and can be configured to be used with image services, applied to images within ArcGIS Desktop, and applied to a collection of images that are being managed using a mosaic dataset.
Raster functions
Where can you access raster functions in ArcGIS Pro?
Raster Functions pane
Raster Processing considerations: Possible questions to consider.
Does the dataset adequately cover your study area?
Will you write the output to a new dataset?
Are you working with only a subset of the dataset available?
What is the most effective workflow to follow to achieve your goals?
Identify appropriate functions to use for each of the following scenarios: You work for a water planning and management department and have acquired a set of temporal multispectral images. You would like to monitor drought to mitigate impacts on agriculture in your region.
Using the NDVI function is appropriate because it quantifies the spatial variability of vegetation condition.
Identify appropriate functions to use for each of the following scenarios: You would like to map a mountainous terrain where you separate areas that are flat or have few features from the areas with steep slopes.
Using the Shaded Relief function can emphasize terrain structure and show variations in elevations.
Identify appropriate functions to use for each of the following scenarios: You have obtained GeoEye-1 imagery with clouds in some areas. You want to exclude the areas with clouds.
Using the Clip function allows you to exclude clouds from an image.
Identify appropriate functions to use for each of the following scenarios: You have acquired a set of Landsat 8 images. You would like to adjust their brightness to a common illumination condition so that there is less variation between scenes.
Using the Apparent Reflectance function adjusts image pixel values based on the sensor metadata and the sensor’s gains and biases.
Raster functions can also be what together to create complex processing chains. By chaining together a series of raster functions, users can perform multiple or sequential on-the-fly processing. Examples include converting units between datasets, finding anomalies, and calculating slope. All of these tasks can be done without changing the original data or creating derivative or intermediate products. Like singular raster functions, the output of a raster function chain can be applied to a raster dataset, mosaic dataset items, mosaic dataset, or an image service.
chained
By chaining together a series of raster functions, users can perform multiple or sequential on-the-fly processing. Examples include converting units between datasets, finding anomalies, and calculating slope. All of these tasks can be done without changing the original data or creating derivative or intermediate products. Like singular raster functions, the output of a raster function chain can be applied to a raster dataset, mosaic dataset items, mosaic dataset, or an image service.
What is a chain of raster functions with variables and with no datasets defined.
A raster function template
You can apply these raster function templates to rasters, mosaic datasets, and image services. A raster function template makes your image processing or analysis portable by allowing you to import existing workflows or share new workflows across your organization. You can apply the template to items within a mosaic dataset or to the mosaic dataset as a whole. You can also save out the raster function template as an *.rft.xml file. The workflow to use the template involves selecting the physical *.rft.xml file on disk and applying it using the batch editor or the function pane.
T/F: Raster function templates can be used to store and share function chains.
True
T/F: The advantage of using functions is that they are calculated only on the portion of image shown on the screen at the resolution displayed.
True
What is the result of an NDVI function?
A single-band dataset, mostly representing vegetation in grayscale