Writing Raster Calculator and Field Calculator Formulas with AI
Many users understand the calculation logic clearly when they first work with expressions, but run into problems as soon as they need to write the actual formula.
- Band numbers are easy to mistype.
- Nested
where(...)expressions make it easy to miss a parenthesis. - Once conditions become complex, it is hard to tell whether the logic has been reversed.
- The desired result may be "population density", "risk level", or "elevation zone", but the business rule is clearer in your head than the formula syntax.
The Raster Calculator and Field Calculator in iXGIS now support AI-assisted formula writing. In practical terms, you can describe the requirement in plain language first, then let AI turn it into an expression that can run in the current window.