The implementation of the ArcGIS Cell Statistics with the Ndvi maximum value method MVC synthesis

Source: Internet
Author: User

Purpose : The maximum value of NDVI year or month is synthesized by using ArcGIS's own tool cell statistics to achieve multiple raster layer maximum values.

Tools : arctoolbox>>spatial Analyst Tools>>local>>cell Statistics

Issue : The NDVI raster image value is a float floating point between -1~1, directly using the Cell statistics evaluates to an int binary graph with a value of 0 or 1, not a floating-point type.

workaround : Use cell statistics calculate the maximum value of the float value Ndvi value multiplied by 10000 to int type, and then use cell statistics the maximum value, get the int type maximum and then divide by 10000.0 to revert to float floating point type.

note : Flotat->int and Int->float conversions can be implemented with raster calculator.

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.