Main menu

Pages

Extract Subdataset, Generate Table from Raster Function, Raster To DTED, Resample and Split Raster

Extract Subdataset, Generate Table from Raster Function, Raster To DTED, Resample and Split Raster Tools

Extract Subdataset

How to Extract Subdataset Tool in Arc Toolbox ArcMap ArcGIS??

Extract Subdataset Tool
Extract Subdataset

Path to access the tool

:

Extract Subdataset Tool, Raster Processing Toolset, Raster Box, Data Management Tools Toolbox

 

Extract Subdataset

Creates a new raster dataset from a selection of an HDF or NITF dataset.

1.    Input Raster

The HDF or NITF dataset that has the layers you want to extract.

2.    Subdataset ID (optional)

The subdatasets that you want to extract.

3.    Output Raster

The name, location, and format for the dataset you are creating.

When storing the raster dataset in a file format, you need to specify the file extension:

  1. .bil—Esri BIL
  2. .bip—Esri BIP
  3. .bmp—BMP
  4. .bsq—Esri BSQ
  5. .dat—ENVI DAT
  6. .gif—GIF
  7. .img—ERDAS IMAGINE file
  8. .jpg—JPEG
  9. .jp2—JPEG 2000
  10. .png—PNG
  11. .tif—TIFF
  12. no extension—Esri GRID

When storing a raster dataset in a geodatabase, do not add a file extension to the name of the raster dataset.

When storing your raster dataset to a JPEG file, a JPEG 2000 file, or a geodatabase, you can specify a Compression type and Compression Quality within the Environment Settings.

Generate Table from Raster Function

How to Generate Table from Raster Function Tool in Arc Toolbox ArcMap ArcGIS??

Generate Table from Raster Function Tool
Generate Table from Raster Function

Path to access the tool

:

Generate Table from Raster Function Tool, Raster Processing Toolset, Raster Box, Data Management Tools Toolbox

 

Generate Table from Raster Function

Converts a raster function dataset to a table or feature class. The input raster function should be a raster function designed to output a table or feature class.

1.    Input Raster Function

The function template or function JSON object that outputs a table or feature class.

2.    Output Table

The path, file name, and type (extension) of the output table or feature class.

3.    Raster Function Arguments (optional)

The function arguments and their values to be set. Each raster function has its own arguments and values, which are listed in the dialog of the tool.

Raster To DTED

How to Raster to DTED Tool in Arc Toolbox ArcMap ArcGIS??

Raster to DTED Tool
Raster to DTED

Path to access the tool

:

Raster to DTED Tool, Raster Processing Toolset, Raster Box, Data Management Tools Toolbox

 

Raster To DTED

Splits a raster dataset into separate files based on the DTED tiling structure.

1.    Input Raster

Select a single band raster dataset that represents elevation.

2.    Output Folder

Select a destination where the folder structure and DTED files will be created.

3.    DTED Level

Select an appropriate level based on the resolution of your elevation data.

  1. DTED_0— 900 m
  2. DTED_1— 90 m
  3. DTED_2—30 m

Resampling Technique (optional)

Choose an appropriate technique based on the type of data you have.

4.    Resampling Technique (optional)

Choose an appropriate technique based on the type of data you have.

  1. NEAREST—The fastest resampling method, and it minimizes changes to pixel values. Suitable for discrete data, such as land cover.
  2. BILINEAR—Calculates the value of each pixel by averaging (weighted for distance) the values of the surrounding 4 pixels. Suitable for continuous data.
  3. CUBIC—Calculates the value of each pixel by fitting a smooth curve based on the surrounding 16 pixels. Produces the smoothest image, but can create values outside of the range found in the source data. Suitable for continuous data.

Resample

How to Resample Tool in Arc Toolbox ArcMap ArcGIS??

Resample Tool
Resample Tool

Path to access the tool

:

Resample Tool, Raster Processing Toolset, Raster Box, Data Management Tools Toolbox

 

Resample

Change the spatial resolution of your raster dataset and set rules for aggregating or interpolating values across the new pixel sizes.

