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
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:
- .bil—Esri BIL
- .bip—Esri BIP
- .bmp—BMP
- .bsq—Esri BSQ
- .dat—ENVI DAT
- .gif—GIF
- .img—ERDAS IMAGINE file
- .jpg—JPEG
- .jp2—JPEG 2000
- .png—PNG
- .tif—TIFF
- 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
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
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.
- DTED_0— 900 m
- DTED_1— 90 m
- DTED_2—30 m
4.
Resampling Technique (optional)
Choose an appropriate technique based on the type of data you have.
- NEAREST—The fastest resampling method, and it minimizes changes to pixel values. Suitable for discrete data, such as land cover.
- BILINEAR—Calculates the value of each pixel by averaging (weighted for distance) the values of the surrounding 4 pixels. Suitable for continuous data.
- 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
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.
- .bil—Esri BIL
- .bip—Esri BIP
- .bmp—BMP
- .bsq—Esri BSQ
- .dat—ENVI DAT
- .gif—GIF
- .img—ERDAS IMAGINE file
- .jpg—JPEG
- .jp2—JPEG 2000
- .png—PNG
- .tif—TIFF
- 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.
- 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.
- 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.
- 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.
- 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
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.
- SIZE_OF_TILE—Specify the width and height of the tile.
- NUMBER_OF_TILES— Specify the number of raster tiles to create by breaking the dataset into a number of columns and rows.
- 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.
- TIFF—Tagged Image File Format. This is the default.
- BMP—Microsoft Bitmap.
- ENVI—ENVI DAT.
- Esri BIL—Esri Band Interleaved by Line.
- Esri BIP—Esri Band Interleaved by Pixel.
- Esri BSQ—Esri Band Sequential.
- GIF—Graphic Interchange Format.
- GRID—Esri Grid.
- IMAGINE IMAGE—ERDAS IMAGINE.
- JP2—JPEG 2000.
- JPEG—Joint Photographic Experts Group.
- PNG—Portable Network Graphics.
6.
Resampling Technique (optional)
Choose an appropriate technique based on the type of data you have.
- NEAREST—The fastest resampling method, and it minimizes changes to pixel values. Suitable for discrete data, such as land cover.
- BILINEAR—Calculates the value of each pixel by averaging (weighted for distance) the values of the surrounding 4 pixels. Suitable for continuous data.
- 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.
- NONE— Use the full extent of the input raster dataset.
- EXTENT—Specify bounding box as your clipping boundary.
- 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.
- PIXELS—The unit is in pixels. This is the default.
- METERS—The unit is in meters.
- FEET—The unit is in feet.
- DEGREES—The unit is in decimal degrees.
- MILES—The unit is in miles.
- KILOMETERS—The unit is in kilometers.
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
Post a Comment