PROBLEM

Large GRIDPOINT values are rounded

Last Published: April 25, 2020

Description

GRIDPOINT may round large numbers. For example, a value of 18,000,001 in a grid may become 18,000,000 in a coverage.

This document shows how to reapply the values before they were rounded from an integer grid.

Cause

This is a known issue with GRIDPOINT.

Solution or Workaround



  1. Add small unique identifier values to each record of the grid's VAT. For example, you can use the $RECNO (record number) of the VAT.

    Code:
    Tables: ADDITEM mygrid.vat newval 6 6 i
    Tables: SELECT mygrid.vat
    Tables: CALCULATE newval = $recno

  2. Convert the grid to a coverage based on this new value item.

    Code:
    Arc: GRIDPOINT mygrid mypoint newval

  3. Join the original VAT to the new PAT using the unique value item as the relate_item between them.

    Code:
    Arc: JOINITEM mypoint.pat mygrid.vat mypoint.pat newval

Article ID:000002521

Software:
  • Legacy Products
  • ArcMap 8 x

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options

Discover more on this topic