1.    Input Raster

The raster dataset for which you want to change the spatial resolution.

2.    Output Raster Dataset

The name, location, and format for the dataset you are creating.

When storing a raster dataset in a geodatabase, do not add a file extension to the name of the raster dataset. When storing your raster dataset to a JPEG file, a JPEG 2000 file, a TIFF file, or a geodatabase, you can specify a compression type and compression quality.

  1. .bil—Esri BIL
  2. .bip—Esri BIP
  3. .bmp—BMP
  4. .bsq—Esri BSQ
  5. .dat—ENVI DAT
  6. .gif—GIF
  7. .img—ERDAS IMAGINE file
  8. .jpg—JPEG
  9. .jp2—JPEG 2000
  10. .png—PNG
  11. .tif—TIFF
  12. no extension—Esri GRID

3.    Output Cell Size (optional)

The cell size of the new raster using an existing raster dataset or specify its width (x) and height (y).

4.    Resampling Technique (optional)

Choose an appropriate technique based on the type of data you have.

  1. NEAREST— Nearest neighbor is the fastest resampling method; it minimizes changes to pixel values since no new values are created. It is suitable for discrete data, such as land cover.
  2. BILINEAR— Bilinear interpolation calculates the value of each pixel by averaging (weighted for distance) the values of the surrounding four pixels. It is suitable for continuous data.
  3. CUBIC— Cubic convolution calculates the value of each pixel by fitting a smooth curve based on the surrounding 16 pixels. This produces the smoothest image but can create values outside of the range found in the source data. It is suitable for continuous data.
  4. MAJORITY—Majority resampling determines the value of each pixel based on the most popular value in a 3 by 3 window. Suitable for discrete data.

Split Raster

How to Split Raster Tool in Arc Toolbox ArcMap ArcGIS??

Split Raster Tool
Split Raster

Path to access the tool

:

Split Raster Tool, Raster Processing Toolset, Raster Box, Data Management Tools Toolbox

 

Split Raster

Divides a raster dataset into smaller pieces, by tiles or features from a polygon.

1.    Input Raster

The raster to split.

2.    Output Folder

The destination for the new raster datasets.

3.    Output Base Name

The prefix for each of the raster datasets you will create. A number will be appended to each prefix, starting with 0.

4.    Split Method

Determines how to split the raster dataset.

  1. SIZE_OF_TILE—Specify the width and height of the tile.
  2. NUMBER_OF_TILES— Specify the number of raster tiles to create by breaking the dataset into a number of columns and rows.
  3. POLYGON_FEATURES— Use the individual polygon geometries in a feature class to split the raster.

5.    Output Format

The format for the output raster datasets.

  1. TIFF—Tagged Image File Format. This is the default.
  2. BMP—Microsoft Bitmap.
  3. ENVI—ENVI DAT.
  4. Esri BIL—Esri Band Interleaved by Line.
  5. Esri BIP—Esri Band Interleaved by Pixel.
  6. Esri BSQ—Esri Band Sequential.
  7. GIF—Graphic Interchange Format.
  8. GRID—Esri Grid.
  9. IMAGINE IMAGE—ERDAS IMAGINE.
  10. JP2—JPEG 2000.
  11. JPEG—Joint Photographic Experts Group.
  12. PNG—Portable Network Graphics.

Resampling Technique (optional)

Choose an appropriate technique based on the type of data you have.

Number of Output Rasters (optional)

The number of columns (x) and rows (y) to split the raster dataset into. The X coordinate is the number of columns and the Y coordinate is number of rows.

Size of Output Rasters (optional)

The x and y dimensions of the output tiles. The default unit of measurement is in pixels. You can change this with the Units for Output Raster Size and Overlap parameter. The X coordinate is the X (horizontal) dimension the output tiles and the Y coordinate is the Y (vertical) dimension of output tiles.

Split Polygon Feature Class (optional)

A feature class that will be used to split the raster dataset.

Clip Type (optional)

