Processing of grid superposition nodata in ArcGIS

Source: Internet
Author: User
The two grids are superimposed. Sometimes there is a part of the data that does not exist, that is, click this area with identify, and the value is nodat.
A, instead of having a value like other non-empty regions.

Note that the nodata area must be assigned a value of 0, because nodata + any number = nodata, so use the conditional query function
The value of nodata is 0.

The method is arctools-> Spatial Analyst tools-> Map Algebra-> Single Output map algebra.
AlgorithmThe expression is con (isnull ([raster]), 0, [raster]). [Raster] indicates the name of the input grid.
A Raster image in the range of an external rectangle of the input Raster image is automatically generated, and the non-empty area is the raster value,
The value of nodata is 0. If the nodata area with a value of 0 is greater than the external rectangle
In the output Map Algebra dialog box, environment-> General setting-> extent, set the required mask.

Then you can directly use spatial analysis-> raster calculate for calculation.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.