Limits the extent of your raster dataset before you split it.

Template Extent (optional)

An extent or a dataset used to define the clipping boundary. The dataset can be a raster or feature class.

Overlap (optional)

The tiles do not have to line up perfectly; set the amount of overlap between tiles with this parameter. The default unit of measurement is in pixels. You can change this with the Units for Output Raster Size and Overlap parameter.

Units for Output Raster Size and Overlap (optional)

Set the units of measurement for the Size of Output Rasters parameter and the Overlap parameter.

Cellsize (optional)

The spatial resolution of the output raster. If left blank, the output cell size will match the input raster. When you change the cell size values, the tile size is reset to the image size and the tile count is reset to 1.

Lower left origin (optional)

Change the coordinates for the lower left origin point, where the tiling scheme will begin. If left blank, the lower left origin would be the same as the input raster.

NoData Value (optional)

All the pixels with the specified value will be set to NoData in the output raster dataset.

6.    Resampling Technique (optional)

Choose an appropriate technique based on the type of data you have.

  1. NEAREST—The fastest resampling method, and it minimizes changes to pixel values. Suitable for discrete data, such as land cover.
  2. BILINEAR—Calculates the value of each pixel by averaging (weighted for distance) the values of the surrounding 4 pixels. Suitable for continuous data.
  3. CUBIC—Calculates the value of each pixel by fitting a smooth curve based on the surrounding 16 pixels. Produces the smoothest image, but can create values outside of the range found in the source data. Suitable for continuous data.

7.    Number of Output Rasters (optional)

The number of columns (x) and rows (y) to split the raster dataset into. The X coordinate is the number of columns and the Y coordinate is number of rows.

8.    Size of Output Rasters (optional)

The x and y dimensions of the output tiles. The default unit of measurement is in pixels. You can change this with the Units for Output Raster Size and Overlap parameter. The X coordinate is the X (horizontal) dimension the output tiles and the Y coordinate is the Y (vertical) dimension of output tiles.

9.    Split Polygon Feature Class (optional)

A feature class that will be used to split the raster dataset.

10. Clip Type (optional)

Limits the extent of your raster dataset before you split it.

  1. NONE— Use the full extent of the input raster dataset.
  2. EXTENT—Specify bounding box as your clipping boundary.
  3. FEATURE_CLASS—Specify a feature class to clip the extent.

11. Template Extent (optional)

An extent or a dataset used to define the clipping boundary. The dataset can be a raster or feature class.

12. Overlap (optional)

The tiles do not have to line up perfectly; set the amount of overlap between tiles with this parameter. The default unit of measurement is in pixels. You can change this with the Units for Output Raster Size and Overlap parameter.

13. Units for Output Raster Size and Overlap (optional)

Set the units of measurement for the Size of Output Rasters parameter and the Overlap parameter.

  1. PIXELS—The unit is in pixels. This is the default.
  2. METERS—The unit is in meters.
  3. FEET—The unit is in feet.
  4. DEGREES—The unit is in decimal degrees.
  5. MILES—The unit is in miles.
  6. KILOMETERS—The unit is in kilometers.

Cellsize (optional)

The spatial resolution of the output raster. If left blank, the output cell size will match the input raster. When you change the cell size values, the tile size is reset to the image size and the tile count is reset to 1.

Lower left origin (optional)

Change the coordinates for the lower left origin point, where the tiling scheme will begin. If left blank, the lower left origin would be the same as the input raster.

NoData Value (optional)

All the pixels with the specified value will be set to NoData in the output raster dataset.

14. Cellsize (optional)

The spatial resolution of the output raster. If left blank, the output cell size will match the input raster. When you change the cell size values, the tile size is reset to the image size and the tile count is reset to 1.

15. Lower left origin (optional)

Change the coordinates for the lower left origin point, where the tiling scheme will begin. If left blank, the lower left origin would be the same as the input raster.

16. NoData Value (optional)

All the pixels with the specified value will be set to NoData in the output raster dataset.

Comments

table of contents title